[
https://issues.apache.org/jira/browse/IGNITE-4072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kuznetsov updated IGNITE-4072:
-------------------------------------
Fix Version/s: (was: 1.8)
> 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
>
> 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)