User: stevensa
  Date: 02/03/27 15:45:54

  Modified:    core/resources/xdoclet/ejb remote.j
  Log:
  [531372] exclude EJBException from throws clauses
  
  Revision  Changes    Path
  1.18      +2 -2      xdoclet/core/resources/xdoclet/ejb/remote.j
  
  Index: remote.j
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb/remote.j,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -w -r1.17 -r1.18
  --- remote.j  14 Mar 2002 22:42:40 -0000      1.17
  +++ remote.j  27 Mar 2002 23:45:54 -0000      1.18
  @@ -10,13 +10,13 @@
   <XDtClass:classCommentTags indent="0"/> */
   public interface <XDtClass:classOf><XDtEjbIntf:componentInterface 
type="remote"/></XDtClass:classOf>
      extends <XDtEjbIntf:extendsFrom type="remote"/><XDtClass:ifHasClassTag 
tagName="ejb:bean" paramName="remote-business-interface">, <XDtClass:classTagValue 
tagName="ejb:bean" paramName="remote-business-interface"/></XDtClass:ifHasClassTag>
  -
   {
     <XDtClass:ifDoesntHaveClassTag tagName="ejb:bean" 
paramName="remote-business-interface">
      <XDtMethod:forAllMethods>
       <XDtEjbIntf:ifIsInterfaceMethod superclasses="false" interface="remote">
   <XDtMethod:methodComment indent="3"/>
  -   public <XDtMethod:methodType/> <XDtMethod:methodName/>( 
<XDtParameter:parameterList/> ) <XDtMethod:exceptionList 
append="java.rmi.RemoteException"/>;
  +   public <XDtMethod:methodType/> <XDtMethod:methodName/>( 
<XDtParameter:parameterList/> )
  +      <XDtMethod:exceptionList append="java.rmi.RemoteException" 
skip="javax.ejb.EJBException"/>;
   
       </XDtEjbIntf:ifIsInterfaceMethod>
      </XDtMethod:forAllMethods>
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to