[jboss-jira] [JBoss JIRA] Created: (JBMAN-35) CompositeValueInvocationHandler is not Serializable
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Tue Nov 18 19:35:36 EST 2008
CompositeValueInvocationHandler is not Serializable
---------------------------------------------------
Key: JBMAN-35
URL: https://jira.jboss.org/jira/browse/JBMAN-35
Project: JBoss Managed
Issue Type: Bug
Components: metatype
Affects Versions: JBossMan.2.0.0.CR3
Reporter: Scott M Stark
Assignee: Scott M Stark
Fix For: JBossMan.2.0.0.GA
The following is being seen while creating a datasource from a template via the profileservice:
Failed to update Resource (see app server log for additional details): java.io.NotSerializableException: org.jboss.metatype.plugins.values.CompositeValueInvocationHandler at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1173) at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1526) at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1491) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1409) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1167) at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:343) at java.util.ArrayList.writeObject(ArrayList.java:673) at sun.reflect.GeneratedMethodAccessor352.invoke(Unknown Source) at
Should this be serializable?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list