Revision 18:78fbff99ec6c

View differences:

resources/com/ib/hibernate/configuration/hibernate.staging-ci.cfg.xml
19 19
		<property name="hibernate.connection.password">ci-123</property>
20 20
		 -->
21 21

  
22
		<!-- <property name="connection.url">jdbc:oracle:thin:@localhost:1521:XE</property> -->
23
		<property name="connection.url">jdbc:oracle:thin:@demosvr1.penril.net:1521:IBSDEMO</property>
22
		<property name="connection.url">jdbc:oracle:thin:@localhost:1521:XE</property>
23
		<!-- <property name="connection.url">jdbc:oracle:thin:@demosvr1.penril.net:1521:IBSDEMO</property> -->
24 24
		<property name="hibernate.connection.username">M2U_UPASS_CI</property>
25 25
		<property name="hibernate.connection.password">ci123</property>
26 26

  
......
36 36
		  <!-- Use the C3P0 connection pool provider -->
37 37
		  <property name="connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</property>
38 38
		  <property name="hibernate.c3p0.acquire_increment">5</property>
39
		  <property name="hibernate.c3p0.min_size">50</property>
40
		  <property name="hibernate.c3p0.max_size">150</property>
41
		  <property name="hibernate.c3p0.timeout">60</property>
39
		  <property name="hibernate.c3p0.min_size">20</property>
40
		  <property name="hibernate.c3p0.max_size">50</property>
41
		  <property name="hibernate.c3p0.timeout">120</property>
42 42
		  <property name="hibernate.c3p0.max_statements">0</property>
43 43
		  
44 44

  

Also available in: Unified diff