Expand my Community achievements bar.

CQSE

Avatar

Former Community Member

I would like to obtain the values of org.apache.felix.https.keystore, org.apache.felix.https.keystore.password, org.apache.felix.https.keystore.key, and org.apache.felix.https.keystore.key.password from the CQSE service.  I've tried using

@Reference

CQSEService

cqseService;

But end up with the good old "org.osgi.framework.BundleException: Unresolved constraint in bundle com.pb.volly.security-bundle [302]: Unable to resolve 302.1: missing requirement [302.1] osgi.wiring.package; (osgi.wiring.package=com.day.cqse.httpservice.internal)".  Probably because I'm not suppose to do this.  So have can I obtain the keystore values?  I don't want to end up maintaing this information in multiple places.

Thanks!

0 Replies