• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

LDAP Transaction

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?

 
vinora kumar
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No idea???/
 
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
LDAP is not transitional. You have to build your own transition manager for LDAP.
reply
    Bookmark Topic Watch Topic
  • New Topic