If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Informix and JTA compatability

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-16-04, 11:26
Spug Spug is offline
Registered User
 
Join Date: Jul 2004
Posts: 3
Question Informix and JTA compatability

Hi all,

Does anyone know if there are any Informix JDBC drivers that support the Java Transaction Architecture(JTA), or even if the Informix DBMS supports JTA itself.

I have been trying to implement a simple web application that uses a stateless session bean through JBoss and makes use of Hibernate as the persistent layer to an Informix Database. Setting up Hibernate to use the default jdbcTransactionManager seems to work fine and records are added to the table in the database, but I would like to use the JTATransactionManager instead. I think I have configured everything fine and I do not get any errors when running the web application, but when i try query the database to see that the record has been added, I get a record locked error...!?!

Anyway, thanks in advance for any information, links or advice.

Andrew.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On