svn commit: r491027 - in /incubator/openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql: DB2Dictionary.java DBDictionary.java

2006-12-29 Thread kwsutter
Author: kwsutter Date: Fri Dec 29 07:19:17 2006 New Revision: 491027 URL: http://svn.apache.org/viewvc?view=revrev=491027 Log: Changes for JIRA OPENJPA-77 issue. These changes allow the use of the DB2Dictionary with DB2 on z/OS. May need more in the future, but these will get us started...

svn commit: r491147 - in /incubator/openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel: AbstractJDBCSeq.java NativeJDBCSeq.java TableJDBCSeq.java

2006-12-29 Thread pcl
Author: pcl Date: Fri Dec 29 17:20:55 2006 New Revision: 491147 URL: http://svn.apache.org/viewvc?view=revrev=491147 Log: Code changes for OPENJPA-93: sequence maintainance in JTA env without non-JTA datasource. This has been nominally tested in WebLogic Server. Modified: