[ https://issues.apache.org/jira/browse/OPENJPA-735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901650#action_12901650
]
Fay Wang commented on OPENJPA-735:
----------------------------------
The one remaining test case error is TestForeignKeyCountViolation due to bugs in SolidDB jdbc
driver in the implementation of DatabaseMetaData.getImportedKey(). The TestTimeoutException
is also disabled for SolidDB due to inconsistent/unpredictable exceptions (Communication link
error because database file is locked, or Query timeout error) thrown from the server when
the server can not obtain the lock.
> Provide dictionary support for SolidDB
> --------------------------------------
>
> Key: OPENJPA-735
> URL: https://issues.apache.org/jira/browse/OPENJPA-735
> Project: OpenJPA
> Issue Type: Improvement
> Components: jdbc
> Affects Versions: 1.3.0
> Reporter: Kevin Sutter
> Assignee: Fay Wang
> Fix For: 2.1.0
>
> Attachments: OPENJPA-735.patch
>
>
> SolidDB (http://www-01.ibm.com/software/data/soliddb/) is an in-memory relational database
from IBM. Supposedly, it's JDBC compliant and, thus, shouldn't be a major effort to create
a dictionary.
> Besides drumming up JPA support for existing SolidDB customers, this database may also
prove fruitful from our own junit regression testing. Using an in-memory database may help
speed up our junit bucket over the current usage of Derby.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|