You might need to set the cache name as a schema for the queries. For
instance, the query needs to be transformed to "Select ...
{YOUR_CACHE_NAME}.ARInvoice FROM ..".

Also, do you really need to have both 3rd party and native persistence
enabled for the cluster. If the 3rd party is only used as an initial data
source during the loading phase then you can use can create a simple custom
loader that pulls records from the 3rd party and loads them into Ignite via
IgniteDataStreamer:
https://apacheignite.readme.io/docs/data-loading#ignitedatastreamer


-
Denis


On Tue, Nov 26, 2019 at 11:44 AM niamin <[email protected]> wrote:

> ignite_sql_error.ignite_sql_error
> <
> http://apache-ignite-users.70518.x6.nabble.com/file/t2637/ignite_sql_error.ignite_sql_error>
>
>
> ARInvoiceRepository.java
> <
> http://apache-ignite-users.70518.x6.nabble.com/file/t2637/ARInvoiceRepository.java>
>
>
> Attached is the file containing statcktrace and the repository file. The
> test case is trying to executed the
> getInvoicesForOIStatement method.
>
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to