DbDataStore: improve error message when init fails
--------------------------------------------------
Key: JCR-1681
URL: https://issues.apache.org/jira/browse/JCR-1681
Project: Jackrabbit
Issue Type: Improvement
Components: jackrabbit-core
Reporter: Thomas Mueller
Assignee: Thomas Mueller
Priority: Minor
When initialization of the database data store fails, the error message does not
contain enough data to analyze the problem:
Driver: Oracle JDBC driver / 10.2.0.1.0
could not execute statement, reason: ORA-00902: invalid datatype, state/code:
42000/902
Can not init data store, driver=oracle.jdbc.OracleDriver
url=jdbc:oracle:thin:@localhost:1521:orcl user=JACKRABBIT
Additionally the create table statement should be logged, and the table name.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.