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
>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
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
> 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
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
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
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