[
https://issues.apache.org/jira/browse/POLYGENE-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Merlin reassigned POLYGENE-137:
------------------------------------
Assignee: Paul Merlin
> EntityStateSerializer unable to handle values that are not declared as
> composites.
> ----------------------------------------------------------------------------------
>
> Key: POLYGENE-137
> URL: https://issues.apache.org/jira/browse/POLYGENE-137
> Project: Polygene
> Issue Type: Bug
> Reporter: Kent Sølvsten
> Assignee: Paul Merlin
> Priority: Minor
> Fix For: 3.0
>
>
> Querying for Male entities by Address fails againg RdfIndexer, if Address is
> not declared as a ValueComposite.
> Steps to reproduce: Remove "extends ValueComposte" for
> org.apache.zest.test.indexing.model.Address.
> This causes RdfQueryTest#script32 to fail (the corresponding testcase against
> ElasticSearch still works).
> The bug is probably inside EntityStateSerializer#serializePropert:
> if( valueType instanceof ValueCompositeType )
> {
> ...
> }
> else
> {
> ...
> }
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)