It turns out that I had to add a <local-jndi-name> in the jboss.xml. (as Scott kindly mentioned). However, reading the jboss_4_0.dtd this tag is not allowed, it's why I did not quite understand. So now I have the following:
| <message-driven> | <ejb-name>Stage1EventBatchReceiverMDB</ejb-name> | <destination-jndi-name>queue/trigger/Stage1EventBatchQueue</destination-jndi-name> | <configuration-name>Singleton Message Driven Bean</configuration-name> | <local-jndi-name>ejb/local/trigger/Stage1EventBatchReceiver</local-jndi-name> | </message-driven> | and I have no more @nnn. However, it is not valid according to the DTD! (and the local-jndi-name tag is not supported by xdoclet for MDB). Nicolas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878517#3878517 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878517 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user