A wise old hermit known only as Dmitri Colebatch <[EMAIL PROTECTED]> once
said:
> Ara,
>
> looks good to me, couple of comments though:
>
> why use method.name().startsWith("ejbCreate")? We can just use equals
> yes?
No, with EJB 2.0 you can have ejbCreateNoArgs, ejbCreateFromDataObject,
ejbCreateWhateverElseYouFancy... they just have to start with
ejbCreate. That was the problem XDoclet was having with TopLink's base
EJB using ejbCreateImpl for a method that wasn't actually a create method
(just called from one), that led to adding the @ejb:create-method tag in
the first place.
Andrew.
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel