]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-5943: SQL query now invokes JDBCTools routine rather than replicating SQL...
authorAron Roberts <aron@socrates.berkeley.edu>
Mon, 25 Mar 2013 21:57:32 +0000 (14:57 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Mon, 25 Mar 2013 21:57:32 +0000 (14:57 -0700)
commit8ad798d37a57f30de07f5759fbec40c7bdc8cc79
treea11bf2b32b548c9897005b9ad905a11eaf8a0f14
parent9d15054d198c16e56bc0f3c8c363ac4056c453da
CSPACE-5943: SQL query now invokes JDBCTools routine rather than replicating SQL execution code in RepositoryJavaClientImpl, via the use of a CachedRowSet. IDs returned are still not the correct ones; simplified SQL script used for testing needs at least one more join, a la CSPACE-5945.
services/common/src/main/java/org/collectionspace/services/common/document/DocumentHandler.java
services/common/src/main/java/org/collectionspace/services/common/storage/JDBCTools.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java