[jboss-dev-forums] [Design of POJO Server] - Re: What supplies the destination ActivationConfigProperty?

adrian@jboss.org do-not-reply at jboss.com
Fri Oct 19 08:35:58 EDT 2007


I think I've found the problem, I'm just testing the fix now.
The issue is in the JBossMessageDrivenMetaData.

It doesn't think it is JMS if there is no messaging-type


  | public void isJMS()
  | {
  |    return "javax.jms.MessageListener".equals(messagingType);
  | }
  | 

It should also return true for "null" (i.e. and old MDB deployment).

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

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



More information about the jboss-dev-forums mailing list