|
Hi,
This is a question for Mark Fleury that is the
author of this class.
I have an ERROR that is raised in the invke method
of this class. I cannot understand why it is raised because I can perform
exactly the same thing in another part of my code with no errors
....
Mainly, I use my own factory (Singleton)
OGCBaseFactory to access my EJBs. The error occures when I call my getInstance
method.
Here is the stack trace I have :
[Container factory] java.rmi.ServerException:
Transaction rolled
back:com/ogc/application/server/factory/OGCBaseFactory
[Container factory] at org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT.invoke(MessageDrivenTxInterceptorBMT.java:122) [Container factory] at org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterceptor.java:58) [Container factory] at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:190) [Container factory] at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:195) [Container factory] at org.jboss.ejb.MessageDrivenContainer.invoke(MessageDrivenContainer.java:264) [Container factory] at org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:151) [Container factory] at org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerInvoker.java:448) [Container factory] at org.jbossmq.SpyMessageConsumer.deliverMessage(SpyMessageConsumer.java:294) [Container factory] at org.jbossmq.SpySession.run(SpySession.java:236) [Container factory] at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:131) [Container factory] at org.jboss.jms.asf.ThreadPool$Worker.run(ThreadPool.java:128) Thanks for your help
Christophe
| ||||||||||||
- Re: [JBoss-user] Exception in MessageDrivenTxInterceptor... Christophe GARCIA
- Re: [JBoss-user] Exception in MessageDrivenTxInterc... Peter Antman
- Re: [JBoss-user] Exception in MessageDrivenTxIn... Christophe GARCIA
