Author: adamw
Date: 2008-08-25 04:53:52 -0400 (Mon, 25 Aug 2008)
New Revision: 129
Modified:
trunk/lib/hibernate-3.3.0/hibernate-annotations.jar
trunk/lib/hibernate-3.3.0/hibernate-commons-annotations.jar
trunk/lib/hibernate-3.3.0/hibernate-entitymanager.jar
trunk/lib/hibernate-3.3.0/hibernate3.jar
trunk/src/test/org/jboss/envers/test/integration/inheritance/single/childrelation/ChildReferencing.java
Log:
ENVERS-38: hibernate core 3.3.0.SP1, entity manager and annotations 3.4.0
Modified: trunk/lib/hibernate-3.3.0/hibernate-annotations.jar
===================================================================
(Binary files differ)
Modified: trunk/lib/hibernate-3.3.0/hibernate-commons-annotations.jar
===================================================================
(Binary files differ)
Modified: trunk/lib/hibernate-3.3.0/hibernate-entitymanager.jar
===================================================================
(Binary files differ)
Modified: trunk/lib/hibernate-3.3.0/hibernate3.jar
===================================================================
(Binary files differ)
Modified:
trunk/src/test/org/jboss/envers/test/integration/inheritance/single/childrelation/ChildReferencing.java
===================================================================
---
trunk/src/test/org/jboss/envers/test/integration/inheritance/single/childrelation/ChildReferencing.java 2008-08-25
07:25:19 UTC (rev 128)
+++
trunk/src/test/org/jboss/envers/test/integration/inheritance/single/childrelation/ChildReferencing.java 2008-08-25
08:53:52 UTC (rev 129)
@@ -58,7 +58,6 @@
re2 = em.find(ReferencedEntity.class, re_id2);
cie = em.find(ChildIngEntity.class, c_id);
- System.out.println(re2.getId());
cie.setReferenced(re2);
em.getTransaction().commit();
Show replies by date