Hi,
In 2.8.0 maven version of ignite-core, I encountered one issue within spring
service configuration.
All service properties fields are null (Ex. testField1, testField2) at
runtime on TestServiceImpl - init() or execute().
In 2.7.6 version everything works well.
Ex.
...
Thank you for help ezhuravl,
Your proposal sample it is OK.
In my example tests.TestServiceImpl class extends another class with all the
fields (geters and seters) and work methods inside.
In 2.7.6 works in 2.8.0 @ runtime all fields are null on the same
conditions/environment (java 11.0.4).
If i
Hi everybody,
Some body encountered similar issue ?
It is a matter of serialization ?
It is possible to switch any service compatibility mode flag ?
--
Thank you
--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
Thank you for answer Nikolay,
I receive various null pointer exceptions @ runtime on TestServiceImpl for
all fields extended from Test class
My class TestServiceImpl class is defined by the following pice of code
/public class TestServiceImpl extends Test implements Service, TestService/
Test - c
Please see the code bellow:
*Ignite service definition
...
...
*TestService interface*
*Test class*
*TestServiceImpl class*
*Exceptions @ runtime with ignite 2.8.0*
Thank you
--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
Stripped ...
Please check the gist with code snippets
https://gist.github.com/myset/696461e135d9c8a32588ff2a534d7eb8
Thank you Nikolay
--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
Hi Ilya,
Only for testing purpose, I'd tried ignite-core 2.8.0 with ignite-spring
2.7.6 but results are the same, fields are null.
My environment contain spring version is 5.2.4.RELEASE
Using same environment (java 11.0.4, spring 5.2.4) all works fine in 2.7.6
Please let me know if you find some
So igniters,
There are any issue on this ?
Should I wait for further release ?
-
--
Regards
Cristian Gheorghe Florescu
--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
Thank you Vyacheslav,
Still reproduced in 2.8.0 and in 2.7.6 is not.
Please take a look carefully at the gist example code.
public class TestServiceImpl extends *Test* implements Service,TestService
-
Regards
Cristian Gheorghe Florescu
--
Sent from: http://apache-ignite-developers.2346864.
Thank you Vyacheslav,
Case closed. It works fine in 2.8.0 if service extended Test class
implements Serializable.
/Keep up good work "Igniters"/
-
Regards
Cristian Gheorghe Florescu
--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
10 matches
Mail list logo