RE: [Xdoclet-user] EJBHome not generated

2002-04-23 Thread jfina
Abrahamian [mailto:[EMAIL PROTECTED]] > Sent: 23. april 2002 18:04 > To: [EMAIL PROTECTED]; 'Xdoclet-User' > Subject: RE: [Xdoclet-user] EJBHome not generated > > > - Make sure is defined in your build.xml > - if your bean is marked view-type="remote" how do expe

Re: [Xdoclet-user] EJBHome not generated

2002-04-23 Thread Andrew Stevens
>FROM: jfina >DATE: 04/23/2002 01:53:57 > ... >* @ejb.dao class="ejb.PersonaliaDAO" impl-jndi="dao" Nothing to do with your EJBHome problem, but if you're using impl-jndi to specify the DAO's implementation class, you'll also need an @ejb.env-entry to hold it (whose name parameter matches the i

RE: [Xdoclet-user] EJBHome not generated

2002-04-23 Thread Ara Abrahamian
nother name then use local-class="blabla". Ara. > -Original Message- > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > [EMAIL PROTECTED]] On Behalf Of jfina > Sent: Tuesday, April 23, 2002 2:52 PM > To: Xdoclet-User > Subject: RE: [Xdoclet-user] EJBHome not gen

RE: [Xdoclet-user] EJBHome not generated

2002-04-23 Thread jfina
> Hi, > > The docs are wrong, use @ejb:home generate="false". local/remote/none > values mentioned in docs are incorrect, true/false are valid values. hmmm...doesn't help. The only classes generated is PersonaliaBMP, PersonaliaPK, PersonaliaDAO, PersonaliaUtil and PersonaliaData The Personalia

Re: [Xdoclet-user] EJBHome not generated

2002-04-23 Thread Ara Abrahamian
Hi, The docs are wrong, use @ejb:home generate="false". local/remote/none values mentioned in docs are incorrect, true/false are valid values. Ara. --- jfina <[EMAIL PROTECTED]> wrote: > Hi! > I still cant get EJBHome to be generated. :-( > I also have a feeling that the doc's are not quite upd

AW: [Xdoclet-user] EJBHome not generated

2002-04-23 Thread bwillner
Put @ejb.home generate="local" Replace local by "remote" or "both" if you desire something different. -Ursprüngliche Nachricht- Von: jfina [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 23. April 2002 10:54 An: Xdoclet-User Betreff: [Xdoclet-user] EJBHo

[Xdoclet-user] EJBHome not generated

2002-04-23 Thread jfina
Hi! I still cant get EJBHome to be generated. :-( I also have a feeling that the doc's are not quite updated since @ejb.home is marked with generated="true" in the example but not a valid option in the doc's. well, anyone who have any clue what i'm doing wrong? (my build script is based on the