On Sat, 2003-02-22 at 01:43, Modha Kumar wrote: > "=======Intresting thing is both my Bean and RemoteInterface has same > name.=====" ... > and in the bean I have put > ==================================== > /** > * CommandServerBean is a CommandServer which accepts Command Beans from the > Client > * call their execute method and returns back the result. > * > * @ejb:bean > * type="Stateless" > * name="server/CommandServerBean"
... and that's probably why. Try name="server/CommandServer" and see if that's any better. Andrew. ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
