[jboss-jira] [JBoss JIRA] Updated: (JBCACHE-237) When remove a Pojo with shared Collection instances from cache, will need to restore the original reference
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Wed Aug 1 14:29:54 EDT 2007
[ http://jira.jboss.com/jira/browse/JBCACHE-237?page=all ]
Manik Surtani updated JBCACHE-237:
----------------------------------
Fix Version/s: (was: 2.0.0.GA)
> When remove a Pojo with shared Collection instances from cache, will need to restore the original reference
> -----------------------------------------------------------------------------------------------------------
>
> Key: JBCACHE-237
> URL: http://jira.jboss.com/jira/browse/JBCACHE-237
> Project: JBoss Cache
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: PojoCache
> Affects Versions: 1.2.3
> Reporter: Ben Wang
> Assigned To: Ben Wang
> Original Estimate: 1 week
> Remaining Estimate: 1 week
>
> Currently when Pojos that share Collection instances (e.g., a List sub-object), during putObject operation, it will be replaced by a corresponding proxy at runtime. But when removeObject is called, we will need to restore the original reference instead of still using the dynamic proxy one. That is we need to ditch the dynamic proxy reference.
--
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