Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/resources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23546/modules/ejb/src/xdoclet/modules/ejb/entity/resources
Modified Files: entity-body.xdt Log Message: don't catch RemoteException for local aggregations (XDT-705) Index: entity-body.xdt =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/resources/entity-body.xdt,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** entity-body.xdt 14 Dec 2002 01:18:17 -0000 1.14 --- entity-body.xdt 26 Mar 2005 11:17:27 -0000 1.15 *************** *** 249,256 **** --- 249,259 ---- <XDtMethod:forAllMethods> <XDtEjbDataObj:ifIsAggregate> + <XDtMethod:ifMethodTagValueNotEquals tagName="ejb.aggregate" paramName="view-type" value="local"> try { + </XDtMethod:ifMethodTagValueNotEquals> if( <XDtMethod:getterMethod/>() != null ) <XDtMethod:getterMethod/>().remove(); + <XDtMethod:ifMethodTagValueNotEquals tagName="ejb.aggregate" paramName="view-type" value="local"> } catch (java.rmi.RemoteException e) *************** *** 258,261 **** --- 261,265 ---- throw new javax.ejb.EJBException(e); } + </XDtMethod:ifMethodTagValueNotEquals> </XDtEjbDataObj:ifIsAggregate> ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel