Hi all..
above mentioned error comes because of two instances of classloader loads that class - org.hibernate.Transaction.
Can you tell the way to avoid loading of same class by two classloader.
Any property do I set in jboss-classloading.xml to resolve it.