RE: MDB using iBus JMS provider

2002-01-02 Thread udi h bauman
Thanks, but I've already have a resource wrapper. It turned out to be a problem with the JMS session auto acknowledge parameter setting it in the orion-ejb-jar solved my problem. At 01:42 AM 02-01-02 -0500, you wrote: you have to write resource wrapper around the external jms implementions

JDBC error

2002-01-02 Thread Ian S. Hagen
Has anyone experienced instability when using Orion together with Oracle 9i? I am currently running an Orion 1.5.2 server on a Tru64 platform against a 9i database using the OCI driver. Everything works fine initially, but after a few hours of sending HTTP requests to Orion I find that

RE: JDBC error

2002-01-02 Thread The elephantwalker
Ian, Make sure that you are closing your connections properly. eg: try { // open connection } catch () { // do something } finally { try { // close connections } catch () { // do something } } This could be your problem. The

Re: JDBC error

2002-01-02 Thread Scott Farquhar
Ian, If you are a member of Oracle's technet, you can find the the meaning of the error (ORA-00600) here: http://technet.oracle.com/doc/server.815/a67785/e0.htm#1002520 I have attached the text in case you are not a member. This appears to be an Oracle internal error, so you should contact