Doesn't the RevenueOptimizationServiceImpl have fields you can use? Or am I missing something?
Code:
<bean id="RevenueOptimizationServiceTarget" class="com.uprr.app.itr.springs.services.revenueop timization.RevenueOptimizationServiceImpl">
<bean id="revenueOptimizationService" class="org.springframework.transaction.interceptor .TransactionProxyFactoryBean">
<property name="transactionManager" ref="txManager"/>
<property name="target" ref="RevenueOptimizationServiceTarget"/>
<property name="transactionAttributeSource" ref="noTxAttributeSource" />
</bean>
<property name="theService" ref="theService" />
</bean>