Hi all,

I'm porting our production app using jibx 1.1.6 to jboss 5 which was
just released. We've been previously running on jboss 4.0.5 without
any problems. However, we are getting this error when deploying our
war:

2009-01-16 17:25:49,952 ERROR
[org.jboss.kernel.plugins.dependency.AbstractKernelController] Error
installing to PostClassLoader:
name=vfszip:/programs/jboss-5.0.0.GA/server/default/deploy/alphatheoryServicesDev/WEB-INF/lib/jibx-bind-1.1.5.jar
state=ClassLoader mode=Manual requiredState=PostClassLoader
org.jboss.deployers.spi.DeploymentException: Error during deploy:
vfszip:/programs/jboss-5.0.0.GA/server/default/deploy/alphatheoryServicesDev/WEB-INF/lib/jibx-bind-1.1.5.jar
        at 
org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
...
Caused by: java.lang.NoClassDefFoundError: IllegalName: org/jibx/binding/Compile
        at java.lang.ClassLoader.preDefineClass(ClassLoader.java:477)

In jibx-bind.jar this definition in META-INF/MANIFEST.MF seems to be
the culprit:

Main-Class: org/jibx/binding/Compile

I think it really should be org.jibx.binding.Compile , as some
containers require that format. Should I file a bug report?

Robert

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to