User: dimc    
  Date: 02/04/08 06:38:30

  Modified:    core/resources/xdoclet/ejb entity-body.j
  Log:
  1. Fixed bug where @jboss:table-name wasn't picked up unless the attribute
  was named.
  
  2. Added functionality in entity-body.j where ejbCreate() methods without
  coresponding ejbPostCreate methods have their ejbPostCreate() methods
  generated (empty).
  
  Revision  Changes    Path
  1.11      +16 -0     xdoclet/core/resources/xdoclet/ejb/entity-body.j
  
  Index: entity-body.j
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb/entity-body.j,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -w -r1.10 -r1.11
  --- entity-body.j     27 Mar 2002 23:58:53 -0000      1.10
  +++ entity-body.j     8 Apr 2002 13:38:30 -0000       1.11
  @@ -110,6 +110,21 @@
      }
      </XDtMethod:forAllMethodTags>
     </XDtMethod:ifHasMethodTag>
  +     
  +     
  +  <XDtEjbHome:ifIsCreateMethod>
  +   <XDtEjbHome:ifDoesntHavePostCreateMethod>
  +   /**
  +    * <XDtI18n:getString bundle="xdoclet.ejb.Messages" 
resource="generated_ejbpostcreate"/>
  +    *
  +    * @see #<XDtMethod:currentMethodName />(<XDtParameter:parameterList/>)
  +    */
  +   public void <XDtEjbHome:ejbPostCreateSignature />(<XDtParameter:parameterList/>)
  +   {
  +   }
  +   </XDtEjbHome:ifDoesntHavePostCreateMethod>
  +  </XDtEjbHome:ifIsCreateMethod>     
  +      
    </XDtMethod:forAllMethods>
   
      public void ejbLoad() <XDtMethod:exceptionList method="ejbLoad"/>
  @@ -246,6 +261,7 @@
         }
   
        </XDtEjbDataObj:ifIsAggregate>
  +      
       </XDtMethod:forAllMethods>
       <XDtComment:comment>
       TODO : VO must be set to null
  
  
  

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

Reply via email to