Regarding the below support request, can I finalize removing
ejb:create:method? Seems like he forgot to put @ejb:create-method.
To dynamically check for stateful/less session type I check if(
method.startsWith("ejbCreate") && returned-type==remote/local-interface
). This way I find out if it's a create method. I think we can use it
for isCreateMethod too, and also for ejbHome methods. Andrew was the
only one having problem with ejbCreate methods (TopLink seems to define
an ejbCreateImpl method which shouldn't appear in home intf).
If no one's against it I'll use the above logic and remove
ejb:create-method/home-method.Ara. > -----Original Message----- > From: nobody [mailto:[EMAIL PROTECTED]] On Behalf Of > [EMAIL PROTECTED] > Sent: Tuesday, December 11, 2001 5:02 AM > To: [EMAIL PROTECTED] > Subject: [xdoclet - Help] Defining ejbCreate<method> > > > Read and respond to this message at: > http://sourceforge.net/forum/message.php?msg_id=1440019 > By: ubik42 > > I am trying to define a EJB2.0 create method in the form > ejbCreate<method>: > > ejbCreateWithName(Integer id, String name) > > However, this is not being defined correctly in the Local and Remote Home > Interfaces > of my Bean. > > How does one create additonal ejbCreate method using XDoclet? > > ______________________________________________________________________ > You are receiving this email because you elected to monitor this forum. > To stop monitoring this forum, login to SourceForge and visit: > http://sourceforge.net/forum/monitor.php?forum_id=99268 _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
