Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 0.9.3.9
-
Fix Version/s: None
-
Component/s: XML
-
Labels:None
-
Environment:Operating System: Linux
Platform:
-
Bugzilla Id:930
Description
When using Castor in conjunction with JBoss I am passing Castor generated java
objects (generated via the SourceGenerator, and populated via the unmarshal
method) as return values to remote session bean calls. This requires the
object to be Serializeable. The source Castor generated implements
Serializeable but the NotSerializeable exception is throw at runtime. This
does not happen 100% of the time.
Can you provide more information, such as the schema that is being used to
generate the source, are you using version 0.9.3.9 or the current CVS version?
Since it doesn't happen all the time...under what constraints does it happen.
For example...how can we reproduce it?