hello,
 my silly mistake. i placed xdoclet tags between package and imports..... weird enough.. but no ejb ref were generated in ejb-jar.xml.
now i have done
pacakge
import
xdoclet
class

and it worked fine

sorry for bothering

rgds
 marco

On 8/9/06, Marco Mistroni <[EMAIL PROTECTED]> wrote:
hello all,
 i have following EJB (i m runnign xdoclet from maven2)

/**
 * @ejb.bean
 *        name="TranslationServiceSession"
 *        view-type="remote"
 *        jndi-name="ngen/mw/ejb/TranslationServiceSessionLocalHome"
 *
 *
 * @ejb.ejb-ref
 *            ejb-name="SiteTransmissionType"
 *            ref-name="ejb/SiteTransmissionTypeLocalHome"
 *
 * @ejb.ejb-ref
 *            ejb-name="TransferRecord"
 *            ref-name="ejb/TransferRecordLocalHome"
......


any particular reasons of why i see no ejb-ref in my ejb-jar.xml ?
only reference that works is the one define dlike  this

* @ejb.ejb-external-ref
 *            ejb-name="Contact"
 *            view-type="local"
 *            ref-name="ejb/ContactLocalHome"
 *            type="Entity"
 *            home=" com.waersystems.ejb.partners.contact.ContactLocalHome"
 *            business="com.waersystems.ejb.partners.contact.ContactLocal"
 *

anyone could help?

thanks and regards
 marco





-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to