Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32146/src/test/java/org/xdoclet/plugin/hibernate/pojo

Modified Files:
        Relation.hbm.xml Relation.java 
Log Message:
proof that XDP-170 could not be reproduced


Index: Relation.hbm.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/Relation.hbm.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** Relation.hbm.xml    4 Jan 2006 10:20:00 -0000       1.16
--- Relation.hbm.xml    23 Mar 2006 18:31:13 -0000      1.17
***************
*** 18,21 ****
--- 18,22 ----
              index="glarch"
              not-found="exception"
+              unique="true"
              >
          </many-to-one>

Index: Relation.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/Relation.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Relation.java       28 Feb 2006 09:15:58 -0000      1.12
--- Relation.java       23 Mar 2006 18:31:13 -0000      1.13
***************
*** 33,37 ****
  
      /**
!      * @hibernate.many-to-one cascade="none" not-null="true" column="aclid"
       * class="com.infodesire.infobit.dao.AclImpl" property-ref="foo" 
index="glarch" foreign-key="glum" not-found="exception"
       */
--- 33,37 ----
  
      /**
!      * @hibernate.many-to-one cascade="none" not-null="true" column="aclid" 
unique="true"
       * class="com.infodesire.infobit.dao.AclImpl" property-ref="foo" 
index="glarch" foreign-key="glum" not-found="exception"
       */



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to