From: <leg...@at...> - 2004-02-01 23:46:59
|
The following comment has been added to this issue: Author: Emmanuel Bernard Created: Sun, 1 Feb 2004 5:46 PM Body: There is no standard way to find the application server transaction manager and each J2EE impelmentor do it differently even between versions. I don't know other way than using internal classes. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-589 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-589 Summary: websphere 5.1 transaction manager lookup Type: Bug Status: Closed Priority: Major Resolution: FIXED Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: Hibernate2 Components: core Versions: 2.1.1 Assignee: Daniel Bradby Reporter: Edina Pimp Created: Tue, 30 Dec 2003 1:38 PM Updated: Sun, 1 Feb 2004 5:46 PM Environment: websphere 5.1 Description: WebSphere 5.1 changed the name of the TransactionManagerFactory class. Class is now: com.ibm.ws.Transaction.TransactionManagerFactory As a result, the net.sf.hibernate.transaction.WebSphereTransactionManagerLookup strategy will need to be updated to look for this class. I can provide working patch if needed. --------------------------------------------------------------------- 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 |