RE: help...Error deserializing session

2001-07-10 Thread Jin Tong



  I am currently getting 
same error while connecting to Oracle.  Looks like they all happened when 
connecting to Oracle.
 

  -Original Message-From: John Miller 
  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 10, 2001 1:41 
  PMTo: Orion-InterestSubject: help...Error deserializing 
  session
  Hi,
   
  I have written an 
  EJB which does a pretty simple Oracle select and am getting this error, when the bean is instantiated for the first 
  time:
   
  Error deserializing session: 
  java.io.WriteAbortedException: Writing aborted by exception; 
  java.io.NotSerializableException: com.evermind.sql.ak
   
  I have no idea 
  what might be causing this, so any suggestions or ideas you might have would 
  be a great help.
   
  Thanks,
   
  Johnny
  http://www.iii.co.uk 
  Interactive Investor International is a leading UK 
  Internet personal 
  finance service that provides individuals with the 
  capability to identify, 
  compare, monitor and buy online a number of 
  financial products and services. 
  Interactive Investor Trading Limited, a subsidiary 
  of Interactive Investor 
  International plc, is regulated by the 
  SFA.


com.evermind.sql.OrionCMTConnection

2001-07-09 Thread Jin Tong



I have 
a simple client calling into EJB component which make connection to Oracle 
DB.
After 
sql operation fail(intentionally to test transaction roll back), it came back 
with following error:
Error 
deserializing session: java.io.WriteAbortedException: Writing aborted by 
exception; java.io.NotSerializableException: 
com.evermind.sql.OrionCMTConnection
Has 
anyone this kind of error before? Seems like that deserializing Connection 
failed.
 
 
Thanks
 
Jin