I'm getting the bellow exception using openorb in osgi.
I'm using openorb-1.3.1.jar and jdk1.6.
I think both the openorb-1.3.1.jar and rt.jar in jdk is containing many duplicates which is causing the problem.
For eg, the bellow error is happening because org.omg.CORBA.ORB class is there in both rt.jar and openorb-1.3.1.jar .
Please suggest the correct way of resolving the problem.
The exception is like ,
java.lang.LinkageError: loader constraint violation: loader (instance of previosly initiated loading for a different type with name "org/omg/CORBA/ORB" at java.lang.ClassLoader.findBootstrapClass....