[jboss-dev-forums] [Design of POJO Server] - Re: AbstractDeploymentUnit.getMetaDataFiles()

scott.stark@jboss.org do-not-reply at jboss.com
Thu Oct 19 02:29:15 EDT 2006


This is a problem because some jars are not being recognized because they only have a META-INF/MANIFEST entry (no META-INF dir entry) and are not being added to the deployment classpath because the JarStructure test for a META-INF entry is failing. The jbossws.sar/wsdl4j.jar is another example that causes this NCDFE:

Caused by: java.lang.NoClassDefFoundError: javax/wsdl/WSDLException
        at jrockit.reflect.InitialConstructorInvoker.newInstance([Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
        at java.lang.reflect.Constructor.newInstance([Ljava.lang.Object;J)Ljava.lang.Object;(Unknown Source)
        at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:1242)
        at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:286)
        at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:3

Looks like some synthentic parent entries will be needed.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979258#3979258

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979258



More information about the jboss-dev-forums mailing list