Re: SV: LDAP and EJBs

2001-07-15 Thread Magnus Rydin
PROTECTED] Sent: Tuesday, July 10, 2001 9:29 AM Subject: Re: SV: LDAP and EJBs Thanks Patrik! There's one issue which still puzzles me. Do I have to write my own rollback code for LDAP operations when a transaction rolls back? I browsed the JNDI API and SPI and I couldn't figure out if JNDI

Re: SV: LDAP and EJBs

2001-07-10 Thread Joni Suominen
Thanks Patrik! There's one issue which still puzzles me. Do I have to write my own rollback code for LDAP operations when a transaction rolls back? I browsed the JNDI API and SPI and I couldn't figure out if JNDI somehow supports transactions (like JDBC does with begin(), rollback() and

SV: LDAP and EJBs

2001-07-09 Thread Patrik Andersson
Title: SV: LDAP and EJBs You would have one sessionbean being business delegate in front of the EntityBean manipulating the RDBMS and another managing the LDAP directory service. Then you would have a Facade in front of both these sessionbeans with one method that does the whole trick