users@glassfish.java.net

Re: how to propagate data implicitly on remote ejb method call

From: <glassfish_at_javadesktop.org>
Date: Thu, 02 Aug 2007 09:35:02 PDT

Hi Sam,

No, there is no application-level implicit data passing API in EJB. A good way to accomplish your
use-case is to create a stateful session bean and store it in the Http Session. The SFSB can be
populated with the application-level data you need to be available on the EJB tier.
[Message sent by forum member 'ksak' (ksak)]

http://forums.java.net/jive/thread.jspa?messageID=229213