Tomcat For Eclipse - :: Tomcat and org.jibx.runtime.JiBXException :: cribcn - May 22, 2007 - 05:19 AM Post subject: :: Tomcat and org.jibx.runtime.JiBXException ::
Hi,
I would appreciate very much any ideas about solving the following problem. I'm using JiBX for marshalling the X class in a Java project within a Tomcat web container and I get the following error:
org.jibx.runtime.JiBXException: Binding information for class ...AdminXML must be regenerated with current binding compiler
at org.jibx.runtime.BindingDirectory.getFactoryFromName(Unknown Source)
at org.jibx.runtime.BindingDirectory.getFactory(Unknown Source)
...
Until now I've managed to find that the problem is in BindingDirectory.getFactory. But is it possible to happen because of Tomcat configuration? The jre used is the same as the one in the project.