osgi - Using apache directory ldap in Servicemix -
i have osgi application running on servicemix 6. added code uses apache directory ldap lookups (org.apache.directory.api.ldap).
i got error when deploying app in servicemix:
unresolved constraint... (osgi.wiring.package=org.apache.directory.api.ldap.model.cursor)
can use apache lib in servicemix? how can import it?
or, should use other lib?
i ran command, think wraps dependency osgi-compatible.
bundle:install -s wrap:mvn:org.apache.directory.api/api-all/1.0.0-m33
Comments
Post a Comment