[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3358?page=c...
]
Steve Ebersole updated HHH-3358:
--------------------------------
Attachment: HHH-3358-2.patch
Les, please try this patch to make sure it still works for you. You will need to change
your local impl due to my signature changes to the #getUserTransaction method
Enable JTATransactionFactory and JTATransaction factory to work
without JNDI
----------------------------------------------------------------------------
Key: HHH-3358
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3358
Project: Hibernate3
Issue Type: Improvement
Components: core
Affects Versions: 3.2.x
Reporter: Les Hazlewood
Assignee: Les Hazlewood
Fix For: 3.2.x, 3.3.0.CR2
Attachments: HHH-3358-2.patch, HHH-3358.patch
Original Estimate: 1 hour
Remaining Estimate: 1 hour
Per issue HHH-3110, a JNDI lookup occurs when attempting to acquire a UserTransaction.
This causes problems for 'standalone' JTA TransactionManagers that don't
require JNDI.
By abstracting the JNDI lookup to a method, that method could be overridden to acquire
the UserTransaction in an implementation specific manner if so desired.
I'll attach the patch after I create the issue.
--
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