Title: Re: [JBoss-user] JBoss 3.0.1 can't deserialize

1. I didn't made changes to the object.
2.  The jdbc-type and sql-type as follow:
     * @jboss:jdbc-type type="JAVA_OBJECT"
     * @jboss:sql-type type="BLOB"

It happens with mySQL and with SQL Server2000 as well.

Thanks,
     Boris


Date: Wed, 07 Aug 2002 17:33:24 -0500
From: Dain Sundstrom <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] JBoss 3.0.1 can't deserialize
Reply-To: [EMAIL PROTECTED]

Objects serialized in 3.0.0 should deserialize in 3.0.1 unless you have
made changes to the object, but I do not recommend storing serialized
Java objects in a database; it is just asking for problems.

It looks like your problem is the data is being truncated by mySQL.
What is the sql-type and jdbc-type for this field?

-dain

Boris Tamarkin wrote:
> Hi Scott,
> I have cleaned database after 3.0.1 installation.
> So objects were serialized with new 3.0.1 version of JBoss
>
> Thanks,
>   Boris
>
> From: "Scott M Stark" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: Re: [JBoss-user] JBoss 3.0.1 can't deserialize
> Date: Wed, 7 Aug 2002 14:27:21 -0700
> Organization: JBoss Group
> Reply-To: [EMAIL PROTECTED]
>
> JBoss 3.0.1 can't deserializeObjects serialized with a version prior to =
> 3.0.1 will not be usable in
> 3.0.1 due to a change to fix bug #588451
>
> xxxxxxxxxxxxxxxxxxxxxxxx
> Scott Stark
> Chief Technology Officer
> JBoss Group, LLC
> xxxxxxxxxxxxxxxxxxxxxxxx
>   ----- Original Message -----
>   From: Boris Tamarkin
>   To: '[EMAIL PROTECTED]'
>   Sent: Wednesday, August 07, 2002 2:10 PM
>   Subject: [JBoss-user] JBoss 3.0.1 can't deserialize
>
>
>   JBoss 3.0.1
>   Deploy the same ear as was deployed on JBoss 3.0
>   Same database
>   The exception is below: Unable to load to deserialize result:
>   Is it known issue for someone?
>
>   Note*
>   I am trying to deserialize blob, that serialized with JBoss 3.0.1
>
>   Thanks
>
>   ---------------------------

Reply via email to