Need some help to implement Clustering

2002-03-20 Thread Prabahkar Subramaniam
Hi, I am unable to implement session failover in orion1.5.2 , getting 'Error while receiving sessions from the cluster'. SETUP: I have 2 win2k servers running jdk 1.3.0_02 and jikes 1.15 with Orion1.5.2. The servers have ids 82 and 83. PROBLEM: Both 82 and 83 are up, I go to page1.jsp

Un Subscribe

2001-03-27 Thread Prabahkar Subramaniam

RE: problem in accessing ejb from a bean in web-inf/classesdirec tory .

2001-02-27 Thread Prabahkar Subramaniam
I tried the following 2 ways and get the same error: Object hdrObj = cntx.lookup("java:comp/env/B2BOrderHeader"); headerHome = (B2BOrderHeaderHome) and headerHome = (B2BOrderHeaderHome)cntx.lookup("B2BOrderHeader"); error: javax.naming.NameNotFoundException: B2BOrderHeader not found

problem in accessing ejb from a bean in web-inf/classesdirectory .

2001-02-26 Thread Prabahkar Subramaniam
Hi, I have an ejb installed in my local orion server(ver 1.4.0).I can access the ejb from a standalone application and everything works great.I created a java bean(called OrderBeanWrapper) which gets the initial context and does a lookup of the ejb.When I attempt a lookup , I get a Naming

problem in accessing ejb from a bean in web-inf/classesdirectory .

2001-02-26 Thread Prabahkar Subramaniam
Hi, I have an ejb installed in my local orion server(ver 1.4.0).I can access the ejb from a standalone application and everything works great.I created a java bean(called OrderBeanWrapper) which gets the initial context and does a lookup of the ejb.When I attempt a lookup , I get a Naming