User: pathoss 
  Date: 02/10/28 14:57:29

  Modified:    modules/ejb/src/xdoclet/modules/ejb/entity/resources
                        entity-body.xdt
  Log:
  Fixed XDT-18.
  
  Revision  Changes    Path
  1.12      +3 -3      
xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/resources/entity-body.xdt
  
  Index: entity-body.xdt
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/resources/entity-body.xdt,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -w -r1.11 -r1.12
  --- entity-body.xdt   6 Oct 2002 17:43:17 -0000       1.11
  +++ entity-body.xdt   28 Oct 2002 22:57:29 -0000      1.12
  @@ -139,6 +139,9 @@
    </XDtEjbDao:ifUsingDao>
      public void ejbLoad() <XDtMethod:exceptionList method="ejbLoad"/>
      {
  +     <XDtEjbCmp:ifNotUsingCmp2>
  +      makeClean();
  +     </XDtEjbCmp:ifNotUsingCmp2>
       <XDtMethod:ifHasMethod name="ejbLoad">
        <XDtMethod:ifIsNotAbstract method="ejbLoad">
         super.ejbLoad();
  @@ -147,9 +150,6 @@
        <XDtEjbDao:ifUsingDao>
         getDao().load((<XDtEjbPk:pkClass/>) ctx.getPrimaryKey(), this);
        </XDtEjbDao:ifUsingDao>
  -     <XDtEjbCmp:ifNotUsingCmp2>
  -      makeClean();
  -     </XDtEjbCmp:ifNotUsingCmp2>
      }
   
      public void ejbStore() <XDtMethod:exceptionList method="ejbStore"/>
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to