-->
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.  [ 2 posts ] 
Author Message
 Post subject: transaction.manager_lookup_class for Sybase EA Server
PostPosted: Thu Aug 11, 2005 6:19 pm 
Newbie

Joined: Thu Aug 11, 2005 6:12 pm
Posts: 1
I believe Sybase EA Server implements the necessary specifications... it's just a matter of what I specify below for the manager_lookup_class:

<property name="connection.datasource">java:/comp/env/jdbc/quoting</property>
<property name="transaction.factory_class">net.sf.hibernate.transaction.JTATransactionFactory</property>
<property name="transaction.manager_lookup_class">**********</property>
<property name="dialect">net.sf.hibernate.dialect.SybaseDialect</property>

Can anyone help?
Thanks,
Brian


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 12, 2005 2:49 am 
Expert
Expert

Joined: Thu Sep 04, 2003 8:23 am
Posts: 368
There is no build in transaction manager loopkup class for your case. See the code for other transaction manager lookup class, it is not difficult. You can create your own one for sybase and post it on jira for addition in hibernate

_________________
Seb
(Please don't forget to give credits if you found this answer useful :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.