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
------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to