Re: Can cached EJB HomeHandles be invalidated?

2005-11-14 Thread Jeremy Crosbie
You are experiencing the same problem I am. Yes, Tomcat caches the home handle. The problem is there is no way to indicate that the handle is invalid because it is not until the home interface is received and the create() method called that you have this problem. I am in the process of doing some

Re: Can cached EJB HomeHandles be invalidated?

2005-11-11 Thread Santosh Asbe
Hi , I have faces similar problem with tomcat websphere. Problem i have descirbed in detail. Do inform if any solution is there for this problem. I have tomcat 4.1.30 on Linux. It servers as a web server and contains only JSP Servlets. We make a remote call to Websphere Application Server ( on

Can cached EJB HomeHandles be invalidated?

2005-11-09 Thread Jeremy Crosbie
I am using Tomcat 5.5.9 with WebLogic 8.1 as the EJB server/container. I am configuring EJB references in the servlet context in my server.xml like so: Context ... Ejb name=ejb/name type=Session home=ejb.home remote=ejb.remote factory=my.custom.weblogic.factory / /Context The behavior I