[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-3457) Use dynamic proxies to implement delegation in persistence
Shane Bryzak (JIRA)
jira-events at lists.jboss.org
Tue Dec 2 04:48:36 EST 2008
[ https://jira.jboss.org/jira/browse/JBSEAM-3457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shane Bryzak closed JBSEAM-3457.
--------------------------------
Resolution: Done
Implemented in SVN
> Use dynamic proxies to implement delegation in persistence
> ----------------------------------------------------------
>
> Key: JBSEAM-3457
> URL: https://jira.jboss.org/jira/browse/JBSEAM-3457
> Project: Seam
> Issue Type: Feature Request
> Components: Search
> Reporter: Emmanuel Bernard
> Assignee: Shane Bryzak
> Fix For: 2.1.1.CR2
>
>
> Today, when someone throw the new Hibernate Search version or a new Hibernate Core version having more methods in (FullText)Session, Seam blows up as (FullText)HibernateSessionProxy and (FullText)EntityManagerProxy directly implement those interfaces.
> An alternative approach could be to reimplement those proxies as dynamic proxies passing through unknown methods.
> Either the JDK dynamic proxy approach or the Javassist equivalent can be used.
--
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 seam-issues
mailing list