Try this:

 

@jboss.destination-jndi-name

name="queue/D"

 

instead of

 

 * @jboss.destination-jndi-name
 *         queue/D
 *

-----Original Message-----
From: Thys de Wet [mailto:[EMAIL PROTECTED]]
Sent
:
Friday, August 15, 2003 3:00 AM
To: [EMAIL PROTECTED]
Subject: [Xdoclet-user] MDB Problem.

 

Hi there.

I have a problem with MDB's.
I have the following in my java file :


/**
 * @author vattern
 * @ejb.bean
 *     name=MdbTestBean
 *     acknowledge-mode=Dups-ok-acknowledge
 *     destination-type=javax.jms.Queue
 *     subscription-durability=NonDurable
 *    
 * @jboss.destination-jndi-name
 *         queue/D
 *
 */
public class MdbTestBean implements javax.ejb.MessageDrivenBean, MessageListener {
   
The problem is that I expect to see the <message-driven-destination> tags, but all I get is this :
<!-- Message Driven Beans -->
      <message-driven >
         <description><![CDATA[]]></description>

         <ejb-name>MdbTest</ejb-name>

         <ejb-class>com.santam.poc.test.MdbTestBean</ejb-class>

         <transaction-type>Container</transaction-type>

      </message-driven>


Any ideas ??

Thanx
Thys de Wet


This email and all contents are subject to the following disclaimer:

"http://www.didata.com/disclaimer.asp"

------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to