My application is getting upgraded to Jboss 6.2 to Jboss 7.1 and Java 7 to Java 8. So while doing deployment, We are facing below issue:
java.lang.LinkageError: loader constraint violation: when resolving overridden method "org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder.register(Ljava/lang/Object;)Ljavax/ws/rs/core/Configurable;" the class loader (instance of org/jboss/modules/ModuleClassLoader) of the current class, org/jboss/resteasy/client/jaxrs/ResteasyClientBuilder, and its superclass loader (instance of org/jboss/modules/ModuleClassLoader), have different Class objects for the type javax/ws/rs/core/Configurable used in the signature
Could anybody help me .. Rest easy version.- 3.0.10 Final