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
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
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues