[ 
https://issues.apache.org/jira/browse/IGNITE-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15605042#comment-15605042
 ] 

Vasiliy Sisko edited comment on IGNITE-2052 at 10/26/16 3:02 AM:
-----------------------------------------------------------------

1. Empty line between empty beans in array. F.e. on cluster SSL configuration:
{code}
        <property name="trustManagers">
            <array>
                <bean class="trust.Manager1">
                </bean>

                <bean class="trust.Manager2">
                </bean>
            </array>
        </property>
{code}
2. Incorrectly work generation of new domain query section. Contain map with 
empty keys and values.


was (Author: vsisko):
1. Empty line between empty beans in array. F.e. on cluster SSL configuration:
{code}
        <property name="trustManagers">
            <array>
                <bean class="trust.Manager1">
                </bean>

                <bean class="trust.Manager2">
                </bean>
            </array>
        </property>
{code}

> Need move $generatorXml to services
> -----------------------------------
>
>                 Key: IGNITE-2052
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2052
>             Project: Ignite
>          Issue Type: Sub-task
>    Affects Versions: 1.7
>            Reporter: Dmitriy Shabalin
>            Assignee: Vasiliy Sisko
>             Fix For: 1.8
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to