Hello. I reproduced this issue. Schema import utility generate wrong code in special case. You may watch this issue https://issues.apache.org/jira/browse/IGNITE-2856.
The reason of that exception is that columns [CARD_NO] for @navy and [P_PRODUCTORDERLIMIT] for @minisoft_rm are configured as index fields and do not configured as query fields. To quick fix this issue you need to configure all fields specified in indexes as query fields or do not create indexes for absent fields. Also you can try to configure cache with GridGain Web Console (This issue is already fixed for Web Console), which is described at this page http://ignite.apache.org/addons.html. Please let me know if my answer helped you -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/org-apache-ignite-IgniteCheckedException-Failed-to-register-query-type-TypeDescriptor-tp3447p3551.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
