Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/home In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1316/modules/ejb/src/xdoclet/modules/ejb/home
Modified Files: HomeTagsHandler.java Log Message: methods in local and local home interface do no longer throw a java.rmi.RemoteException when declared in the bean class (XDT-1440) Index: HomeTagsHandler.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/home/HomeTagsHandler.java,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -r1.38 -r1.39 *** HomeTagsHandler.java 21 Apr 2005 18:21:56 -0000 1.38 --- HomeTagsHandler.java 14 Aug 2005 08:27:43 -0000 1.39 *************** *** 838,841 **** --- 838,845 ---- continue; + // Skip java.rmi.RemoteException (it is re-added for remote interfaces later) + if (exception.getQualifiedName().equals("java.rmi.RemoteException")) + continue; + if (comma) { exc.append(','); ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel