[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3021) Document that application servers may ignore Hibernate connection properties

James Roper (JIRA) noreply at atlassian.com
Wed Dec 19 20:28:56 EST 2007


Document that application servers may ignore Hibernate connection properties
----------------------------------------------------------------------------

                 Key: HHH-3021
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3021
             Project: Hibernate3
          Issue Type: Improvement
          Components: documentation
            Reporter: James Roper
            Priority: Trivial


I'd just like to suggest that it would be really helpful to put a note in the configuration section of the documentation stating that JEE application servers may ignore the hibernate connection properties.  For example, JDBC datasources returned by Websphere AS as shareable resource refs ignore the transaction isolation level set on them (this makes sense, if one application modifies the isolation level of a connection, it could produce unexpected results in another application).  This has nothing to do with Hibernate, except that it means that the hibernate.connection.isolation property will be ignored.  It would just be nice to the Hibernate users if a note was put into the documentation mentioning this before they start trying to use the hibernate properties to configure connection specific properties.

-- 
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