[jboss-jira] [JBoss JIRA] Assigned: (JBAS-6245) org.jboss.test.asynch.AsynchTestCase

Dimitris Andreadis (JIRA) jira-events at lists.jboss.org
Wed Nov 26 14:25:36 EST 2008


     [ https://jira.jboss.org/jira/browse/JBAS-6245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dimitris Andreadis reassigned JBAS-6245:
----------------------------------------

    Assignee: Kabir Khan  (was: Dimitris Andreadis)


Kabir can you take a look please?

http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-5.0.x-TestSuite-sun15-sun16/lastBuild/testReport/org.jboss.test.asynch/AsynchTestCase/unknown/

I think this started when I synched o.j.invocation.InvokerInterceptor with the one from Branch_4_2 and the new version has a an anonymous inner class

   /** These objects are safe to reuse in callByValue operations */
   static final SafeClone safeToReuse = new SafeClone(){
                 public boolean isSafeToReuse(Object obj) {
                     if (obj==null)
                     {
                         return false;

I can see the class included in the jboss.jar and jboss-client.jar

What's the problem with the inner class?

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)


> 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
>             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