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

Pavel Konstantinov edited comment on IGNITE-1219 at 10/2/15 4:27 AM:
---------------------------------------------------------------------

Is it correct to set array of objects like you done for 'trustManagers'?
I suspect that '<property name="trustManagers" value="a.a,b.b"/>' will be an 
array of String.
May be need to do something like this because trustManager should be an 
instance of TrustManager 
{code}
<property name="myObjects">
                        <list>
                                <bean class="example.MyObject1"/>
                                <bean class="example.MyObject2"/>
                                <bean class="example.MyObject3">
                        </list>
</property>
{code}


was (Author: pkonstantinov):
Is it correct to set array of objects like you done for 'trustManagers'?
I suspect that '<property name="trustManagers" value="a.a,b.b"/>' will be an 
array of String.
May be something like this because trustManager should be an instance of 
TrustManager 
{code}
<property name="myObjects">
                        <list>
                                <bean class="example.MyObject1"/>
                                <bean class="example.MyObject2"/>
                                <bean class="example.MyObject3">
                        </list>
</property>
{code}

> Add ssl configuration
> ---------------------
>
>                 Key: IGNITE-1219
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1219
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: wizards
>    Affects Versions: ignite-1.4
>            Reporter: Vasiliy Sisko
>            Assignee: Pavel Konstantinov
>             Fix For: ignite-1.5
>
>
> We need to add ssl configuration to cluster screen



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

Reply via email to