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

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -