[jboss-jira] [JBoss JIRA] Resolved: (JBREFLECT-9) ClassInfo should be serializable
Ales Justin (JIRA)
jira-events at lists.jboss.org
Thu Feb 28 14:41:57 EST 2008
[ http://jira.jboss.com/jira/browse/JBREFLECT-9?page=all ]
Ales Justin resolved JBREFLECT-9.
---------------------------------
Resolution: Done
This is done.
Still need to look into Javassist version of tests:
if (isJavassistTestCase() == false)
{
byte[] bytes = serialize(info);
Object deserialized = deserialize(bytes);
assertTrue("Not the same object: " + info + " != " + deserialized, info == deserialized);
}
> ClassInfo should be serializable
> --------------------------------
>
> Key: JBREFLECT-9
> URL: http://jira.jboss.com/jira/browse/JBREFLECT-9
> Project: JBoss Reflection
> Issue Type: Task
> Components: ClassInfo
> Reporter: Adrian Brock
> Assigned To: Ales Justin
> Fix For: JBossReflection.2.0.0.CR1
>
>
> The ClassInfo objects should be serializable,
> this is currently not the case because they hold references back to their factory to support lazy initialization.
--
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