[seam-issues] [JBoss JIRA] Commented: (JBSEAM-4649) HibernatePersistenceProvider has issues with Hibernate Search 3.2.0

Marek Novotny (JIRA) jira-events at lists.jboss.org
Fri Jul 30 07:00:49 EDT 2010


    [ https://jira.jboss.org/browse/JBSEAM-4649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12542143#action_12542143 ] 

Marek Novotny commented on JBSEAM-4649:
---------------------------------------

I willl apply the patch before final release goes out.

> HibernatePersistenceProvider has issues with Hibernate Search 3.2.0
> -------------------------------------------------------------------
>
>                 Key: JBSEAM-4649
>                 URL: https://jira.jboss.org/browse/JBSEAM-4649
>             Project: Seam
>          Issue Type: Bug
>          Components: Core, Search
>    Affects Versions: 2.2.1.CR1, 2.2.1.CR2
>         Environment: JBoss AS 6.0.0.M2
> Hibernate 3.5.1
> Hibernate Search 3.2.0
> Seam 2.2.1.CR1
>            Reporter: Tom Fank
>            Assignee: Marek Novotny
>         Attachments: HibernatePersistenceProvider.patch
>
>
> The new proxied persistence provider (introduced in Seam 2.2.1.CR1) needs some rework in order to be compatible with the current release candidate of Hibernate Search...
> 1)
> When org.jboss.seam.persistence.HibernatePersistenceProvider is trying to find out if HSearch is available it expects org.hibernate.search.Version to have some static VERSION field, but current release does not provide it.
> 2)
> The org.jboss.seam.persistence.HibernateSessionInvocationHandler does not seem to respect the org.hibernate.event.EventSource interface of the delegated Hibernate session. But the (legacy) implementation of FullTextSession still relies on it, so invocations of methods like 'getActionQueue()' need to be handled correctly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list