|
From: Alex P. <pan...@gm...> - 2016-05-25 20:57:36
|
Hi, it seems I'm running into the same problem that Edgar Avila had in https://sourceforge.net/p/jibx/mailman/message/35070901/ I'm using jibx-bind-1.2.6 - tested with the gradle jibx plugin with JDK8 (I modified it to use 1.2.6 and BCEL-6.0-SNAPSHOT) and the maven jibx plugin with JDK 7. I have several binding files with different packages specified in the xml. It seems that the first binding file loaded determines the package that the all JiBX*_access files are generated into. So I'm getting IllegalAccessErrors when I try to unmarshal: java.lang.IllegalAccessError: tried to access class com.example.otherpackage.OtherClassImpl from class com.example.firstpackage.impl.JiBX_myClassBindingMungeAdapter When I use the Maven Jibx Plugin in with JiBX 1.2.3 and Java 6/7 I don't get any IllegalAccessError. Any suggestions? Thanks, Alex |