Hi All, I'm a newbee to hibernate. I have managed to write a sample application which work just fine locally. But when I try to deploy the same in jboss 6 I'm getting lot of exceptions.
00:22:53,392 ERROR [AbstractKernelController] Error installing to Instantiated: name=jboss.jca:name=JmsXA,service=ManagedConnectionFactory state=Described mode=Manual requiredState=Configured: java.lang.LinkageError: loader constraint violation: loader (instance of <bootloader>) previously initiated loading for a different type with name "javax/transaction/xa/XAResource"
Looking at the errors i feel deployment is not straightforward. can anyone guide me through some online article or guide which can help me.
Thanks in advance.
|