Yes, it parses the file, generates my entities like magic and even if I set view-type of my session beans to "remote" or "both" it perfectly generates the non-local home and remote interfaces for my session beans.
Mige Dmitri Colebatch wrote: > > Here we go: > > > > /** > > * @author Miguel Sanchez > > * > > * @ejb:bean > > * type="Stateless" > > * name="fooManagement" > > * jndi-name="fooManagement" > > * local-jndi-name="fooManagementLocal" > > * view-type="local" > > */ > > looks fine at a glance > > > What do you mean with sessioninterface subtask ? > > > > Isn't > > ... > > <localinterface/> > > <localhomeinterface/> > > ... > > enough ? > > sorry, I meant <session/> - if you want a subclass of the session bean > generated, then you'll need that. > > it is parsing the file is it? you dont have an include or exclude in the > build.xml to prevent ht efile being read? > > cheers > dim > > > > > > > Thanx, > > > > Mige > > > > > > > > Dmitri Colebatch wrote: > > > > > should work fine. Things to check are: > > > - have the sessioninterface subtask > > > - have the correct ejb:bean and ejb:interface tags > > > > > > if you want to post your class level comments, that might shed some more > > > light - but I can assure you they work fine (o: > > > > > > cheers > > > dim > > > > > > ----- Original Message ----- > > > From: "Miguel Sanchez" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Monday, January 21, 2002 8:49 PM > > > Subject: [Xdoclet-user] session bean's local interfaces > > > > > > > Hi, > > > > > > > > I'm currently testing xdoclet 1.1 for generating EJBs. With entity > beans > > > > it works great. However, I cannot get xdoclet to generate local > > > > interfaces for session bean classes. > > > > Has anyone made the same experience ? > > > > > > > > For discussion: > > > > I think it's extremely important for a tool like XDOCLET to support > the > > > > whole EJB specification correctly. If not, once you have to adjust > > > > something manually you won't be able to easily regenerate your stuff > > > > without losing your manual changes and even worse you would have to > make > > > > all further changes manually. > > > > > > > > Mige > > > > > > > > > > > > _______________________________________________ > > > > 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 _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
