This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Security and the fly likes LDAP Transaction Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "LDAP Transaction" Watch "LDAP Transaction" New topic
Author

LDAP Transaction

vinora kumar
Greenhorn

Joined: Dec 15, 2008
Posts: 26
Hi
Am using LDAP to store some secure information, but for storing general information using relational database
however for synchronous transaction using transaction Manager ‘org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager’
And am using hibernate to access database.
Supplied A DataSource and a ContextSource to the ContextSourceAndDataSourceTransactionManager to manage two transactions
I have defined datasource with jboss jndi


But when I rollback the transaction database part only working. Its not roll backing the LDAP changes
I am clueless. Does any one has any idea?


vino
vinora kumar
Greenhorn

Joined: Dec 15, 2008
Posts: 26
No idea???/
John King
Ranch Hand

Joined: Aug 27, 2002
Posts: 165
LDAP is not transitional. You have to build your own transition manager for LDAP.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: LDAP Transaction
 
Similar Threads
handling ContextSource & DataSource Transaction using @Transactional annotation.
LdapContextSource properties
Issue with Spring LDAP/AD authentication
user Authentication problem using LDAPTemplate
Spring/AD authentication ServiceUnavailableException ONLY on ssl 636, not 389