|
|
@@ -9,8 +9,8 @@
|
|
|
<property name="hibernate.connection.datasource">jdbc/db2/mwconfig_mwui_ds</property-->
|
|
|
|
|
|
<!-- udah dikomen -->
|
|
|
- <property
|
|
|
- name="hibernate.connection.datasource">jdbc/db2/mwconfig_mwui_ds</property>
|
|
|
+ <!-- <property
|
|
|
+ name="hibernate.connection.datasource">jdbc/db2/mwconfig_mwui_ds</property> -->
|
|
|
|
|
|
<!--property
|
|
|
name="hibernate.transaction.factory_class">org.hibernate.transaction.CMTTransactionFactory</property>
|
|
|
@@ -26,12 +26,13 @@
|
|
|
<!-- <property name="hibernate.connection.driver_class">com.ibm.db2.jcc.DB2Driver</property> -->
|
|
|
<!--property
|
|
|
name="hibernate.connection.url">jdbc:db2://172.15.30.28:25010/MWCONFIG:currentSchema=MWCONFIG;</property-->
|
|
|
- <!-- <property
|
|
|
- name="hibernate.connection.url">jdbc:db2://10.10.10.36:50000/MWCONFIG:currentSchema=MWCONFIG;</property> -->
|
|
|
+ <property
|
|
|
+ name="hibernate.connection.url">
|
|
|
+ jdbc:db2://10.10.10.36:50000/MWCONFIG:currentSchema=MWCONFIG;</property>
|
|
|
|
|
|
- <!-- <property name="hibernate.connection.username">db2inst1</property> -->
|
|
|
- <!-- <property name="hibernate.connection.password">mdw4dm1n</property> -->
|
|
|
- <!-- <property name="hibernate.dialect">org.hibernate.dialect.DB2Dialect</property> -->
|
|
|
+ <property name="hibernate.connection.username">db2inst1</property>
|
|
|
+ <property name="hibernate.connection.password">mdw4dm1n</property>
|
|
|
+ <property name="hibernate.dialect">org.hibernate.dialect.DB2Dialect</property>
|
|
|
|
|
|
<property name="hibernate.show_sql">false</property>
|
|
|
<property name="hibernate.format_sql">true</property>
|