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)