That looks like the problem seen when an inner classes references
its outer classes log object. I belive this is a bug in the compiler
but have not had time to create a test case. The work around is
to add a reference to the inner class and initialize it to the out
class variable.

xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 15, 2002 11:21 AM
Subject: [JBoss-dev] NoSuchMethodError


> I just did a cvs co...
>
> Now, I'm getting a NoSuchMethodError when I deploy my application.  The
> weird thing is, the stack trace ends at
>
org.jboss.resource.connectionmanager.LocalTxConnectionManager$LocalConnectio
> nEventListener.connectionClosed(LocalTxConnectionManager.java:363).
>
> Here is that line:
> log.trace("connectionClosed called");
>
> So, what's up with that?  I did a javap on org.jboss.logging.Logger and
> 'trace' is there, but for some reason, I get this error when deploying.
>
> Anyone see anything like this, or can you slap me in the right
direction....
>
> Thanks,
> Michael
>
>
>
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
>



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to