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] EJBHome not generated 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 _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
