[ http://jira.jboss.com/jira/browse/EJBTHREE-50?page=history ]
     
Bill Burke closed EJBTHREE-50:
------------------------------

    Resolution: Done

> Clustered cache for Entities
> ----------------------------
>
>          Key: EJBTHREE-50
>          URL: http://jira.jboss.com/jira/browse/EJBTHREE-50
>      Project: EJB 3.0
>         Type: Feature Request
>     Versions: Preview 3
>     Reporter: Bill Burke
>     Assignee: Bill Burke
>      Fix For: Preview 3

>
>
> From Steve Ebersole
> The changes are simply in the cache package.
> org.hibernate.cache.TreeCache used to build a static
> org.jboss.cache.TreeCache reference internally.  Thus it could not be
> used as a simple delegate to JBoss TreeCache.  All the
> Cache/CacheProvider impls were refactored such that the Providers took
> on the responsibility of building/obtaining the underlying cache
> instance and passing them to the Cache impls.  The Cache impls then
> simply provide delegation functionality to the underlying caches.
> With that newer code, you can simply write a new CacheProvider that
> knows how to obtain a TreeCache instance (however that may be) and pass
> that to the standard org.hibernate.cache.TreeCache.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to