I am trying to deploy our custom security provider into karaf (I'm using 1.5.0-SNAPSHOT at the moment). I've installed my jar into the lib directory, and put:
org.apache.felix.karaf.security.providers = org.globus.security.provider.GlobusProvider into my config.properties. I also added: org.globus.security.* to the org.osgi.framework.bootdelegation parameter. When I try to use one of the KeyStores from my provider I get: Error executing command: Unresolved constraint in bundle org.globus.crux.jsse [36]: package; (package=org.globus.security.stores) (The keystore class is in that package.) I've tried a number of combinations of system packages and bootdelegation parameters without any luck. I'd appreciate any suggestions. Thanks, Tom Howe -- Tom Howe Senior Software Engineer Distributed Systems Lab University of Chicago/Argonne National Laboratory

