On 5/7/07, tibi <[EMAIL PROTECTED]> wrote:

in this page i corrected a minor bug:
http://appfuse.org/display/APF/Services\

the PersonManagerImpl
is in package:
package org.appfuse.tutorial.service.impl;

but the registration in the applicationcontext is:

<bean id="personManager"
class="org.appfuse.tutorial.service.PersonManagerImpl">
    <constructor-arg ref="personDao"/>
</bean>



i changed the registrion to impl and left the personMangerImpl in
package **.impl

tibi

Thanks!

Matt

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

Reply via email to