Re: ArrayIndexOutOfBoundsException: -1 in IgniteQueryGenerator.getOptions

2018-03-26 Thread slava.koptilin
Hello, It looks like a bug. I've created the following JIRA ticket for that https://issues.apache.org/jira/browse/IGNITE-8044 Best regards, Slava. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

ArrayIndexOutOfBoundsException: -1 in IgniteQueryGenerator.getOptions

2018-03-26 Thread Coke
Hi, There is a bug when you declare a function in a IgniteRepository without parameters: The IgniteQueryGenerator.getOptions function is not validating that the parameter list can be null. The error is thrown when the application starts up. @Query("SELECT sum(vlSale) FROM SalFDetLin") double calcu