Hello!

Can you please share some simple reproducer project which highlights the
issue?

You can put it on github or similar.

Did you enable simple name mapper, btw? The error is what you can expect
when type names on Java and C# side do not match.

Regards,
-- 
Ilya Kasnacheev


вт, 4 мая 2021 г. в 06:26, William.L <wil...@gmail.com>:

> Hi,
>
> I used C# code (entity object class) to create and write to cache. And I am
> trying to use Java code to read (corresponding object class) from cache but
> running into IgniteCheckedException:
>
>
>
> Is this scenario supported?
>
> Here's the C# entity class:
>
>
> Here's the corresponding Java class:
>
>
> I am enable to write to the cache from the Java side and then read from it.
> The object written from the Java side does not show up in the SQL queries
> (cache/table was created using the C# entity class).
>
>
>
>
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to