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
as there is an active transaction associated to the thread calling it. regards, Patrik Andersson -Ursprungligt meddelande- Från: Joni Suominen [mailto:[EMAIL PROTECTED]] Skickat: den 6 juli 2001 08:32 Till: Orion-Interest Ämne: LDAP and EJBs Hi everyone! I have a use case where

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

LDAP and EJBs

2001-07-06 Thread Joni Suominen
Hi everyone! I have a use case where I need to interface an LDAP directory and a relational database within a same transaction. That is, to create a new row to RDBMS from session bean using entity bean and to create an LDAP entry from the same session bean using Sun's LDAP provider through JNDI.