When trying to integrate Weld 2.3.0.Final into Payara Server, a variant of GlassFish 4.1 I came across OSGI issues which were resolved by adding the following package imports into the the weld-osgi-bundle.jar Manifest.
{{org.jboss.classfilewriter.annotations;version="1.1", org.jboss.classfilewriter.constpool;version="1.1", org.jboss.classfilewriter.attributes;version="1.1"}}
|