Hi,

I having using XDoclet 1.2.2-RC1 to generate DDs. The tag
@jboss.ejb-local-ref which translated by XDoclet to <ejb-local-ref>,
however, is missing in jboss.xml. I have came across past emails that
adderessed the similar issue. Is this solved with this release or I
have used incorrect settings. Please advise. Thank you

I also include the tags I used in my Message Driven Bean,
PersonCreateMessageBean.

/**
 * @ejb.bean
 *      name = "PersonCreateMDB"
 *      jndi-name = "topic/testTopic"
 *      destination-type = "javax.jms.Topic"
 *      subscription-durability = "NonDurable"
 * 
 * @ejb.ejb-ref
 *      view-type = "local" 
 *      ejb-name = "Person"
 *      ref-name = "ejb/personLocal"
 * 
 * @jboss.destination-jndi-name 
 *      name = "topic/testTopic" 
 * 
 * @jboss.ejb-local-ref 
 *      ref-name = "personLocal"
 *      jndi-name = "ejb/local/Person"


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to