On Mon, Mar 04, 2002 at 04:09:23PM +0100, Daniel Bratell wrote: > I've written the constants the constants in the implementation java file > but how do I get them into the interfaces? > > @ejb:interface-method didn't work.
@ejb:interface extends="org.yourname.YourInterfaceWithConstants" should work if you place the contants in "org.yourname.YourInterfaceWithConstants". -billy. -- Meisterbohne S�flinger Stra�e 100 Tel: +49-731-399 499-0 eL�sungen 89077 Ulm Fax: +49-731-399 499-0 _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
