Bugs item #531372, was opened at 2002-03-18 15:19 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=531372&group_id=31602
Category: ejbdoclet Group: v1.1.2 Status: Open >Resolution: Fixed Priority: 5 Submitted By: Andrew Stevens (stevensa) >Assigned to: Andrew Stevens (stevensa) Summary: Exceptions in home interface Initial Comment: Although the spec says "the javax.ejb.EJBException is a subclass of the java.lang.RuntimeException, and therefore it does not have to be listed in the throws clauses of the business methods", it doesn't say you can't still do so. However, if you do, it gets included in the method signature in the home interface; it shouldn't, since the client will actually receive it as a RemoteException. ---------------------------------------------------------------------- >Comment By: Andrew Stevens (stevensa) Date: 2002-03-27 23:51 Message: Logged In: YES user_id=247081 I've done home.j and remote.j; what about the local interfaces - do they need anything similar? I know local interfaces don't have RemoteExceptions, but do you still use EJBExceptions the same way in the bean class? (and if so, should they be excluded also to keep the local & remote interfaces consistent with each other?) ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=531372&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
