problem with ResultSet Object

2002-02-13 Thread sachin mahajan
Dear Sir Currently i am working om the orion server. i have deployed my application properly. But i am facing some problem with transfering ResultSet object from my EJB to jsp . It error i am facing is this      inside basedl The statement is  oracle.jdbc.driver.OracleStatement@9617f825 insi

Re: Load balancing ????

2002-02-13 Thread sachin mahajan
hello yes it is possible to do the load balancing in orion i am attching one html file just go through if. In case u want more help just reply me.   bye sachin - Original Message - From: Mahesh M Kagalkar To: Orion-Interest Sent: Friday, February 01, 2002 8:01 P

RE: Debugging using JPDA, FATAL ERROR

2002-02-13 Thread Geoff Soutter
Hmm, I seem to remember this one as well. Make sure you are using the java.exe from the JDK directory rather than the JRE, as in the latest 1.3.1 revision only the JDK java.exe seems to have access to JPDA (or at least, that's what I remember, YMMV) Geoff -Original Message- From: [EMAIL

Re: Context Factories and JARs

2002-02-13 Thread Todd M Benge
Hi, We've implemented a Swing client using the RMIInitialContext factory. The rmi context factory allowed us to make several connection attempts ie a user mistypes the password. We were unable to get the same result from the application client factory but that doesn't mean it won't work. I

RE: System Date: CURED.

2002-02-13 Thread Troy Gibson
Title: Message Just as a note ;  Not sure why but after extensive testing and looking at everything on both production and staging boxes brining Orion down and restarting cured the date issue. I don't know if Orion keeps its own internal clock or what but the old restart fixed

Re: Load balancing ????

2002-02-13 Thread Robert Virkus
Hallo Mahesh, find here more about clustering with orion: http://kb.atlassian.com/content/orion/docs/http-clustering.html Friday, February 01, 2002, 3:31:04 PM, you wrote: MMK> Dear Sir, MMK> Currently Iam working in a project which is using Orion server.This is for the first time Iam using t

MS-SQL datetime columns

2002-02-13 Thread Shawn Pourchot
I can't seem to find a mapping that will allow me to do ResultSet.getTimestamp or ResultSet.getDate from a MS SQL Server DB using the MS JDBC driver and Orion. I've tried the following mappings: I've looked through the archives and found a couple of reference

RE: Object reference no longer valid (Disconnected)

2002-02-13 Thread Dan Haley
I have had the same problem with JMS destinations disconnecting themselves. -Original Message-From: Thomas Dandelot [mailto:[EMAIL PROTECTED]]Sent: 13 February 2002 14:54To: Orion-InterestSubject: Object reference no longer valid (Disconnected) Hi all,   I looked up on the Or

Context Factories and JARs

2002-02-13 Thread Darcy Schultz
I'm trying to create a Java Swing Client that will communicate with Session EJBs running in Orion. Everything works fine, except that in order to use "com.evermind.server.rmi.RMIInitialContextFactory" or "com.evermind.server.ApplicationClientInitialContextFactory" I need to deploy orion.jar on th

Object reference no longer valid (Disconnected)

2002-02-13 Thread Thomas Dandelot
Hi all,   I looked up on the Orion mail archive and found no answer to the problem many people faced with such as me now.   I'm using a stateless session bean which goes "Object reference no longer valid (Disconnected)" when calling a method of the Remote Interface, after the aplication ran

Load balancing ????

2002-02-13 Thread Mahesh M Kagalkar
Dear Sir, Currently Iam working in a project which is using Orion server.This is for the first time Iam using this server.Can you please tell me how to do load balancing in Orion?Is load balancing possible in Orion? Waiting for your reply.. regds Mahesh K ~

Re: System Date.

2002-02-13 Thread Curt Smith
You might want to add to your startup script (on Unix) setting var export TZ=EDT and set locale too curt Geoff Soutter wrote: > I've had problems with Java timezones before. As I remember, Unix > inherits timezone settings from it's environment. Did you run your java > test class with the sa

RE: System Date.

2002-02-13 Thread OMurchu, Oisin
Title: Message make sure its not a serialisation problem - the Calendar is transient in a Date object, and it effectively holds the TimeZone, so if you have a different timezone on 2 boxes and serialise a date object between them, the milliseconds since 1970 is serialised, but the relevant t

Remove

2002-02-13 Thread Marcello Bassiato
Remove

HAPPY VALENTINES !!!!! BUY AND GET 50% OFF

2002-02-13 Thread [EMAIL PROTECTED]
HAPPY VALENTINES, You are formally invited to our BIG GRAND OPENING SALE at "BARGAINWORLD". COME AND GET 50% OFF EVERYTHING ...AT www.bargainworld.bizhhosting.com Thank You P.S. There is a bargain just waiting for you.

Debugging using JPDA, FATAL ERROR

2002-02-13 Thread tibor . hegyi
Hi, I'd need some urgent help on starting Orion with JDPA remote debugging enabled. I read through the docs and followed the instructions to start this way: java -classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000 -jar orion.jar But i

Re: Where to put JAAS classfiles (loginmodules) when using it from a web app

2002-02-13 Thread Ismael Blesa Part
It seems that the message has been lost. Resending it, sorry if you recevive it twice Putting the jaas.jar and login_modules.jar on the orion/lib folder does solve the problem. JAAS in its actual version 1.0, next version is included on j2se1.4, has many problems with the load of login_modules.