Matt, I downloaded the tutorial-service, created the eclipse project and browse the code. I kinda think it's getting worse now. I notice there“s no xfire-servlet.xml file overwritten there (in the tutorial). Now I commented the gzip filter on web.xml and then execute mvn clean jetty:run-war and http://localhost:8080/services is rendered correctly just that it has no services listed just the text : Generated by XFire ( http://xfire.codehaus.org ) There's no UserService exposed there neither. Actually, the page redered for http://localhost:8080/services/UserService?wsdl and http://localhost:8080/services/PersonService?wsdl is the same as http://localhost:8080/services
I have no idea what am I doing wrong here ... On Nov 8, 2007 11:52 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > You might want to checkout the example from Subversion and see how it > differs from yours. > > svn checkout > http://appfuse-demos.googlecode.com/svn/trunk/tutorial-service > > Matt > > On Nov 8, 2007 8:52 AM, Alejandro Castro > <[EMAIL PROTECTED]> wrote: > > 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/servicesbut > > 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 > > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
