Re: Connection Pooling in Orion

2001-05-05 Thread Robert Krueger
At 18:43 04.05.2001 , you wrote: I think I've correctly set up database connection pooling for my enterprise app. But how do I confirm that Orion is actually doing connection pooling for me? - look at your dbms logs (if your dbms provides such facilities) - enable tracing in your jdbc driver

Re: Number of JVMs on Orion..

2001-05-05 Thread sub k
Hi Tim, Thanks for your reply. I would like to know how can we create JVMs running Orion on one machine? Thanks Subrah --- Tim Endres [EMAIL PROTECTED] wrote: Orion does not invoke JVMs. It runs within a JVM. Thus, the answer is one. Of course, this does not prevent you from starting any

Re: Number of JVMs on Orion..

2001-05-05 Thread Tim Endres
java -jar orion.jar Hi Tim, Thanks for your reply. I would like to know how can we create JVMs running Orion on one machine? Thanks Subrah --- Tim Endres [EMAIL PROTECTED] wrote: Orion does not invoke JVMs. It runs within a JVM. Thus, the answer is one. Of course, this does

2 Bugs in 1.4.8

2001-05-05 Thread Werner Bohl
On win98: Autoupdated from 1.4.7 to 1.4.8 and found this bugs (after emptying application-deployments dir) a) my orion-ejb-jar.xml are not used any more. b) crashes login Web application user. Denies any access to Desktop application user. All worked fine till 1.4.7. Upgraded to be able

Re: remote shutdown of orion 1.4.8

2001-05-05 Thread Eduardo Estefano
The same is happening to me. Using 1.4.7 everything was fine. I already posted a message before but here it is again: - java -jar admin.jar ormi://localhost admin 123 -shutdown Works as long as no EJB/Database is called. Gives the shutting down... for ever message if

Re: 2 Bugs in 1.4.8

2001-05-05 Thread Jeff Hubbach
Werner, I can't respond to b) below, but the fix to a) is simple. One of the changes in 1.4.8 is the location of the orion-ejb-jar.xml file in the ejb.jar. It moved under the META-INF directory, instead of the orion directory. Jeff Hubbach Werner Bohl wrote: On win98:Autoupdated from 1.4.7

Re: 2 Bugs in 1.4.8

2001-05-05 Thread YF
Hi, File change.txt mentions this: Moved orion-ejb-jar.xml's inclusion path in an ejb-jar to the META-INF/ directory from the orion/ I don't know about b). --- Werner Bohl [EMAIL PROTECTED] wrote: On win98: Autoupdated from 1.4.7 to 1.4.8 and found this bugs (after emptying

Re: 2 Bugs in 1.4.8

2001-05-05 Thread Ray Harrison
Take a look at the changes.txt that is found in the orion directory whenever you update the server. orion-ejb-jar.xml has changed locations. Other changes may pertain as well. --- Werner Bohl [EMAIL PROTECTED] wrote: On win98: Autoupdated from 1.4.7 to 1.4.8 and found this bugs (after

Q:CMP Primer and Oracle 8.1.7 deployment

2001-05-05 Thread Kalle Anka
Hi all, I'm trying to deploy the CMP Primer (running on Win2000)using an Oracle 8.1.7 database on a Solaris box. Everything works fine if I use the default database provided by Orion (Hypersonic ??). The table is createdaccording to the extremly good example.But when I change the data-sources.xml

RE: CMP Primer and Oracle 8.1.7 deployment

2001-05-05 Thread elephantwalker
Has user scott allowed to create tables? (usually scott is allowed to create tables). Can you log into the sun box, start sqlplus, and connect as scott? Is net8 running properly? Is the port for net8 listed in the service file on the sun box? Can you connect to the sun box from an oracle

Re: remote shutdown of orion 1.4.8

2001-05-05 Thread Hani Suleiman
Did you check the changes.txt file, and move the references to principals.xml from server.xml to application.xml? Any security errors you get when switching from 1.4.7 to 1.4.8 are very likely to be due to not making that change... On Sat, 5 May 2001, Eduardo Estefano wrote: The same is

RE: remote shutdown of orion 1.4.8

2001-05-05 Thread Jeff Schnitzer
From: Eduardo Estefano [mailto:[EMAIL PROTECTED]] The same is happening to me. Using 1.4.7 everything was fine. I already posted a message before but here it is again: - java -jar admin.jar ormi://localhost admin 123 -shutdown Works as long as no EJB/Database is called.