Decide what to do with SessionFactoryStub
-----------------------------------------
Key: HHH-6158
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6158
Project: Hibernate Core
Issue Type: Bug
Components: core
Reporter: Steve Ebersole
Fix For: 4.0.0.Alpha3
First, I guess, is whether this is something that is still needed and something we want to continue to maintain here.
If yes to both of those, then next we need to figure out the best way to deal with access to services (JNDI mostly)
--
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....
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Create "Take It Further" tasks for the JPA chapter of the GSG
-------------------------------------------------------------
Key: HHH-5652
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5652
Project: Hibernate Core
Issue Type: Task
Components: documentation
Affects Versions: 3.6.0.CR1
Reporter: Misty Stanley-Jones
Assignee: Steve Ebersole
Please create three "Take It Further" tasks for the tutorial_jpa.xml. You can send them to me if you don't want to edit the doc directly. This is for consistency.
--
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....
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Make OGM work on explicit Hibernate Transaction demarcation
-----------------------------------------------------------
Key: OGM-56
URL: http://opensource.atlassian.com/projects/hibernate/browse/OGM-56
Project: Hibernate OGM
Issue Type: New Feature
Reporter: Emmanuel Bernard
Delegate to a JTA Transaction Manager underneath to get Infinispan behave transactionally. Use DummyTransactionManager initially as JBoss Tx would require another dependency for the user.
--
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....
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Offer ability to customize the default TransactionFactory implementation used if none is specified specifically
---------------------------------------------------------------------------------------------------------------
Key: HHH-6170
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6170
Project: Hibernate Core
Issue Type: New Feature
Components: core
Reporter: Emmanuel Bernard
Assignee: Emmanuel Bernard
Fix For: 3.6.4
--
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....
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Configuration addCacheableFile doesn't close input and output streams
---------------------------------------------------------------------
Key: HHH-6120
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6120
Project: Hibernate Core
Issue Type: Bug
Components: core
Affects Versions: 3.6.3
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Fix For: 3.6.4
{code}org.hibernate.cfg.Configuration.addCacheableFile(File){code}
is opening FileInputStream(s) and FileOutputStream(s) but never closing them.
--
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....
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Prevent unnecessary calls to JDBC metadata methods.
---------------------------------------------------
Key: HHH-6169
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6169
Project: Hibernate Core
Issue Type: Patch
Components: core
Affects Versions: 4.0.0.Alpha2
Environment: N/A
Reporter: Justin Rosenberg
Priority: Trivial
At start-up Hibernate logs the JDBC and Database versions at the debug level. In some JDBC Drivers calling these methods will make round trip calls to the database to get the information. If debugging is disabled this calls are unnecessary.
I will be creating a pull request for this change.
--
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....
-
For more information on JIRA, see: http://www.atlassian.com/software/jira