Issue Type: Bug Bug
Affects Versions: 1.2.0.Beta1
Assignee: Unassigned
Components: OSGi support
Created: 12/Nov/12 5:43 AM
Description:

When weld osgi bundles are deployed in Apache Karaf 2.2.3, the following error is generated :

Caused by: org.osgi.framework.BundleException: Unresolved constraint in bundle org.jboss.weld.osgi.weld-osgi-core-integration [56]: Unable to resolve 56.0: missing requirement [56.0] osgi.wiring.package; (&(osgi.wiring.package=javax.inject)(version>=1.0.0))

This comes from the fact that package name to be imported does not correspond to package names exported

Exported by bundle weld osgi mandatory :

54 javax.enterprise.inject; version=1.0.0

Imported by bundle weld osgi extension/integration (by example)

javax.inject;version=1.0.0

Project: Weld
Priority: Major Major
Reporter: Charles Moulliard
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira