You are the best, that was the right solution, ;)
thanks

 --- Joseph Parks <[EMAIL PROTECTED]> a écrit : >
Instead of
> 
> /**
>  * @ejb:interface-method   view-type="both"
>  */
> public void ejbCreate() {}
> 
> try
> 
> /**
>  * @ejb:create-method
>  */
> public void ejbCreate() {}
> 
> 
> Good luck.
> Joe
> 
> 
> >>> wonder sonic <[EMAIL PROTECTED]> 06/05/02
> 11:09AM >>>
> Hi,
> I'm using XDoclet for 2 weeks now and this tool is
> very
> useful. But I've currently a problem:
> 
> I would like to create a stateful session bean with:
> 
> @ejb:bean view-type="both"
> 
> that is to say XDoclet should generate local,
> remote,
> and localHome and home interfaces. Moreover, I need
> only one create method:
> 
> /**
> * @ejb:interface-method view-type="both"
> */
> public void ejbCreate()
> {
> }
> 
> The problem is: how can I do for the create method
> for
> the remote home interface? because the Home
> interface
> contains no create method :(
> 
> TIA,
> Wonder Sonic
> 
> 
> 
>
___________________________________________________________
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et
> en français !
> Yahoo! Mail : http://fr.mail.yahoo.com
> 
>
_______________________________________________________________
> 
> Don't miss the 2002 Sprint PCS Application
> Developer's Conference
> August 25-28 in Las Vegas --
> http://devcon.sprintpcs.com/adp/index.cfm
> 
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 
>
_______________________________________________________________
> 
> Don't miss the 2002 Sprint PCS Application
> Developer's Conference
> August 25-28 in Las Vegas --
> http://devcon.sprintpcs.com/adp/index.cfm
> 
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/xdoclet-user 

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to