users@glassfish.java.net

Re: Admin Console crashing when deploying OSGi bundles

From: <glassfish_at_javadesktop.org>
Date: Sun, 24 Oct 2010 04:48:48 PDT

There is neither a de jure nor a de facto standard for assigning OSGi version numbers to javax packages. In GlassFish, we leave the version as unspecified for javax packages that's part of JRE, so those package versions default to 0.0.0. This lack of proper versioning of javax packages is a major problem in using modules that contain javax packages which are overlapping with JRE. This is what is happening in this case as well. Since GlassFish has the latest version of JAX-WS, JAXB and JAXP implementations, try changing your bundle to depend on javax.xml.stream; version=0.0.0.

Sahoo
[Message sent by forum member 'ss141213']

http://forums.java.net/jive/thread.jspa?messageID=486070