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

Modified Files:
        valueobject.xdt 
Log Message:
replaced usage of the removed "type" parameter

Index: valueobject.xdt
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/resources/valueobject.xdt,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** valueobject.xdt     9 Apr 2005 07:28:54 -0000       1.33
--- valueobject.xdt     9 Apr 2005 07:49:42 -0000       1.34
***************
*** 505,509 ****
                   </XDtEjbPersistent:forAllPersistentFields>

                   <XDtEjbValueObj:forAllRelations superclasses="false" 
valueobject="<XDtEjbValueObj:valueObjectMatch/>">

!                   <XDtMethod:ifDoesntHaveMethodTag tagName="ejb:value-object" 
paramName="type">

                   if( this.<XDtEjbValueObj:currentAggregateName/> == null )

                   {

--- 505,509 ----
                   </XDtEjbPersistent:forAllPersistentFields>

                   <XDtEjbValueObj:forAllRelations superclasses="false" 
valueobject="<XDtEjbValueObj:valueObjectMatch/>">

!                   <XDtEjbValueObj:ifIsNotCollection>

                   if( this.<XDtEjbValueObj:currentAggregateName/> == null )

                   {

***************
*** 514,519 ****
                          lEquals = lEquals && 
this.<XDtEjbValueObj:currentAggregateName/>.equals( 
that.<XDtEjbValueObj:currentAggregateName/> );

                   }

!                   </XDtMethod:ifDoesntHaveMethodTag>

!                   <XDtMethod:ifHasMethodTag tagName="ejb:value-object" 
paramName="type">

                   if( this.get<XDtEjbValueObj:currentAggregateName/>s() == 
null )

                   {

--- 514,519 ----
                          lEquals = lEquals && 
this.<XDtEjbValueObj:currentAggregateName/>.equals( 
that.<XDtEjbValueObj:currentAggregateName/> );

                   }

!                   </XDtEjbValueObj:ifIsNotCollection>

!                   <XDtEjbValueObj:ifIsCollection>

                   if( this.get<XDtEjbValueObj:currentAggregateName/>s() == 
null )

                   {

***************
*** 524,528 ****
                          lEquals = lEquals && 
java.util.Arrays.equals(this.get<XDtEjbValueObj:currentAggregateName/>s() , 
that.get<XDtEjbValueObj:currentAggregateName/>s()) ;

                   }

!                   </XDtMethod:ifHasMethodTag>

                   </XDtEjbValueObj:forAllRelations>

  

--- 524,528 ----
                          lEquals = lEquals && 
java.util.Arrays.equals(this.get<XDtEjbValueObj:currentAggregateName/>s() , 
that.get<XDtEjbValueObj:currentAggregateName/>s()) ;

                   }

!                   </XDtEjbValueObj:ifIsCollection>

                   </XDtEjbValueObj:forAllRelations>

  




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to