- status: open --> closed-out-of-date
OS: WINDOWS 2000
JDK 1.3.0
The stack trace is the following:
16:42:10,948 ERROR [STDERR] java.lang.NoSuchMethodError
16:42:10,948 ERROR [STDERR] at
org.jboss.jms.asf.StdServerSession.onMessage(StdServerSessio
n.java:293)
16:42:10,948 ERROR [STDERR] at
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessag
e(SpyMessageConsumer.java:603)
16:42:10,968 ERROR [STDERR] at
org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsume
r.java:417)
16:42:10,978 ERROR [STDERR] at
org.jboss.mq.SpySession.run(SpySession.java:296)
16:42:10,988 ERROR [STDERR] at
org.jboss.jms.asf.StdServerSession.run(StdServerSession.java
:178)
16:42:11,018 ERROR [STDERR] at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(P
ooledExecutor.java:642)
16:42:11,028 ERROR [STDERR] at
java.lang.Thread.run(Thread.java:484)
This error happens when a message is rceiver by the
MDB. The MDB has CMP and has been simplified to show
only a message through standard output.
Comments:
I tried to call the method "end" of class XAResource
using reflection inside StdServerSession and it doesn´t
work, obtaining the same result. But listing the
methods of this class it is shown