anonymous wrote : Which version of JBoss are you using?
jboss-4.2.2.GA

anonymous wrote : Also, are you using EJB3 or EJB2.x?
I think EJB3

anonymous wrote :  Can you post your MDB (if it is configured through 
annotations)?
you meant this:

@MessageDriven(activationConfig =
  | {
  |     @ActivationConfigProperty(propertyName="destinationType", 
propertyValue="javax.jms.Queue"),
  |     @ActivationConfigProperty(propertyName="destination", 
propertyValue="queue/XXX/TestResults"),
  |     @ActivationConfigProperty(propertyName = "acknowledgeMode", 
propertyValue = "Auto-acknowledge")
  | }

anonymous wrote : Are you using the JBoss "default" server or the "all" server? 
default, but i think "all" also has same issue



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167622
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to