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

Modified Files:
        dataobject.xdt 
Log Message:
Simplest change to fix the DO's obvious copy constructor bug (XDT-274 and duplicates).



Index: dataobject.xdt
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/resources/dataobject.xdt,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** dataobject.xdt      6 Apr 2003 23:36:32 -0000       1.14
--- dataobject.xdt      4 Aug 2004 00:06:42 -0000       1.15
***************
*** 56,60 ****
       </XDtMethod:ifHasMethod>
       <XDtMethod:ifDoesntHaveMethod name="<XDtMethod:setterMethod/>" 
parameters="<XDtMethod:methodType/>">
!       this.<XDtMethod:propertyName/> = <XDtMethod:propertyName/>;
       </XDtMethod:ifDoesntHaveMethod>
      </XDtEjbPersistent:forAllPersistentFields>
--- 56,60 ----
       </XDtMethod:ifHasMethod>
       <XDtMethod:ifDoesntHaveMethod name="<XDtMethod:setterMethod/>" 
parameters="<XDtMethod:methodType/>">
!       this.<XDtMethod:propertyName/> = otherData.<XDtMethod:propertyName/>;
       </XDtMethod:ifDoesntHaveMethod>
      </XDtEjbPersistent:forAllPersistentFields>



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to