Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: JiBX 1.1.3
-
Fix Version/s: JiBX 1.1.3
-
Component/s: core
-
Labels:None
-
Environment:windows
-
Number of attachments :
Description
We are using a domain specific jar file which uses JibX for XML conversion.
Our project is also using JibX for XML conversion, so at run time we have two JiBX_MungeAdapter.class in the classpath. Due to this JibX is not working properly.
Please suggest a solution for this problem.
This should not be a problem, as long as the two JiBX_MungeAdapter classes are in separate packages. If they're currently in the same package, you should be able to use the package="..." attribute of the <binding> element to change the package used for one of the bindings.