aspose file tools
The moose likes Distributed Java and the fly likes How to synch data in Ldap and Oracle in a single transaction? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "How to synch data in Ldap and Oracle in a single transaction?" Watch "How to synch data in Ldap and Oracle in a single transaction?" New topic
Author

How to synch data in Ldap and Oracle in a single transaction?

cindy wang
Greenhorn

Joined: Sep 29, 2002
Posts: 10
This is a typical 3-tier J2EE application with Jsp, Servlet and EJB. I had some data stored in Ldap and some in Oracle. To update data and keep integrity, I must keep update to Ldap and to Oracle in a single transaction. But Ldap seems not support transaction and rollback. How should I do? Thanks in advance.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to synch data in Ldap and Oracle in a single transaction?
 
Similar Threads
EJB - Distributed Tx-LDAP
How DB Transactions are handled
ldap jndi mapping
rollback in LDAP
How to synch data in Ldap and Oracle in a single transaction?