Vasiliy Sisko created IGNITE-4072:
-------------------------------------
Summary: Web console: Disable Anotation variant of "Query metadata" when POJO is disabled.
Key: IGNITE-4072
URL:
https://issues.apache.org/jira/browse/IGNITE-4072 Project: Ignite
Issue Type: Bug
Components: wizards
Affects Versions: 1.8
Reporter: Vasiliy Sisko
Fix For: 1.8
On model page:
# Uncheck "Generate POJO classes"
# Select Anotation variant of "Query metadata" field.
# Input invalid java class names in "Key type" and "Value type" fields.
# Switch preview generation to Java.
Generated code is invalid and should not be possible.
cache.setIndexedTypes(
6adved.class,
WRONG_NAME.class
);
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)