JiBX Multiple bindings defined for class
December 13, 2010
We were getting the following error with JiBX at runtime:
Multiple bindings defined for class com.company.path.Class
In our case, this was caused because the wrong level class was passed into a manual JiBX marshall (Java->XML).
Rather than passing in a top level class, which we had compiled bindings for, we …