Hi Robert,

Yes, it looks like the dot-separated format is correct. I'm not sure 
where I got the slash-separated format, but that has always worked 
without a problem when I run directly from Sun JVMs. I've changed the 
code in CVS to use dot-separated format instead, and the change will be 
included in the next 1.2 beta release.

As a separate issue, I need to update the Axis2 code to work with 1.2. I 
tried getting started on this a couple of months ago, but couldn't 
figure out any way of getting Maven2 to accept my SNAPSHOT jar files 
without getting them added to one of the standard repositories. Now that 
there's finally a formal 1.2 beta release I should be able to give it 
another try. For right now, the 1.2 code is not compatible with Axis2 
Wsdl2Java output.

  - Dennis

Dennis M. Sosnoski
SOA and Web Services in Java
Training and Consulting
http://www.sosnoski.com - http://www.sosnoski.co.nz
Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117



robert lazarski wrote:
> 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
>
>   

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to