Hi Rick, Ignite loads plugins with ServiceLoader, so you anyway need to register your PluginProvier in META-INF/services even if you run it using Ignition. In case of ignite.sh, you need add jar with plugin classes to libs/ dir and again with set PluginProvider in it's META-INF/services. In other words plugins work the same for both cases.
-Dmitry. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/What-is-the-difference-between-starting-a-node-using-Java-application-and-manual-starting-tp12143p12218.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
