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: CLOSED UPSTREAM
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: 2025-02-10 03:28 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-02-10 03:28:40 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1015412 0 unspecified CLOSED Server does not expose MBean for registering server-side serialization context 2025-02-10 03:28:37 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.

Comment 3 Red Hat Bugzilla 2025-02-10 03:28:40 UTC
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.


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