/commented by dmitriy setrakyan/

John, please make sure that you have your JAR deployed on each Ignite node
and that each node is running on 1.0 version.

Ignite caches can be configured dynamically on the fly and don't require any
explicit XML configuration, even though you can still have it. Query
indexing should be enabled automatically if you specify at least one
key-value pair as indexed type: 

/*CacheConfiguration.setIndexedTypes(MyKey.class, MyValue.class)*/

Are you able to run /CacheQueryExample/ with remote nodes? You should start
remote nodes using /ExampleNodeStartup/ class.

----- 
/This post is migrated from now discontinued Apache Ignite forum at 
http://apacheignite.readme.io/v1.0/discuss/



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Did-you-guys-just-broke-all-xml-examples-tp104p108.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to