diff options
Diffstat (limited to 'branches/sca-java-1.x/samples/simple-bigbank-spring/src/main/resources')
-rw-r--r-- | branches/sca-java-1.x/samples/simple-bigbank-spring/src/main/resources/spring-context/Account-spring-context.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/branches/sca-java-1.x/samples/simple-bigbank-spring/src/main/resources/spring-context/Account-spring-context.xml b/branches/sca-java-1.x/samples/simple-bigbank-spring/src/main/resources/spring-context/Account-spring-context.xml index 899d8d7d62..4a1727b08c 100644 --- a/branches/sca-java-1.x/samples/simple-bigbank-spring/src/main/resources/spring-context/Account-spring-context.xml +++ b/branches/sca-java-1.x/samples/simple-bigbank-spring/src/main/resources/spring-context/Account-spring-context.xml @@ -24,8 +24,8 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/sca http://www.osoa.org/xmlns/sca/1.0/spring-sca.xsd"> - <!-- <sca:service name="AccountService" - type="bigbank.account.AccountService" target="AccountServiceBean"/> --> + <sca:service name="AccountService" + type="bigbank.account.AccountService" target="AccountServiceBean"/> <bean id="AccountServiceBean" class="bigbank.account.AccountServiceImpl"> <property name="calculatorService" ref="calculatorService"/> @@ -46,8 +46,8 @@ <sca:reference name="stockQuoteService" type="bigbank.stockquote.StockQuoteService"/> - <!-- <sca:reference name="savingsAccountServiceRef" type="bigbank.account.savings.SavingsAccountService"/>--> + <!-- <sca:reference name="savingsAccountService" type="bigbank.account.savings.SavingsAccountService"/>--> - <!-- <sca:reference name="stockAccountServiceRef" type="bigbank.account.stock.StockAccountService"/>--> + <!-- <sca:reference name="stockAccountService" type="bigbank.account.stock.StockAccountService"/>--> </beans> |