Re: Looking up session beans between apps

2002-03-07 Thread Remy . Boucher
Hi, try to put the remote and home interface of your bean in the app server classpath ( server.xml ), i think it will solve your problem if Bean A and Bean B are on the same server. Does anybody know how to solve this problem if bean A and bean B are on different server ?? Thanks. Rémy.

RE: Local interfaces difference ???

2002-03-07 Thread Jon Iles
Just picking up on Scott's request... the change to using copy-by-value=false gave our application on average a 20% speedup. The application only uses Remote interfaces at present. The testing was carried out using JUnit+HTTPUnit to execute multiple passes of our regression test suite (500+ tests

Re: Caching Group Information

2002-03-07 Thread Stephen Davidson
Christian, Joanne wrote: Hi All, I am using a custom user manager that gets group and user information from the database. I would like to cache the database information when the user manager is initialized; and access the cache to get the user information. Can anyone suggest the best

Re: Local interfaces difference ???

2002-03-07 Thread Joseph Ottinger
Because SOMEONE (I'm not going to mention BEA's name) couldn't see their way around actually optimizing that way. There is an actual performance benefit, I suppose, in that local interfaces and home objects don't throw RemoteException, but personally, I think this is a sign that Sun was serious

Connection timeout of persistent connections (Keep-Alive)

2002-03-07 Thread Michal Palicka
Hello, is it possible to configure the connection timeout for persistent HTTP connections? When I use the Connection: keep-alive header in my HTTP request, I always get the following header field in the response from Orion HTTP server: Keep-Alive: timeout=15, max=100 This indicates that the

remove

2002-03-07 Thread Valentina Kateneva
Please remove me. Thanks.

HTTP Reponse TimeOut Parameter in Orion

2002-03-07 Thread anandpt
Hi All, How to configure http response time out parameter in OC4J? By default it is getting timedout after 5 minutes. Please advice. Regards, Anand

JDBC connection leak

2002-03-07 Thread Marc Lehnert
Hello! I call the following code in a Message Driven Bean in Orion 1.5.2. After the conn.close() all entity beans I created in some code before are destroyed. The database is empty. The sql statement gets the right result but after the close everything is lost. No error, nothing. Without the

RE: remove

2002-03-07 Thread Madhavan, Manoj
It appears that you have sent your request to the wrong mailing list. Please submit your request to a mailing list for contract killers and your request may get carried out :-) -Original Message- From: Valentina Kateneva [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 12:36 PM

Performance declines after moving to a faster Server

2002-03-07 Thread Cugier (extern)
Hi, we are running a simple web applications - just servlets - on an older Windows NT Server with two Pentium two 233 MHz CPUs. The performance on the server was acceptable and pages showed up pretty quickly in the browsers. Now we bought a new server (still Windows NT) with two Pentium III

Dependent Object Relationship Fails in 1.5.4

2002-03-07 Thread Emil Goldfarb
I have Entity-DependentObject relationship that works fine on Orion 1.5.3. When the same application is Deployed in Orion 1.5.4, I get the following error: Unknown relationship-role-source target in relationship role 'ParameterDefinition-belongsto-Template': 'null', no entity

RE: Caching Group Information

2002-03-07 Thread Robert Moskal
That's what I do :). The only thing you might need to worry about is that the data in the security table changes after you load up the hash map. What I usually do is if the user is not found I reload the map and try one more time. Regards, _ Robert Moskal Most Media Brooklyn,

How does passivation work?

2002-03-07 Thread Cristian Donciulescu
I am interested to know how does Orion Container treat the ejbPassivatemethod of an CMP entity-bean. Does it by any chance Deletes a record in theDB and then recreates it?The problem I'm facing is the following: I have a one-to-many relationshipin the DB. I have one entity bean (A) that has

Re: JDBC connection leak

2002-03-07 Thread Stephen Davidson
Hi Marc. Maybe try a conn.commit() before conn.close()? -Steve Marc Lehnert wrote: Hello! I call the following code in a Message Driven Bean in Orion 1.5.2. After the conn.close() all entity beans I created in some code before are destroyed. The database is empty. The sql statement gets

RE: JDBC connection leak

2002-03-07 Thread John Creaner
Hi, Not sure if this is what your looking for but you should really close all associations to the connection cause I think that the way CMT works with orion is that the close method merely returns it to the pool so you should do the following before you close: stmt =

remove

2002-03-07 Thread Steve Heidebrink
Please remove me. Thanks, Steve

Re: Performance declines after moving to a faster Server

2002-03-07 Thread Curt Smith
NT offers a near infinate number of causes for slowness. Start by installing a good defrag'er and defrag all disks. Your new box may have dog slow disks? Eh? How about size of L2 Cache? Do the PIII's have same size L2 cach as the PII's which I think where all 256Kb... Or maybe there where a

Re: How does passivation work?

2002-03-07 Thread Scott Farquhar
Probably the easiest way to solve this would be to turn database logging on, and then see what SQL statements are being run on your db when Orion runs. Cheers, Scott Cristian Donciulescu wrote: I am interested to know how does Orion Container treat the ejbPassivate method of an CMP

Accessing Orion EJB from Weblogic JSP

2002-03-07 Thread Vidur Dhanda
Hello, Has anyone successfully used an EJB running in Orion from a JSP running in Weblogic? I have tried several things but can not get Weblogic to connect to Orion I was hoping it would be as simple as creating a JNDI context with the Orion provfider URL and RMI context factory, but that

Tomcat with Orion /Apteach with Orion

2002-03-07 Thread sachin mahajan
Hello, Can any one explain me how to configure Orion as a application server And Tomcat /Aptech as a web server. does It require any plugin. If can one know pl reply me fast . Its very important sachin __ Do You Yahoo!? Try FREE Yahoo! Mail -