Changeset 32605
- Timestamp:
- 04/19/09 02:59:38 (4 years ago)
- Location:
- lang/java/misc/ssh-blank/src/main
- Files:
-
- 3 modified
-
resources/log4j.properties (modified) (1 diff)
-
webapp/WEB-INF/applicationContext-dataSource.xml (modified) (1 diff)
-
webapp/WEB-INF/applicationContext-service.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/java/misc/ssh-blank/src/main/resources/log4j.properties
r32456 r32605 8 8 log4j.category.org.coderepos=TRACE 9 9 log4j.category.org.apache.struts.action.RequestProcessor=DEBUG 10 log4j.category.org.hibernate =WARN10 log4j.category.org.hibernate.SQL=DEBUG -
lang/java/misc/ssh-blank/src/main/webapp/WEB-INF/applicationContext-dataSource.xml
r32447 r32605 22 22 <props> 23 23 <prop key="hibernate.dialect">org.hibernate.dialect.MySQLDialect</prop> 24 <prop key="hibernate.show_sql"> true</prop>24 <prop key="hibernate.show_sql">false</prop> 25 25 </props> 26 26 </property> -
lang/java/misc/ssh-blank/src/main/webapp/WEB-INF/applicationContext-service.xml
r32447 r32605 18 18 <property name="transactionAttributes"> 19 19 <props> 20 <prop key="find*">PROPAGATION_REQUIRED </prop>20 <prop key="find*">PROPAGATION_REQUIRED,readOnly</prop> 21 21 </props> 22 22 </property> … … 37 37 <property name="transactionAttributes"> 38 38 <props> 39 <prop key="find*">PROPAGATION_REQUIRED </prop>39 <prop key="find*">PROPAGATION_REQUIRED,readOnly</prop> 40 40 </props> 41 41 </property>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)