Hi,
I'm looking for a list of Borland tags that's possible to use in the bean 
headers in order to generate ejb-borland.xml. I'd like something like:
/**
 * @borland:ejb-ref-jndi
 *              ref-name="LogErroRef"
 *              jndi-name="LogErro"
 * @borland:ejb-ref-jndi
 *              ref-name="GenericosSegRef"
 *              jndi-name="GenericosSeg"
 * @borland.resource-ref
 *              res-ref-name="${jndi.datasource}"
 *              jndi-name="${borland.datasource}"
 */

Does it already exists or have I to dive in XDoclet source code?
It already exists a <borland .. /> nested element for the <ejbdoclet ..> tag, 
so it should be possible to find such Javadoc tags.
Thanks,
Xavier


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to