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 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 sample script)
> 
> Regards/Jon
> 
> 
> 
> 
> /**
>  * This is a personalia bean.
>  *
>  * @ejb.bean type="BMP" name="Personlia" jndi-name="ejb/Personalia"
> view-type="remote" use-soft-locking="false"
>  * @ejb.security-role-ref role-name="admin" role-link="Administrator"
>  * @ejb.transaction type="Required"
>  *
>  * @ejb.pk class="ejb.PersonaliaPK" generate="true"
>  * @ejb.interface generate="remote" remote-class="ejb.Personalia"
>  * @ejb.home generate="remote" remote-class="ejb.PersonaliaHome"
>  * @ejb.data-object generate="true" class="ejb.PersonaliaData"
>  * @ejb.dao class="ejb.PersonaliaDAO" impl-jndi="dao"
>  */
> 
> 
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user


__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

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

Reply via email to