Hi,

My jboss.xml which is created through ANT using XDoclet. In the <message-driven> 
declaration <destination-jndi-name> is not getting appended it is coming blank. as 
below:
<message-driven>
         <ejb-name>LogMessage</ejb-name>
         <destination-jndi-name></destination-jndi-name>
</message-driven>

following are the class level tag for my MDB
/**
 * @ejb.bean name="LogMessage"
 *      acknowledge-mode="Auto-acknowledge"
 *      destination-type="javax.jms.Topic"
 *      subscription-durability="NonDurable"
 *      transaction-type="Bean"
 * @jboss.destination-jndi-name
 *      name="topic/logging"
  */

thanks 

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

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


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to