Ignore:
Timestamp:
03/02/12 18:07:28 (12 years ago)
Author:
rboipsl
Message:
 
File:
1 copied

Legend:

Unmodified
Added
Removed
  • tapas/service/implementation/service-context_test.xml

    r388 r389  
    33 
    44<beans> 
    5         <bean id="tapasServiceTarget" class="com.ether.TapasServiceImpl"> 
    6                 <property name="plateformDAO" ref="refPlateformDAO" /> 
    7                 <property name="parameterDAO" ref="refParameterDAO" /> 
     5        <bean id="tapasService" class="com.ether.TapasServiceImpl"> 
     6                <!--<property name="plateformDAO" ref="refPlateformDAO" /> 
     7                <property name="parameterDAO" ref="refParameterDAO" />--> 
    88        </bean> 
    99 
    10         <bean id="tapasService" parent="transactionProxy"> 
    11                 <property name="target"> 
    12                         <ref bean="tapasServiceTarget" /> 
    13                 </property> 
    14                 <property name="transactionAttributeSource"> 
    15                         <bean class="org.springframework.transaction.annotation.AnnotationTransactionAttributeSource" /> 
    16                 </property> 
    17         </bean> 
    1810 
    1911</beans> 
Note: See TracChangeset for help on using the changeset viewer.