[jboss-jira] [JBoss JIRA] Updated: (JBSER-107) Better error reporting when non serializable classes have default empty constructor missing

Galder Zamarreno (JIRA) jira-events at lists.jboss.org
Mon Jun 2 11:13:20 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBSER-107?page=all ]

Galder Zamarreno updated JBSER-107:
-----------------------------------

    Priority: Minor  (was: Major)

> Better error reporting when non serializable classes have default empty constructor missing
> -------------------------------------------------------------------------------------------
>
>                 Key: JBSER-107
>                 URL: http://jira.jboss.com/jira/browse/JBSER-107
>             Project: JBoss Serialization
>          Issue Type: Bug
>    Affects Versions: 1.0.3 GA
>            Reporter: Galder Zamarreno
>         Assigned To: Galder Zamarreno
>            Priority: Minor
>
> Seems like JBoss Serialization would throw something like this:
> Caused by: java.lang.NoClassDefFoundError: org/jaxen/VariableContext
> 	at java.lang.Class.getDeclaredMethods0(Native Method)
> 	at java.lang.Class.privateGetDeclaredMethods(Class.java:2365)
> 	at java.lang.Class.getDeclaredMethod(Class.java:1907)
> 	at org.jboss.serial.classmetamodel.ClassMetaData.lookupMethodOnHierarchy(ClassMetaData.java:101)
> When a non serializable object that JBoss Serialization tries to 
> serialize does not contain an default empty constructor.
> Better error reporting is required.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list