Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Client] fix issues in .NET demo app #134

Closed
dsukhoroslov opened this issue Dec 30, 2017 · 0 comments
Closed

[Client] fix issues in .NET demo app #134

dsukhoroslov opened this issue Dec 30, 2017 · 0 comments
Assignees
Labels

Comments

@dsukhoroslov
Copy link
Owner

dsukhoroslov commented Dec 30, 2017

with latest Bargi Client version .net demo app throws error:

01:01:52.456 [Thread-0] ERROR c.b.c.h.impl.QueryManagementImpl - getResults.error; error getting result
java.util.concurrent.ExecutionException: com.hazelcast.core.HazelcastException: com.bagri.core.api.BagriException: Required item type of third argument of bgdb:store-document() is map(*); supplied value has item type xs:
anyAtomicType
        at com.hazelcast.client.spi.impl.ClientInvocationFuture.resolveAndThrowIfException(ClientInvocationFuture.java:108) ~[Bagri.XQJ.Client.1.2.0-RC1.DLL:na]
        at com.hazelcast.client.spi.impl.ClientInvocationFuture.<bridge>resolveAndThrowIfException(ClientInvocationFuture.java:32) ~[Bagri.XQJ.Client.1.2.0-RC1.DLL:na]
        at com.hazelcast.spi.impl.AbstractInvocationFuture.get(AbstractInvocationFuture.java:183) ~[Bagri.XQJ.Client.1.2.0-RC1.DLL:na]
        at com.hazelcast.client.util.ClientDelegatingFuture.get(ClientDelegatingFuture.java:127) ~[Bagri.XQJ.Client.1.2.0-RC1.DLL:na]
        at com.hazelcast.client.util.ClientDelegatingFuture.get(ClientDelegatingFuture.java:118) ~[Bagri.XQJ.Client.1.2.0-RC1.DLL:na]
        at com.bagri.client.hazelcast.impl.QueryManagementImpl.getResults(QueryManagementImpl.java:176) [Bagri.XQJ.Client.1.2.0-RC1.DLL:na]
        at com.bagri.client.hazelcast.impl.QueryManagementImpl.executeQuery(QueryManagementImpl.java:158) [Bagri.XQJ.Client.1.2.0-RC1.DLL:na]
        at com.bagri.xquery.saxon.XQProcessorClient.executeXQuery(XQProcessorClient.java:96) [Bagri.XQJ.Client.1.2.0-RC1.DLL:na]
        at com.bagri.xqj.BagriXQConnection.executeQuery(BagriXQConnection.java:371) [Bagri.XQJ.Client.1.2.0-RC1.DLL:na]
        at com.bagri.xqj.BagriXQPreparedExpression.executeQuery(BagriXQPreparedExpression.java:83) [Bagri.XQJ.Client.1.2.0-RC1.DLL:na]
        at cli.BagriDemo.storeDocument(Unknown Source) [BagriDemo.exe:na]
        at cli.BagriDemo.createDocument(Unknown Source) [BagriDemo.exe:na]
        at cli.BagriDemo.Main(Unknown Source) [BagriDemo.exe:na]
@dsukhoroslov dsukhoroslov added this to the Maintenance release 1.2 milestone Dec 30, 2017
@dsukhoroslov dsukhoroslov self-assigned this Dec 30, 2017
dsukhoroslov added a commit that referenced this issue Dec 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant