File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1616 http://www.springframework.org/schema/integration
1717 http://www.springframework.org/schema/integration/spring-integration.xsd" >
1818
19+ <!--
1920 <jpa:repositories base-package="org.woehlke.greenshop" />
2021
2122 <bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">
2930 <property name="dataSource" ref="dataSource"/>
3031 <property name="persistenceUnitName" value="greenshopPU"/>
3132 </bean>
33+ -->
3234
3335 <!-- Root Context: defines shared resources visible to all other web components -->
3436 <!-- JPA Configuration -->
37+ <!--
3538 <bean
3639 class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor" />
3740 <bean
4144 <property name="entityManagerFactory" ref="entityManagerFactory" />
4245 <property name="jpaDialect" ref="jpaDialect" />
4346 </bean>
47+ -->
4448
4549 <!-- Transactions -->
50+ <!--
4651 <tx:annotation-driven transaction-manager="transactionManager" />
4752
4853 <context:component-scan base-package="org.woehlke.greenshop" />
49-
54+ -->
55+
5056 <!-- Integration -->
5157
5258 <int : poller default =" true" fixed-rate =" 500" />
You can’t perform that action at this time.
0 commit comments