Hide Forgot
Description of problem: I'm getting the following maven error when running infinispan testsuite (in http://download.devel.redhat.com/brewroot/repos/jb-edg-6-rhel-6-build/latest/maven/org/infinispan/infinispan/5.1.3.ER4-redhat-1/org.infinispan-infinispan-5.1.3.ER4-redhat-1-sources.zip) : [INFO] Infinispan Core ................................... FAILURE [17.534s] ... [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 19.712s [INFO] Finished at: Fri Mar 16 04:02:37 EDT 2012 [INFO] Final Memory: 48M/336M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.4.3-JBOSS-redhat-1:test (default-test) on project infinispan-core: [ERROR] An error occured while instantiating class org.infinispan.remoting.jgroups.ChannelLookupTest: null; nested exception is org.testng.TestNGException: [ERROR] An error occured while instantiating class org.infinispan.remoting.jgroups.ChannelLookupTest: null: ExceptionInInitializerError: java.lang.reflect.InvocationTargetException-->null: class "org.jgroups.Channel$$EnhancerByCGLIB$$3fa3afd5"'s signer information does not match signer information of other classes in the same package More details at https://hudson.qa.jboss.com/hudson/view/EDG6/view/EDG-REPORTS-FUNC/job/edg-60-community-testsuite-solaris/jdk=java16_default,label=sol10_x86_64/20/console
I'm using a MEAD repo configured in settings.xml
Resolved by replacing EasyMock (and subdependency cglib) with Mockito.
Verified with ER5.