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

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

Pavel Konstantinov created IGNITE-1546:
------------------------------------------

             Summary: 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: Vasiliy Sisko
            Priority: Trivial


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)