How to synch data in Ldap and Oracle in a single transaction?
cindy wang
Greenhorn
Joined: Sep 29, 2002
Posts: 10
posted
0
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.