--- John Vincent <[EMAIL PROTECTED]> wrote:

> new to xdoclet - I am probably missing something
> simple but.......
> 
> Java:
> 
> package jvapp;
> 
> import javax.ejb.*;
> 
> /** Perform Get Advice
>  * @author jv
>  * @since 1.2
>  * @stereotype SessionBean
>  * @remoteInterface jvapp.Advice
>  * @homeInterface jvapp.AdviceHome
>  * @statemode Stateless
>  *
>  * @ejbgen:session
>  *   ejb-name = AdviceBean
>  *   default-transaction = Required
>  *
>  * @ejbgen:jndi-name
>  *   local = AdviceLocalHome
>  *   remote = AdviceHome
>  *
>  */

You are using @ejbgen tags - AFAIR, those are
recognized by Cerdics ejbgen, not xdoclet...


regards,

=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Plugins for xdoclet-2 are released. check it out at:
http://www.sourceforge.net/projects/xdoclet-plugins/
----[ http://www.pribluda.de ]------------------------


                
__________________________________ 
Do you Yahoo!? 
All your favorites on one personal page – Try My Yahoo!
http://my.yahoo.com 


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to