Skip to content

Commit 82118e1

Browse files
committed
work
1 parent 6ec417e commit 82118e1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/main/resources/root-context.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
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">
@@ -29,9 +30,11 @@
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
@@ -41,12 +44,15 @@
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" />

0 commit comments

Comments
 (0)