aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Servlet to Session Bean Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Servlet to Session Bean" Watch "Servlet to Session Bean" New topic
Author

Servlet to Session Bean

cc95dh
Greenhorn

Joined: May 28, 2001
Posts: 1
Hi,
I want to link/map a stateful session bean to a ServletSession. I have tried putting the remote reference into the ServletSession, but when I try to take it out of the ServletSession, I get a RemoteEJBException. I am using Borland App Server 4.5 trial edition.
Does the underlying framework of EJB know to return the same instance of a bean everytime I do a lookup ? or do I have to supply some parameters in the create method ? Ideally I would like to cache the remote reference in the ServletSession in order to avoid the JNDI lookup
any ideas ?
thanks, dan
Frank Carver
Sheriff

Joined: Jan 07, 1999
Posts: 6913
"cc95dh",
The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp .
We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please log in again with a new name which meets the requirements.
Thanks.

A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Servlet to Session Bean
 
Similar Threads
Remote / Local beans problem (WSAD 5)
IE6 and ServletSession
Question about accessing EJB components in OC4J
Session Beans method to be called from session bean
Session bean accessing entity