11-15-2011 03:15 AM
11-15-2011 03:38 AM
11-15-2011 03:51 AM
11-16-2011 04:42 AM
<!–
<bean id="dataSource" class="org.springframework.jndi.JndiObjectFactoryBean">
<property name="driverClassName" value="${jdbc.driver}" />
<property name="url" value="${jdbc.url}" />
<property name="username" value="${jdbc.username}" />
<property name="password" value="${jdbc.password}" />
<property name="defaultAutoCommit" value="false" />
</bean>
–>and add this part:
<bean id="dataSource" class="org.springframework.jndi.JndiObjectFactoryBean">
<property name="jndiName"><value>jdbc/activitiXA</value></property>
</bean>
where "jdbc/activitiXA" is the name of JNDI data source that I have defined on Websphere following their Guided Activities -> Connecting to database (link in web console of server).Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.