-
Task
-
Resolution: Done
-
Major
-
4.0.0.Beta3
-
None
WELD-2642 introduced another problem with OSGi. The issue is that we actually have org.jboss.weld.module package inside core/impl but the OSGi referencein POM was to our core/modules directory which have since moved.
Therefore, we need an export statement for org.jboss.weld.module as well as for all of the weld modules (jsf, ejb, ...).
- is caused by
-
WELD-2642 New packages not exported in OSGi
- Resolved