[jboss-jira] [JBoss JIRA] Closed: (JBAS-6245) org.jboss.test.asynch.AsynchTestCase
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Thu Nov 27 08:31:36 EST 2008
[ https://jira.jboss.org/jira/browse/JBAS-6245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kabir Khan closed JBAS-6245.
----------------------------
Resolution: Done
The problem was not being able to find InvokerInterceptor$1, but rather when inspecting its interfaces org.jboss.serial.objectmetamodel.safecloning.SafeClone could not be found. r81728 fixes this and includes jboss-serialization on the classpath.
I'll update subsequent aop versions to give a better error message JBAOP-681
> org.jboss.test.asynch.AsynchTestCase
> ------------------------------------
>
> Key: JBAS-6245
> URL: https://jira.jboss.org/jira/browse/JBAS-6245
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Test Suite
> Reporter: Shelly McGowan
> Assignee: Kabir Khan
> Priority: Critical
> Fix For: JBossAS-5.0.0.GA
>
>
> 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)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list