Holding Transactions in BMT StatefulEJB

2001-12-05 Thread Pavan Dinavahi
I have a stateful ejb with bean managed transaction. I am trying to accomplish a stateful workflow spanning multiple requests. And, need the StatefulEJB to maintain its own transactional context. a.) I am loosing Transaction State when invoking multiple transactional methods on this stateful

RE: Cross Linking ejb's from different Applications?

2001-09-10 Thread Pavan Dinavahi
l ); env.put( Context.SECURITY_PRINCIPAL, javaNamingSecurityPrincipal ); env.put( Context.SECURITY_CREDENTIALS, javaNamingSecurityCredentials ); You should be able to define a different application on the same, or some other machine. -Original Message- From: Pavan Dinavahi [mailto:[EMAIL PRO

Cross Linking ejb's from different Applications?

2001-09-10 Thread Pavan Dinavahi
My ejb needs a ref for another ejb which is in a different application in the same server. I am having Lookup problems. My ejb-jar.xml specifies the My problem is i wanna know what i should specify in the orion-ejb-jar.xml for location for ejb-ref tag: DO i need anything special in the orion-app