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:39 UTC

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

Author: kstam
Date: Tue Apr  7 18:03:03 2009
New Revision: 762883

URL: http://svn.apache.org/viewvc?rev=762883&view=rev
Log:
only add, let's not drop

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=762883&r1=762882&r2=762883&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 18:03:03 2009
@@ -52,7 +52,7 @@
     <class>org.apache.juddi.model.UddiEntity</class>
     <class>org.apache.juddi.model.UddiEntityPublisher</class>
     <properties>
-      <property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema(SchemaAction='dropDB,add')"/>
+      <property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema(SchemaAction='add')"/>
       <property name="openjpa.Log" value="DefaultLevel=WARN, Tool=INFO"/>
       <property name="openjpa.jdbc.UpdateManager" value="operation-order"/>
        <property name="openjpa.jdbc.DBDictionary" value="derby"/> 



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