Anybody who knows the reason for the differences between 

ejb-body.j line 141 following  and
ejb-body.xdt line 148

In ejb-body.xdt is missing the following part:
 <XDtClass:ifDoesntHaveClassTag tagName="ejb:ejb-external-ref" 
       paramName="view-type">
       [...]
 </XDtClass:ifDoesntHaveClassTag>

This is the reason why some external references will not be generated into
the ejb-jar.xml. e.g:

 * @ejb:ejb-external-ref    ejb-name="Sequence" type="Entity"
 *              home="de.osgroup.bo.Sequence.interfaces.SequenceHome"
 *              remote="de.osgroup.bo.Sequence.interfaces.Sequence"
 * @jboss:ejb-ref-jndi      ref-name="Sequence" jndi-name="sequenceProvider"

Is the above Syntax wrong? Deprecated?

Dirk





_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to