[
https://jira.jboss.org/browse/JBSEAM-4714?page=com.atlassian.jira.plugin....
]
Marek Novotny commented on JBSEAM-4714:
---------------------------------------
there are compatibility issues with upgrading to HSearch to 3.3.2.beta2
1. Lucene 3.0.2 is not compatible with older 2.4.1 which is used previous Hsearch release
3.1.1. Some code has to be changed according new API, but it is not back compatible. For
instance org.apache.lucene.analysis.standard.StandardAnalyzer default constructor is gone
and org.apache.lucene.util.Version is provided only by lucene 3.x.
2. we should provide back compatibility with JBoss AS 5.x. (There is CNFE for
org.hibernate.annotations.common.reflection.MetadataProvider) - provided by
Hibernate-commons-annotation from 3.2 release.
Need AS-6 compatibility
-----------------------
Key: JBSEAM-4714
URL:
https://jira.jboss.org/browse/JBSEAM-4714
Project: Seam
Issue Type: Bug
Reporter: Scott Marlow
Assignee: Marek Novotny
Fix For: 2.2.1.CR3
AS 6 (trunk) recently upgraded to the latest Hibernate core release (3.6.0.CR1 and will
use 3.6.0 final when available). This was needed for the AS 6 integration with Infinispan
(currently ongoing effort on a branch). This caused an AS unit test failure due to the
Seam DVD Store example including a Hibernate search jar version that expects to find a
method that is no longer in Hibernate core.
There should be a new Hibernate search release soon that no longer depends on the above
mentioned method (see error below).
java.lang.NoSuchMethodError: org.hibernate.util.SoftLimitMRUCache.<init>(I)V
Please make whatever changes are needed to sync up with the Hibernate 3.6.0 core that AS
6 is using.
--
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