Re: UriDeployment Exception

2020-06-05 Thread marble.zh...@coinflex.com
Finally get works for this approach, it due to my maven package issue, thanks a lot. 1. copy the dependency libs to ignite ./libs; 2. copy the package classes into the urideployment folder. No need the ignite.xml, and no need to restart the server, it will use the latest code. thanks again.

Re: UriDeployment Exception

2020-06-05 Thread Ilya Kasnacheev
Hello! I guess you need to inherit all your service implementation from org.apache.ignite.services.Service Regards, -- Ilya Kasnacheev пт, 5 июн. 2020 г. в 15:01, marble.zh...@coinflex.com < marble.zh...@coinflex.com>: > hi Evgenii, > > After serveral tried, seems in the Jar package, need MET

Re: UriDeployment Exception

2020-06-05 Thread marble.zh...@coinflex.com
hi Evgenii, After serveral tried, seems in the Jar package, need META-INF/ignite.xml descriptor, my one like is, -> http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:util="http://www.springframework.org/schema/util"; x