From: <leg...@at...> - 2003-12-23 11:53:27
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-575 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-575 Summary: ManagedConnectionFactoryImpl missing a config property Type: Bug Status: Unassigned Priority: Major Project: Hibernate2 Components: core Assignee: Reporter: attila lendvai Created: Tue, 23 Dec 2003 5:52 AM Updated: Tue, 23 Dec 2003 5:52 AM Description: ManagedConnectionFactoryImpl.java is missing this: Index: ManagedConnectionFactoryImpl.java =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/jca/ManagedConnectionFactoryImpl.java,v retrieving revision 1.4 diff -u -r1.4 ManagedConnectionFactoryImpl.java --- ManagedConnectionFactoryImpl.java 15 Jun 2003 12:45:06 -0000 1.4 +++ ManagedConnectionFactoryImpl.java 23 Dec 2003 11:48:32 -0000 @@ -135,6 +135,7 @@ final Properties hibProperties = new Properties(); // @todo load this.properties hibProperties.setProperty(Environment.DIALECT, dialect); + hibProperties.setProperty(Environment.DATASOURCE, datasourceJndi); Configuration cfg = new Configuration().addProperties(hibProperties); --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |