-
Sub-task
-
Resolution: Done
-
Critical
-
None
-
None
The tests fail to execute due to the following Error. This failure looks to be related to JBAS-6178.
java.lang.Error: Error transforming the class org.jboss.invocation.InvokerInterceptor
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Error converting class
at org.jboss.aop.AspectManager.translate(AspectManager.java:1067)
at org.jboss.aop.AspectManager.transform(AspectManager.java:998)
at org.jboss.aop.standalone.SystemClassLoader.loadClass(SystemClassLoader.java:179)
Caused by: java.lang.RuntimeException: Error converting class
at org.jboss.aop.SuperClassesFirstWeavingStrategy.instrumentClass(SuperClassesFirstWeavingStrategy.java:218)
at org.jboss.aop.SuperClassesFirstWeavingStrategy.translate(SuperClassesFirstWeavingStrategy.java:69)
at org.jboss.aop.AspectManager.translate(AspectManager.java:1056)
Caused by: org.jboss.aop.instrument.TransformationException: Failed to aspectize class org.jboss.invocation.InvokerInterceptor. Could not find class it references org.jboss.invocation.InvokerInterceptor$1 It may not be in your classpath and you may not be getting field and constructor weaving for this class.
at org.jboss.aop.instrument.Instrumentor.convertReferences(Instrumentor.java:708)
at org.jboss.aop.instrument.Instrumentor.transform(Instrumentor.java:763)
at org.jboss.aop.instrument.GeneratedAdvisorInstrumentor.transform(GeneratedAdvisorInstrumentor.java:119)
at org.jboss.aop.SuperClassesFirstWeavingStrategy.instrumentClass(SuperClassesFirstWeavingStrategy.java:202)