Please help!

2000-11-20 Thread Puthezhath, Rajeev (TWII Boston)
Hi, Is there a way to set time out period for Entity beans in Orion.And also I would like to know whether orion creates new instances of the bean even though the request is for the same data which is already there in memory.Please help. Thanks in Advance Regards Rajeev

RE: Help in running XSL

2000-12-07 Thread Puthezhath, Rajeev (TWII Boston)
Hi Kesav , I have a ejb which gets data from table and creates a xml in memory and then calls xsl to convert it to html.It works fine and i used to get the same early. I have xerces.jar in orion directory and all xalan.jar,bsf.jar,bsfengines.jar and js.jar in orion/lib directory. You can try

Problem with pkclass

2000-12-07 Thread Puthezhath, Rajeev (TWII Boston)
Hi I have a specific problem regarding caching in orion. When I am passing only one varaible in Pk class all requests to the database for the same primary key before the bean gets passivated,is served from the instance in memory.But if i have more than one parameter is there in PK class then it

RE: Problem with pkclass .Thanks Tommy

2000-12-08 Thread Puthezhath, Rajeev (TWII Boston)
tId.equals(((UserContactPK)other).contactId); } return false; } public int hashCode() { return ownerId.hashCode(); } } - Original Message ----- From: "Puthezhath, Rajeev (TWII Boston)" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTEC

Connection reset by peer: socket write error Can someone help

2001-01-25 Thread Puthezhath, Rajeev (TWII Boston)
Hi, We are developing a web application with orion as application server and sql server as the database. When i do stress test some time at get the following error.Can Some one say why this is happening in Jsp Exception com.evermind.server.http.HttpIOException: Connection reset by peer: sock

Sorry ! Test mail

2001-01-25 Thread Puthezhath, Rajeev (TWII Boston)

How to specify 2 databases in datasource.xml file.

2001-01-29 Thread Puthezhath, Rajeev (TWII Boston)
Hi Friends, As a requirement of the application, We are developing we need to access differrent databases. I mean certain sections of the application needs to access database A and certain sections of the site is based on Database B.We are using SQL Server 2000 and Bean managed Persistence.How

How to specify cache time out period for images !!!!

2001-02-02 Thread Puthezhath, Rajeev (TWII Boston)
Hi, We have a J2EE application developed with JSP,EJB and SQL server 2000 with Orion Server.We want to cache all our jsp page for a particular time on a caching server.With HTTP Headers this is perfectly working but the images on the page it never Time out. I would like to know if there is a

Orion as Win2000 service using jnt !

2001-04-17 Thread Puthezhath, Rajeev (TWII Boston)
Hi Friends I am trying to set up Orion as a Win2000 Service. First I tried to set it up using RunExecSvc.exe as explained in orionsupport.com. But I was not successful in getting this exe run as it always exited suddenly. Then taking a hint from this mailing list I tried with jnt.

java.lang.OutOfMemoryError;

2001-06-08 Thread Puthezhath, Rajeev (TWII Boston)
Hi , We get java.lang.OutOfMemoryError; on production server frequetly.I know this problem was discussed in this list before. I implemented all the sugestions in this mailing list but still the error keeps on coming .I would like to know the following 1) As an answer to the

RE: java.lang.OutOfMemoryError;

2001-06-08 Thread Puthezhath, Rajeev (TWII Boston)
: Puthezhath, Rajeev (TWII Boston) [mailto:[EMAIL PROTECTED]] Sent: Viernes, 08 de Junio de 2001 14:42 To: Orion-Interest Subject: java.lang.OutOfMemoryError; Hi , We get java.lang.OutOfMemoryError; on production server frequetly.I know this problem was discussed in this list

Calling entity bean from a session bean in Orion 1.5.3

2001-11-20 Thread Puthezhath, Rajeev (TWII Boston)
Hi, I want to access an entity bean from a session bean . I have added the ejb-ref tag in the ejb-jar.xml and the same works perfectly on orion 1.3.8 But on Orion 1.5.3 I get the following error javax.naming.NamingException: No EJB found with an ejb-name matching the ejb-link 'Entity'