You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Kevin Sutter (JIRA)" <ji...@apache.org> on 2013/02/12 17:03:14 UTC

[jira] [Updated] (OPENJPA-2332) Update message when unable to resolve datasource configuration

     [ https://issues.apache.org/jira/browse/OPENJPA-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Sutter updated OPENJPA-2332:
----------------------------------

    Description: 
This error message does not give sufficient information to debug the situation.  Users don't know how or why they got to this point in the processing:

no-driver: A JDBC Driver or DataSource class name must be specified in the \
	ConnectionDriverName property. Available properties in configuration \
	are "{0}".

Without getting too wordy for a single message, I'm planning to update this message as follows.  I also plan to add some additional Trace points to help with debugging the issue.

no-driver: Attempting to use persistence.xml properties to resolve the datasource. \
    A JDBC Driver or DataSource class name must be specified in the \
    openjpa.ConnectionDriverName or javax.persistence.jdbc.driver property. \
    Available properties in the configuration are "{0}". 


  was:
This error message does not give sufficient information to debug the situation.  Users don't know how or why they got to this point in the processing:

no-driver: A JDBC Driver or DataSource class name must be specified in the \
	ConnectionDriverName property. Available properties in configuration \
	are "{0}".

Without getting too wordy for a single message, I'm planning to update this message as follows.  I also plan to add some additional Trace points to help with debugging the issue.

no-driver: Now relying on persistence.xml properties to resolve the datasource. \
        A JDBC Driver or DataSource class name must be specified in the \
	openjpa.ConnectionDriverName or javax.persistence.jdbc.driver property. \
        Available properties in the configuration are "{0}".


    
> Update message when unable to resolve datasource configuration
> --------------------------------------------------------------
>
>                 Key: OPENJPA-2332
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2332
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: diagnostics, jdbc
>    Affects Versions: 2.3.0, 2.2.2, 2.2.1.1
>            Reporter: Kevin Sutter
>            Assignee: Kevin Sutter
>
> This error message does not give sufficient information to debug the situation.  Users don't know how or why they got to this point in the processing:
> no-driver: A JDBC Driver or DataSource class name must be specified in the \
> 	ConnectionDriverName property. Available properties in configuration \
> 	are "{0}".
> Without getting too wordy for a single message, I'm planning to update this message as follows.  I also plan to add some additional Trace points to help with debugging the issue.
> no-driver: Attempting to use persistence.xml properties to resolve the datasource. \
>     A JDBC Driver or DataSource class name must be specified in the \
>     openjpa.ConnectionDriverName or javax.persistence.jdbc.driver property. \
>     Available properties in the configuration are "{0}". 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira