I try to run a JiBX mapping on a WebSphere Application Server 8. I compile the binding with ant in Eclipse.
When I run the application as "Java Application" then no errors occur. But when I create an ear-File of the project and deploy it on application server then I get the Exception that the binding is not compiled.
The WAR file in the ear file does not contain the JIBX_bidning..._acces.classes. How can I get a correct ear package of my project, that also runs on server?
Best Regards Veote