A wise old hermit known only as Dan Brown <[EMAIL PROTECTED]> once said:

> I have a CMP entity bean where I want to have a create method that 
> takes    the Xdoclet generated data object.  However xdoclet does not 
> create any create() methods in the home interfaces?  I think I must be 
> doing something wrong because this kind of thing is very common and I 
> see no complaints in the list.   Here is the following code snippit.  
> Any help would be appreciated.
> 
>      /*
>       * EJB Create Method
>       *
>       * @ejb:create-method view-type="remote"
>       */

There's your problem.  Javadoc comments begin /** not /*.
See also http://www.jguru.com/faq/view.jsp?EID=735139


Andrew.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Gadgets, caffeine, t-shirts, fun stuff.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to