Re: [appfuse-user] problem exporting web service

2007-11-08 Thread Alejandro Castro
The only file on my project containing such string is web.xml on this servlet definition xfire org.codehaus.xfire.spring.XFireSpringServlet

Re: [appfuse-user] problem exporting web service

2007-11-07 Thread Dale Newfield
Alejandro Castro wrote: I'm using Appfuse 2.0 Did you look to see if you have a file someplace named "applicationContext-webservice.xml"? If it's not named that, it's still a file someplace where the beans are defined to set up the service(s). grep through your codebase for a file containi

Re: [appfuse-user] problem exporting web service

2007-11-07 Thread Alejandro Castro
I'm using Appfuse 2.0 I think I am missing some configuration somewhere, but I haven't been able to find where to put such configuration ... have no clue of what am I missing :s On 11/7/07, Dale Newfield <[EMAIL PROTECTED]> wrote: > > Alejandro Castro wrote: > > [fanaticofut] INFO [main] Jsr181Han

Re: [appfuse-user] problem exporting web service

2007-11-07 Thread Dale Newfield
Alejandro Castro wrote: [fanaticofut] INFO [main] Jsr181HandlerMapping.customizeService(150) | Exposing service {http://service.appfuse.org}UserService to /services/UserService but there's no similar message for the service I'm trying to export... That's the most revealing clue. The answe

[appfuse-user] problem exporting web service

2007-11-07 Thread Alejandro Castro
Hello, I´m trying to export a manager as a webservice. I´ve been following the whole appfuse guide to create my app. I already have my webapp working, but I need some methods to be exposed as web services. If I run my app as it is, I can access http://localhost:8080/services/UserService and http: