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.
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?