Bugs item #531372, was opened at 2002-03-18 16:19 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402704&aid=531372&group_id=31602
Category: ejbdoclet Group: v1.1.2 >Status: Closed Resolution: Accepted Priority: 5 Submitted By: Andrew Stevens (stevensa) Assigned to: Vincent Harcq (vharcq) 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: Konstantin Pribluda (ko5tik) Date: 2002-10-03 18:03 Message: Logged In: YES user_id=91100 This issue has moved to JIRA XDT-25: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?id=10054 ---------------------------------------------------------------------- Comment By: Andrew Stevens (stevensa) Date: 2002-09-15 17:08 Message: Logged In: YES user_id=247081 What's the state of forAllHomeMethods, Vincent? Does it still need changing, or can we close this now? ---------------------------------------------------------------------- Comment By: Vincent Harcq (vharcq) Date: 2002-04-10 09:01 Message: Logged In: YES user_id=125677 Don't close it I still have to change forAllHomeMethods to do that Vincent ---------------------------------------------------------------------- Comment By: Andrew Stevens (stevensa) Date: 2002-03-28 00: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: https://sourceforge.net/tracker/?func=detail&atid=402704&aid=531372&group_id=31602 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
