You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2009/04/08 06:11:20 UTC

svn commit: r762833 - /webservices/juddi/branches/v3_trunk/juddi-cxf/persistence/openjpa-persistence.xml

Author: kstam
Date: Tue Apr  7 16:23:51 2009
New Revision: 762833

URL: http://svn.apache.org/viewvc?rev=762833&view=rev
Log:
fixing property setting

Modified:
    webservices/juddi/branches/v3_trunk/juddi-cxf/persistence/openjpa-persistence.xml

Modified: webservices/juddi/branches/v3_trunk/juddi-cxf/persistence/openjpa-persistence.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-cxf/persistence/openjpa-persistence.xml?rev=762833&r1=762832&r2=762833&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-cxf/persistence/openjpa-persistence.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-cxf/persistence/openjpa-persistence.xml Tue Apr  7 16:23:51 2009
@@ -52,9 +52,9 @@
     <class>org.apache.juddi.model.UddiEntity</class>
     <class>org.apache.juddi.model.UddiEntityPublisher</class>
     <properties>
-      <property name="openjpa.ddl-generation" value="drop-and-create-tables"/>
       <property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema(SchemaAction='dropDB,add')"/>
       <property name="openjpa.Log" value="DefaultLevel=WARN, Tool=INFO"/>
+      <property name="openjpa.jdbc.UpdateManager" value="operation-order"/>
     </properties>
   </persistence-unit>
 </persistence>



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org