Correction on the previous post: The Exception occurs whether my app has been 
deployed or not.

My MDB's annotations look like this:

  | @MessageDriven(activationConfig = {
  |         @ActivationConfigProperty(
  |                 propertyName = "destinationType",
  |                 propertyValue = "javax.jms.Topic"),
  |         @ActivationConfigProperty(
  |                 propertyName = "destination",
  |                 propertyValue = "topic/noticeTopic"),
  |         @ActivationConfigProperty(
  |                 propertyName = "providerAdapterJNDI",
  |                 propertyValue = "DFMJMSProvider")
  |         })
  | 


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

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

Reply via email to