Hi Derek,

I just went back over some code I'd done recently that is doing this (something I should have done before rather than replying from memory) and I found I had an extra <property ..> tag in the Manager definition in my applicationContext.xml - try adding the following:

Derek Broughton wrote:
and in ApplicationContext.xml:
<..>
<bean id="glaccountManager"
class="ca.pointerstop.cocoa.service.impl.GlaccountManagerImpl">
        <constructor-arg ref="glaccountDao"/>
<property name="gltransactionDao" ref="gltransactionDao" />
</bean>
HTH,

Rob Hills
Waikiki, Western Australia

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to