You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2015/09/25 13:19:04 UTC

[jira] [Resolved] (IGNITE-1546) Rework XML for DB2

     [ https://issues.apache.org/jira/browse/IGNITE-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kuznetsov resolved IGNITE-1546.
--------------------------------------
    Resolution: Fixed
      Assignee: Pavel Konstantinov  (was: Vasiliy Sisko)

Issue fixed and deployed on test server, please test.

> Rework XML for DB2
> ------------------
>
>                 Key: IGNITE-1546
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1546
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: wizards
>            Reporter: Pavel Konstantinov
>            Assignee: Pavel Konstantinov
>            Priority: Trivial
>             Fix For: ignite-1.5
>
>
> Bean which we generates now is incorrect - node cannot start with it
> I found another notation we should implement:
> <bean id= "DB"  class="com.ibm.db2.jcc.DB2DataSource">
>         <property name="serverName" value="192.168.1.40" />
>         <property name="portNumber" value="50000"/>
>         <property name="databaseName" value="db-name"/>
>         <property name="driverType" value="4"/>
>         <property name="user" value="1111"/>
>         <property name="password" value="11111"/>
> </bean>



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