i have integrated a database with ignite and the generated project created
classes for the tables. If i try run Sql scan query execute over the cache
like this example

http://host:port/ignite?cmd=qryscanexe&pageSize=10&cacheName=Person&className=org.apache.ignite.schema.Person

here is my query string

http://127.0.0.1:8080/ignite?cmd=qryscanexe&pageSize=10&cacheName=ComplianceSummaryCache&className=com.demo.mydbdemo.compliancesummary

i get 

{"successStatus":1,"error":"Failed to find target class:
com.demo.mydbdemo.compliancesummary","response":null,"sessionToken":null}

the project was generated by the web console and these classes are in there
so they should work but it can't find it so any ideas what is going on here?



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to