[JBoss JIRA] (ISPN-4424) ReplaceIfUnmodified is broken under concurrent execution
by Galder Zamarreño (JIRA)
Galder Zamarreño created ISPN-4424:
--------------------------------------
Summary: ReplaceIfUnmodified is broken under concurrent execution
Key: ISPN-4424
URL: https://issues.jboss.org/browse/ISPN-4424
Project: Infinispan
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Remote Protocols
Affects Versions: 7.0.0.Alpha4, 6.0.2.Final
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 7.0.0.Final
Versioned update with a multi threaded Hot Rod client results in inconsistency. Some replaceWithVersion return true ignoring a version update executed in another thread.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (ISPN-4423) Projections on an embedded entity are incorrectly allowed for remote queries
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-4423?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-4423:
--------------------------------
Description: Projecting a (complete) embedded entity should not be allowed. This validation works correctly for embedded dsl-based queries but does not work for remote queries (with lucene backend). (was: Projecting a (complete) embedded entity should not be allowed. This validation works correctly for embedded dsl-based queries but does not work for remote queries.)
> Projections on an embedded entity are incorrectly allowed for remote queries
> ----------------------------------------------------------------------------
>
> Key: ISPN-4423
> URL: https://issues.jboss.org/browse/ISPN-4423
> Project: Infinispan
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Remote Querying
> Affects Versions: 7.0.0.Alpha4
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
>
> Projecting a (complete) embedded entity should not be allowed. This validation works correctly for embedded dsl-based queries but does not work for remote queries (with lucene backend).
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (ISPN-4423) Projections on an embedded entity are incorrectly allowed for remote queries
by Adrian Nistor (JIRA)
Adrian Nistor created ISPN-4423:
-----------------------------------
Summary: Projections on an embedded entity are incorrectly allowed for remote queries
Key: ISPN-4423
URL: https://issues.jboss.org/browse/ISPN-4423
Project: Infinispan
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Remote Querying
Affects Versions: 7.0.0.Alpha4
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Projecting a (complete) embedded entity should not be allowed. This validation works correctly for embedded dsl-based queries but does not work for remote queries.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (ISPN-4396) DSL Query: right condition lost
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-4396?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-4396:
--------------------------------
Fix Version/s: 7.0.0.Alpha5
> DSL Query: right condition lost
> -------------------------------
>
> Key: ISPN-4396
> URL: https://issues.jboss.org/browse/ISPN-4396
> Project: Infinispan
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Embedded Querying
> Affects Versions: 7.0.0.Alpha4
> Reporter: Radim Vansa
> Assignee: Adrian Nistor
> Fix For: 7.0.0.Alpha5
>
>
> Condition created through query like this:
> {code}
> Query q = qf.from(User.class)
> .not(
> qf.having("name").eq("John")
> .or(qf.having("surname").eq("Man")))
> .toBuilder().build();
> {code}
> is not correctly parsed into JPQL query; it is
> {code}
> FROM org.infinispan.query.dsl.embedded.sample_domain_model.User _gen0 WHERE NOT (_gen0.name = 'John')
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months