[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-4669) Implement JDBC driver properties support

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Jan 18 20:15:29 EST 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole updated HHH-4669:
--------------------------------

    Description: 
We need to add support for defining connection settings for use in Java SE environments per section 8.2.1.9 of the spec:
* *javax.persistence.jdbc.driver* - fully qualified name of the driver class
* *javax.persistence.jdbc.url* - driver-specific URL
* *javax.persistence.jdbc.user* - username used by database connection
* *javax.persistence.jdbc.password* - password for database connection validation

> Implement JDBC driver properties support
> ----------------------------------------
>
>                 Key: HHH-4669
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4669
>             Project: Hibernate Core
>          Issue Type: Sub-task
>          Components: entity-manager
>            Reporter: Emmanuel Bernard
>            Assignee: Steve Ebersole
>             Fix For: 3.5.0-Beta-4
>
>
> We need to add support for defining connection settings for use in Java SE environments per section 8.2.1.9 of the spec:
> * *javax.persistence.jdbc.driver* - fully qualified name of the driver class
> * *javax.persistence.jdbc.url* - driver-specific URL
> * *javax.persistence.jdbc.user* - username used by database connection
> * *javax.persistence.jdbc.password* - password for database connection validation

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list