[seam-issues] [JBoss JIRA] Resolved: (JBSEAM-4700) Hibernate Search 3.2 onwards is not properly detected by Seam 2

Emmanuel Bernard (JIRA) jira-events at lists.jboss.org
Mon Aug 30 09:56:12 EDT 2010


     [ https://jira.jboss.org/browse/JBSEAM-4700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bernard resolved JBSEAM-4700.
--------------------------------------

    Resolution: Done


> Hibernate Search 3.2 onwards is not properly detected by Seam 2
> ---------------------------------------------------------------
>
>                 Key: JBSEAM-4700
>                 URL: https://jira.jboss.org/browse/JBSEAM-4700
>             Project: Seam
>          Issue Type: Bug
>          Components: Search
>    Affects Versions: 2.2.1.CR2
>            Reporter: Emmanuel Bernard
>            Assignee: Emmanuel Bernard
>             Fix For: 2.2.1.CR3
>
>
> HibernatePersistenceProvider incorrectly relies on the presence of the Version#VERSION field which is not present in Hibernate 3.2 onwards.
> This detection code was here to allow support for Hibernate Search 3.0 which we can safely ignore now.
> The code can be made much more straightforward by only keeping the code inside if (version != null) { } (and keep the try catch surrounding).

-- 
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