fyi: 1.5.4 still stacks rather than queues JMS messages

2002-02-14 Thread Geoff Soutter
Re the problem reported a couple weeks back by Jorge Jimenez and confirmed by myself, I tested 1.5.4 to see if they had fixed this problem, but it's still there. Just set max-instances to 1 and load up with a lot of messages, it works just like a stack. Doh. Maybe I'll have time to put this into

Re: getClass().getClassLoader().getResource(fileName) problem

2002-02-14 Thread Oleg Bivol
if your "file.ini" is in "c:\orion" try the following: String path = "c:\orion\file.ini"; Properties props = new Properties(); props.load(new FileInputStream(path)); - Original Message - From: "Min-Hua Luo" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> S

Re: problem with ResultSet Object

2002-02-14 Thread sachin mahajan
Hello Thanks. Can u explain me if i will use CachedRowSet object instead of ResultSet object. How my application is affected and it is "scalable" or not. sachin - Original Message - From: Dvornikov Victor <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Sent: Thursday, February

getClass().getClassLoader().getResource(fileName) problem

2002-02-14 Thread Min-Hua Luo
Hi, I tried to open a property file from within my custom UserManager program, however, Orion was unable to find my file. I just don't know where should I put my property file so it can be located by the following command: props_ = new Properties(); try { URL aURL = g

Re: Problem on Netscape Browser - Document Contained No Data

2002-02-14 Thread John Hogan
try an html meta tab spcifying noCache -Original Message- From: "Marc Rabil" <[EMAIL PROTECTED]> Date: Thu, 14 Feb 2002 14:50:56 -0500 To: Orion-Interest <[EMAIL PROTECTED]> Subject: Problem on Netscape Browser - Document Contained No Data > I have an application that uses a custom use

RE: Debugging using JPDA, FATAL ERROR

2002-02-14 Thread Geoff Soutter
No worries, mate. I blame sun, the error message is hopeless. geoff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, 14 February 2002 6:54 PM To: Orion-Interest Subject: RE: Debugging using JPDA, FATAL ERROR Thanks Geo

Wow. It seems that 1.5.4 is released!!!

2002-02-14 Thread kesh
See subj.

Problem on Netscape Browser - Document Contained No Data

2002-02-14 Thread Marc Rabil
I have an application that uses a custom user manager and form-based authentication on Orion 1.3.8. Things work great with Internet Explorer, but with Netscape 4.7, the browser pops up a "Document Contained No Data" error when attempting to login - as if its not getting anything back from the ser

Accessing HypersonicSQL

2002-02-14 Thread Craig Gregory
I have a few questions about accessing HypersonicSQL when acting as the data source for Orion. I am assuming the HSQL is running in the same JVM as Orion (the default configuration.)   How do I access the HypersonicSQL data source from Java using JDBC, but outside the JVM of Orion ?  Is there

Re: problem with ResultSet Object

2002-02-14 Thread Kesav Kumar
ResultSet is not a seralizable object.  ResultSet is opened cursor to the database.  If you want to pass ResultSet to client i.e jsp/servlet either conver the ResultSet data into you own custom objects or collection classes.  The other alternate is to use CachedRowSet.  CachedRowset is seria

Re: problem with ResultSet Object

2002-02-14 Thread Jorge Jimenez C
Sachin:   I think you have a design problem. Please, anyone correct me if you think i'm wrong.   From inside a JSP page you should not access a recordset returned by an EJB. EJB components represent mostly bussines objects that contains rules and data access services. From outside the EJB (fr

RE: problem with ResultSet Object

2002-02-14 Thread Dvornikov Victor
ResultSEt is not a serializable object. For RMI purpose use CachedRowSet object Take into account that this object is not for "scalable" applications! -Original Message- From: sachin mahajan [SMTP:[EMAIL PROTECTED]] Sent: &he; 14 &pe;&bet;&resh;&vav;&alef;&res

RE: Debugging using JPDA, FATAL ERROR

2002-02-14 Thread tibor . hegyi
Thanks Geoff, you were right. Tibor -Original Message- From: Geoff Soutter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 11:34 PM To: Orion-Interest Subject: RE: Debugging using JPDA, FATAL ERROR Hmm, I seem to remember this one as well. Make sure you are using the java.