[jboss-user] [EJB 3.0] - Re: Own DLQ for EJB3-MDB via ActivationConfigProperty doesn'

camunda do-not-reply at jboss.com
Wed Feb 25 03:18:26 EST 2009


Hi.

I don't see anything about the DQL in the log, even on debug level?

The only thing I see is the exception thrown:

  | 2009-02-25 09:12:47,214 ERROR ERROR [org.jboss.resource.adapter.jms.inflow.JmsServerSession] (WorkManager(2)-10:) Unexpected error delivering message delegator->JBossMessage[81510
  | 4]:PERSISTENT, deliveryId=0
  | javax.ejb.EJBTransactionRolledbackException: No row with the given identifier exists: [org.jbpm.graph.exe.Token#88888888888]
  |         at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:87)
  |         at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:130)
  |         at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195)
  |        ...
  | 

Here my queue configuration:


  |     <mbean code="org.jboss.jms.server.destination.QueueService"
  |            name="jboss.messaging.destination:service=Queue,name=CommandQueue"
  |            xmbean-dd="xmdesc/Queue-xmbean.xml">
  |         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
  |         
  |         <attribute name="DLQ">jboss.messaging.destination:service=Queue,name=CommandDLQ</attribute>
  | 		<attribute name="SecurityConfig">
  |        		<security>
  |          		<role name="JBossAdmin" read="true" write="true" />
  |          		<role name="JBossAdmin_Role" read="true" write="true" />
  |          		<role name="itInf_Role" read="true" write="true" />
  |          		<role name="DLQ_Role" read="true" write="true" />
  |             	<role name="guest" read="true" write="true" />
  | 			</security>
  | 		</attribute>        
  |     </mbean>
  | 

Thanks for any hints...

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4212828#4212828

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4212828



More information about the jboss-user mailing list