You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mt...@apache.org on 2011/02/19 11:16:49 UTC

svn commit: r1072295 - /openjpa/trunk/openjpa-persistence-jdbc/pom.xml

Author: mtylenda
Date: Sat Feb 19 10:16:49 2011
New Revision: 1072295

URL: http://svn.apache.org/viewvc?rev=1072295&view=rev
Log:
OPENJPA-1935: Add missing jdbc.DBDictionary property to test-ids-informix profile.

Modified:
    openjpa/trunk/openjpa-persistence-jdbc/pom.xml

Modified: openjpa/trunk/openjpa-persistence-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence-jdbc/pom.xml?rev=1072295&r1=1072294&r2=1072295&view=diff
==============================================================================
--- openjpa/trunk/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/trunk/openjpa-persistence-jdbc/pom.xml Sat Feb 19 10:16:49 2011
@@ -677,6 +677,7 @@
                 <connection.url>${openjpa.ids.url}</connection.url>
                 <connection.username>${openjpa.ids.username}</connection.username>
                 <connection.password>${openjpa.ids.password}</connection.password>
+                <jdbc.DBDictionary />
             </properties>
             <repositories>
                 <repository>