Hi there, I'm trying to install custom security provider using this http://felix.apache.org/site/65-deploying-security-providers.html link. Unfortunately this provider uses xmlsec library which must be placed near it.
I have changed org.osgi.framework.bootdelegation like this: org.osgi.framework.bootdelegation=org.apache.karaf.jaas.boot,sun.*,com.sun.*,javax.transaction,javax.transaction.*, \ org.customsec.*, \ org.apache.xml.security.* And now I need all the bundles to delegate requests to org.apache.xml.security from the org.osgi.framework.bootdelegation even if they import packages from org.apache.xml.security with specific versions. Is it possible to achieve? Best Regards, Sergey Zhemzhitsky _______________________________________________________ The information contained in this message may be privileged and conf idential and protected from disclosure. If you are not the original intended recipient, you are hereby notified that any review, retransmission, dissemination, or other use of, or taking of any action in reliance upon, this information is prohibited. If you have received this communication in error, please notify the sender immediately by replying to this message and delete it from your computer. Thank you for your cooperation. Troika Dialog, Russia. If you need assistance please contact our Contact Center (+7495) 258 0500 or go to www.troika.ru/eng/Contacts/system.wbp
