You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2010/04/08 09:21:57 UTC

svn commit: r931803 - in /geronimo/samples/trunk/samples/DataCDInfo: DataCDInfo-JTA-ejb/src/main/resources/META-INF/persistence.xml DataCDInfo-JTA-jetty/pom.xml DataCDInfo-JTA-tomcat/pom.xml

Author: xiaming
Date: Thu Apr  8 07:21:57 2010
New Revision: 931803

URL: http://svn.apache.org/viewvc?rev=931803&view=rev
Log:
DataCDInfo Sample: Fix openjpa log file absolute path issue in persistence.xml and version hard-coded issue in plugin poms

Modified:
    geronimo/samples/trunk/samples/DataCDInfo/DataCDInfo-JTA-ejb/src/main/resources/META-INF/persistence.xml
    geronimo/samples/trunk/samples/DataCDInfo/DataCDInfo-JTA-jetty/pom.xml
    geronimo/samples/trunk/samples/DataCDInfo/DataCDInfo-JTA-tomcat/pom.xml

Modified: geronimo/samples/trunk/samples/DataCDInfo/DataCDInfo-JTA-ejb/src/main/resources/META-INF/persistence.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/DataCDInfo/DataCDInfo-JTA-ejb/src/main/resources/META-INF/persistence.xml?rev=931803&r1=931802&r2=931803&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/DataCDInfo/DataCDInfo-JTA-ejb/src/main/resources/META-INF/persistence.xml (original)
+++ geronimo/samples/trunk/samples/DataCDInfo/DataCDInfo-JTA-ejb/src/main/resources/META-INF/persistence.xml Thu Apr  8 07:21:57 2010
@@ -27,7 +27,7 @@
       <property name="openjpa.Sequence" value="table(Table=OPENJPASEQ, Increment=1)"/>       
 <!--      <property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema(ForeignKeys=true)"/>-->
 <!--      <property name="openjpa.Log" value="DefaultLevel=WARN, Tool=INFO"/>-->
-<property name="openjpa.Log" value="File=/tmp/org.apache.openjpa.log, DefaultLevel=WARN, Tool=INFO, Runtime=TRACE, SQL=TRACE"/>
+<property name="openjpa.Log" value="DefaultLevel=WARN, Tool=INFO, Runtime=TRACE, SQL=TRACE"/>
     </properties>
   </persistence-unit>
 </persistence>

Modified: geronimo/samples/trunk/samples/DataCDInfo/DataCDInfo-JTA-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/DataCDInfo/DataCDInfo-JTA-jetty/pom.xml?rev=931803&r1=931802&r2=931803&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/DataCDInfo/DataCDInfo-JTA-jetty/pom.xml (original)
+++ geronimo/samples/trunk/samples/DataCDInfo/DataCDInfo-JTA-jetty/pom.xml Thu Apr  8 07:21:57 2010
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.apache.geronimo.samples</groupId>
             <artifactId>DataCDInfo-JTA-ear</artifactId>
-            <version>2.2</version>
+            <version>${version}</version>
             <type>ear</type>
         </dependency>
 
@@ -110,7 +110,7 @@
                     <module>
                         <groupId>org.apache.geronimo.samples</groupId>
                         <artifactId>DataCDInfo-JTA-ear</artifactId>
-                        <version>2.2</version>
+                        <version>${version}</version>
                         <type>ear</type>
                     </module>
                     <useMavenDependencies>

Modified: geronimo/samples/trunk/samples/DataCDInfo/DataCDInfo-JTA-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/DataCDInfo/DataCDInfo-JTA-tomcat/pom.xml?rev=931803&r1=931802&r2=931803&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/DataCDInfo/DataCDInfo-JTA-tomcat/pom.xml (original)
+++ geronimo/samples/trunk/samples/DataCDInfo/DataCDInfo-JTA-tomcat/pom.xml Thu Apr  8 07:21:57 2010
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.apache.geronimo.samples</groupId>
             <artifactId>DataCDInfo-JTA-ear</artifactId>
-            <version>2.2</version>
+            <version>${version}</version>
             <type>ear</type>
         </dependency>
         
@@ -110,7 +110,7 @@
                     <module>
                         <groupId>org.apache.geronimo.samples</groupId>
                         <artifactId>DataCDInfo-JTA-ear</artifactId>
-                        <version>2.2</version>
+                        <version>${version}</version>
                         <type>ear</type>
                     </module>
                     <useMavenDependencies>