[jboss-cvs] JBossAS SVN: r63520 - branches/Branch_4_2/ejb3/src/resources/test/ejbthree724/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 13 18:34:27 EDT 2007


Author: wolfc
Date: 2007-06-13 18:34:27 -0400 (Wed, 13 Jun 2007)
New Revision: 63520

Modified:
   branches/Branch_4_2/ejb3/src/resources/test/ejbthree724/META-INF/persistence.xml
Log:
EJBTHREE-724: in AS 4.2 you need to use the workaround

Modified: branches/Branch_4_2/ejb3/src/resources/test/ejbthree724/META-INF/persistence.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/test/ejbthree724/META-INF/persistence.xml	2007-06-13 22:34:02 UTC (rev 63519)
+++ branches/Branch_4_2/ejb3/src/resources/test/ejbthree724/META-INF/persistence.xml	2007-06-13 22:34:27 UTC (rev 63520)
@@ -2,7 +2,8 @@
 <persistence>
    <persistence-unit name="manager1">
       <jta-data-source>java:/DefaultDS</jta-data-source>
-      <jar-file>ejbthree724-persistence.jar</jar-file>
+      <!-- Known Issue: In AS 4.2 you need to add ../ to the path -->
+      <jar-file>../ejbthree724-persistence.jar</jar-file>
       <properties>
          <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
       </properties>




More information about the jboss-cvs-commits mailing list