Hey Tia, I got mine working, but I'm using a basic archetype, not the modular. Anyway I didn't need to override xfire-servlet.xml, I just configured my beans in the application-context.xml located on WEB-INF folder. So go ahead and copy this definition into that file and check if that works.
[code] > <bean id="personManager" > class="org.foo.mx.service.impl.PersonManagerImpl"> > <constructor-arg ref="personDao"/> > </bean> > [/code] > Hope that helps. Alejandro
