-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 
Author Message
 Post subject: WebSphereExtendedJTATransactionLookup and CMT
PostPosted: Thu Jan 20, 2005 4:16 pm 
Newbie

Joined: Tue Oct 19, 2004 3:39 pm
Posts: 11
Has anyone tried the latest WebSphereExtendedJTATransactionLookup? I'm Having a problem hooking the WebSphereExtendedJTATransactionLookup into Websphere 6.0 for CMT participation. I'm wondering what the proper configuration should be to support the new WebSphereExtendedJTATransactionLookup.
Any help is appreciated.

Hibernate version:
Hibernate 3.0 beta1 w/ latest src download from sourceforge for WebSphereExtendedJTATransactionLookup

Mapping documents:
in hibernate.cfg.xml
<property name="hibernate.transaction.factory_class">org.hibernate.transaction.JTATransactionFactory</property>
<property name="hibernate.transaction.manager_lookup_class">org.hibernate.transaction.WebSphereExtendedJTATransactionLookup</property>


Full stack trace of any exception that occurs:
Either a NamingException from the JTATransaction when the WebSphereExtendedJTATransactionLookup has
public String getUserTransactionName() {
return "java:comp/UserTransaction";
}
-or -
A ClassCastException from JTATransaction if WebSphereExtendedJTATransactionLookup has
public String getUserTransactionName() {
return "java:comp/websphere/ExtendedJTATransaction";
}


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 21, 2005 10:59 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
Put that to JIRA please.
Websphere is a mess

_________________
Emmanuel


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 21, 2005 1:39 pm 
Newbie

Joined: Tue Oct 19, 2004 3:39 pm
Posts: 11
I see there is a Websphere transaction management issue...HB-1354...I've added my findings to the comments.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 28, 2005 12:59 pm 
Newbie

Joined: Tue Oct 19, 2004 3:39 pm
Posts: 11
I've done some further research. The ExtendedJTA... API for WAS 6.0 contains different methods than that of 5.1. I've developed what I believe are the appropriate fixes and would be happy to provide them. To whom should I provide this information?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 28, 2005 7:09 pm 
Hibernate Team
Hibernate Team

Joined: Tue Sep 09, 2003 2:10 pm
Posts: 3246
Location: Passau, Germany
Attatch it to the JIRA issue please.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.