Update of 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/intf/resources
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1316/modules/ejb/src/xdoclet/modules/ejb/intf/resources

Modified Files:
        local.xdt 
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: local.xdt
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/intf/resources/local.xdt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** local.xdt   26 Mar 2005 10:31:30 -0000      1.6
--- local.xdt   14 Aug 2005 08:27:43 -0000      1.7
***************
*** 14,18 ****
      <XDtEjbIntf:ifIsInterfaceMethod superclasses="false" interface="local">
  <XDtMethod:methodComment indent="3"/>
!    public <XDtMethod:methodType/> <XDtMethod:methodName/>( 
<XDtParameter:parameterList/> ) <XDtMethod:exceptionList/>;
  
      </XDtEjbIntf:ifIsInterfaceMethod>
--- 14,18 ----
      <XDtEjbIntf:ifIsInterfaceMethod superclasses="false" interface="local">
  <XDtMethod:methodComment indent="3"/>
!    public <XDtMethod:methodType/> <XDtMethod:methodName/>( 
<XDtParameter:parameterList/> ) <XDtMethod:exceptionList 
skip="java.rmi.RemoteException"/>;
  
      </XDtEjbIntf:ifIsInterfaceMethod>



-------------------------------------------------------
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

Reply via email to