Bug 1016480 - Remote Query tests fail due to hibernate-search-engine version in hotrod-client module
Summary: Remote Query tests fail due to hibernate-search-engine version in hotrod-clie...
Keywords:
Status: VERIFIED
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: Infinispan
Version: 6.2.0
Hardware: All
OS: All
unspecified
high
Target Milestone: ER3
: 6.2.0
Assignee: Tristan Tarrant
QA Contact: Martin Gencur
URL:
Whiteboard:
Depends On:
Blocks: 1010419
TreeView+ depends on / blocked
 
Reported: 2013-10-08 08:56 UTC by Anna Manukyan
Modified: 2014-04-28 15:39 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1015412 0 unspecified VERIFIED Server does not expose MBean for registering server-side serialization context 2021-02-22 00:41:40 UTC

Internal Links: 1015412

Description Anna Manukyan 2013-10-08 08:56:29 UTC
The All Remote Query related tests in hotrod-client module are failing due to the wrong version of hibernate-search-engine in infinispan-bom.xml. 

According to ER2 announcement the upgrade is done for hibernate-search to 4.4.0.Beta1 version. But, the version is remaining as 4.4.0.Alpha2 which leads to that all Remote Query related tests are failing with error:

org.infinispan.client.hotrod.exceptions.HotRodClientException:Request for message id[6119] returned server error (status=0x85): java.lang.NoSuchMethodError: org.hibernate.search.query.dsl.impl.ConnectedTermMatchingContext.withFieldBridge(Lorg/hibernate/search/bridge/FieldBridge;)Lorg/hibernate/search/query/dsl/TermMatchingContext;
	at org.infinispan.client.hotrod.impl.protocol.Codec10.checkForErrorsInResponseStatus(Codec10.java:143)
	at org.infinispan.client.hotrod.impl.protocol.Codec10.readHeader(Codec10.java:99)
	at org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:56)
	at org.infinispan.client.hotrod.impl.operations.QueryOperation.executeOperation(QueryOperation.java:68)
	at org.infinispan.client.hotrod.impl.operations.QueryOperation.executeOperation(QueryOperation.java:26)
	at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:46)
	at org.infinispan.client.hotrod.impl.query.RemoteQuery.executeQuery(RemoteQuery.java:79)
	at org.infinispan.client.hotrod.impl.query.RemoteQuery.list(RemoteQuery.java:69)
.....

Comment 1 Martin Gencur 2013-10-08 09:02:55 UTC
The library distro and maven repo contain the older version so this is a blocker for JDG 6.2 Beta.


Note You need to log in before you can comment on or make changes to this bug.