Matt, I already copied xfire-servlet.xml file into my WEB-INF directory and removed the *default-lazy-unit="true"* from the beans tag at the top. No is that all I have to do in order to override the file?
then I ran *mvn clean jetty:run-war* but still get the same result.. only UserService is displayed as a service in http://localhost:8080/services but none of my services are there alejandro On Nov 8, 2007 9:58 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > You need to override the xfire-servlet.xml in your project and remove > default-lazy-unit="true" from the top of the file. > > Matt > > > On 11/8/07, Alejandro Castro <[EMAIL PROTECTED]> wrote: > > I have exactly the same problem on a basic-spring-mvc project. > > I am able to see on http://localhost:8080/services the UserService after > > commenting out the gzip filter in web.xml (I see the double slash > problem > > too) but none of my exported web services are listed in that page. > > > > Any sugestions on how to fix this will be greatly appreciated > > > > Alejandro > > > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > .com <[EMAIL PROTECTED]>
