RE: OrionRemoteException: Error (de-)serializing object:

2002-01-08 Thread Manuel De Jesus
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andres Garcia Hourcade Sent: Wednesday, November 21, 2001 3:32 AM To: Orion-Interest Subject: OrionRemoteException: Error (de-)serializing object: Hi, i am new in J2EE technology and i'm big troubles. I have an intranet application (jsp ejb) running fine

Re: OrionRemoteException: Error (de-)serializing object

2001-11-27 Thread Gordon Reynolds
: OrionRemoteException: Error (de-)serializing object Hi, i am new in J2EE technology and i'm big troubles. I have an intranet application (jsp ejb) running fine with version 1.4.0, i am trying to deploy the same EAR in 1.5.2 version, but i get this error

OrionRemoteException: Error (de-)serializing object

2001-11-26 Thread Andres Garcia Hourcade
Hi, i am new in J2EE technology and i'm big troubles. I have an intranet application (jsp ejb) running fine with version 1.4.0, i am trying to deploy the same EAR in 1.5.2 version, but i get this error. com.evermind.server.rmi.OrionRemoteException: Error (de-)serializing object:

RE: OrionRemoteException: Error (de-)serializing object

2001-11-26 Thread Derek Akers
Subject: OrionRemoteException: Error (de-)serializing object Hi, i am new in J2EE technology and i'm big troubles. I have an intranet application (jsp ejb) running fine with version 1.4.0, i am trying to deploy the same EAR in 1.5.2 version, but i get this error

Re: OrionRemoteException: Error (de-)serializing object

2001-11-26 Thread Lachezar Dobrev
Message - From: Andres Garcia Hourcade To: Orion-Interest Sent: Monday, November 26, 2001 8:41 PM Subject: OrionRemoteException: Error (de-)serializing object Hi, i am new in J2EE technology and i'm big troubles. I have an intranet application (jsp ejb) running

RE: OrionRemoteException: Error (de-)serializing object

2001-11-26 Thread Andres Garcia Hourcade
. That's it. Lachezar - Original Message - From: Andres Garcia Hourcade To: Orion-Interest Sent: Monday, November 26, 2001 8:41 PM Subject: OrionRemoteException: Error (de-)serializing object Hi, i am new

RE: OrionRemoteException: Error (de-)serializing object

2001-11-26 Thread Jarrod
PROTECTED]] On Behalf Of Andres Garcia HourcadeSent: Monday, November 26, 2001 1:42 PMTo: Orion-InterestSubject: OrionRemoteException: Error (de-)serializing object Hi, i am new in J2EE technology and i'm big troubles. I have an intranet application (jsp ejb) running fine with version

OrionRemoteException: Error (de-)serializing object:

2001-11-20 Thread Andres Garcia Hourcade
Hi, i am new in J2EE technology and i'm big troubles. I have an intranet application (jsp ejb) running fine with version 1.4.0, i am trying to deploy the same EAR in 1.5.2 version, but i get this error. com.evermind.server.rmi.OrionRemoteException: Error (de-)serializing object:

OrionRemoteException: Error (de-)serializing object:

2001-09-27 Thread Andres Garcia Hourcade
I have an application (jsp ejb) running with version 1.4.0, i am trying to upgrade the same EAR in 1.5.2 version, but i get this error. What i am doing wrong ? com.evermind.server.rmi.OrionRemoteException: Error (de-)serializing object: org.gjt.mm.mysql.jdbc2.ResultSet; nested exception is:

Re: OrionRemoteException: Error (de-)serializing object:

2001-09-27 Thread Chris Callaghan
Make sure you are closing your all of your ResultSets after you've finished with them (same for Statement and Connection objects). Chris Andres Garcia Hourcade wrote: I have an application (jsp ejb) running with version 1.4.0, i am trying to upgrade the same EAR in 1.5.2 version, but i get

RE: OrionRemoteException: Error (de-)serializing object:

2001-09-27 Thread Mike Cannon-Brookes
: Friday, September 28, 2001 11:56 AM To: Orion-Interest Subject: OrionRemoteException: Error (de-)serializing object: I have an application (jsp ejb) running with version 1.4.0, i am trying to upgrade the same EAR in 1.5.2 version, but i get this error. What i am doing wrong