if you want the set/get data methods to be in the interface, you'll need to put an @ejb:interface-method tag on them (as abstract methods).
hth dim ----- Original Message ----- From: "KC" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 06, 2002 9:52 PM Subject: [Xdoclet-user] A Bug in DataObject Generation?? > Hi all, can anyone pls enlighten on the following? > > I have in my class declaration the follwoing line : > @ejb:data-object package="object.name". > > The EJBData class is generated in the named package. However the setData and > getData methods are not declared in the remote interface. Have I missed out > certain configurations, or they should not be declared in the remote > interface at all? > > The rest of the business methods are generated in the interface without any > problem. > > Thanks in advance! > KC > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > _______________________________________________ > 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
