Bugs item #598255, was opened at 2002-08-21 13:44
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=598255&group_id=22866

Category: JBossTest
Group: v2.4 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Andrzej E (andrzeje)
Assigned to: Nobody/Anonymous (nobody)
Summary: ObjectCollectedException false? or not

Initial Comment:
Hi!
I have written entity and session beans, which doesn't 
work correctly on JBoss (2.4.6). While invoking method 
of session bean on server side I have received an error 
ObjectCollectedException and on client side an error: 
java.lang.reflect.UndeclaredThrowableException: 
java.io.InvalidClassException: 
s2.odis.entity.MyBeanStruct; is not Serializable.

This method calls entity bean to read data from 
database (MS SQL Server 2000). Error has occured 
while session bean wants to transport result (vector of 
objects) to client. Class of the object do implements 
interface Serializable. 


Operating system: Windows NT 4.0
JDK Version: 1.3.1

[EMAIL PROTECTED]

   

----------------------------------------------------------------------

>Comment By: Ole Husgaard (sparre)
Date: 2002-08-21 14:12

Message:
Logged In: YES 
user_id=175257

"implements Serializable" is not the same as being
serializable at runtime.
Probably one of the objects you return from the server
holds a reference to a non-serializable object.

This doesn't look like a bug in JBoss to me.

Best Regards,

Ole Husgaard.

P.S: Attaching stack traces in M$-Word 8.0 format is just
the right thing to do if you only want those who have this
editor to look at the stack trace ;-)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=598255&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to