Bug 1016480

Summary: Remote Query tests fail due to hibernate-search-engine version in hotrod-client module
Product: [JBoss] JBoss Data Grid 6 Reporter: Anna Manukyan <amanukya>
Component: InfinispanAssignee: Tristan Tarrant <ttarrant>
Status: VERIFIED --- QA Contact: Martin Gencur <mgencur>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: jdg-bugs
Target Milestone: ER3   
Target Release: 6.2.0   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1010419    

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.