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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...