Re: [appfuse-user] Re: Custom binding of SELECT element

2007-12-15 Thread Alejandro Castro
Lukasz, I think what you need here is to crear a property editor for your Type class. you will then use "type" as your path instead of "type.id" since what you are actually setting is a type. your property editor will now how to set a type based on its id. you might want to check out this link fo

Re: [appfuse-user] Appfuse 2.0 "fullversion" Issue

2007-11-22 Thread Alejandro Castro
Hello, I read here http://appfuse.org/display/APF/AppFuse+Core+Classes that you should not change the package names of appfuse classes. That link applies specificly to core classes, but I assume that might me the same case of other classes in org.appfuse. Anyway, I think that can be done but it s

Re: [appfuse-user] Web services in Appfuse 2.0

2007-11-20 Thread Alejandro Castro
rvice?wsdl. I still get the same > "Page > not found" message. > I have commented out the gzipfilter in web.xml, and I have modified the > xfire-servlet.xml file to remove the default lazy loading. Still no luck. > I started the project with 2.0M4, and have followed the upg

Re: [appfuse-user] Web services in Appfuse 2.0

2007-11-20 Thread Alejandro Castro
Hey there, Base on the layout you provide, it seems you are using a basic prototype instead of the modular one. So what you need to do in order to use webservices is to follow the tutorial here http://appfuse.org/display/APF/Web+Services which is basically create a manager, use the annotations and

Re: [appfuse-user] Web services in Appfuse 2.0

2007-11-18 Thread Alejandro Castro
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. [cod

Re: [appfuse-user] Web services in Appfuse 2.0

2007-11-12 Thread Alejandro Castro
You are right Matt. That did the trick. I was registering my Manager as a GenericManager in the Spring context. That was why it wasn't exposed buy xfire. Thaks for your help! Alejandro On Nov 9, 2007 11:22 PM, Matt Raible <[EMAIL PROTECTED]> wrote: > The key step is at the bottom of the followin

Re: [appfuse-user] Web services in Appfuse 2.0

2007-11-09 Thread Alejandro Castro
wsdls isn't > getting run or perhaps is having a problem. I also don't see anything at > all in xfire-servlet.xml that refers to my new annotated services. I'll > keep you posted if I find out anything, would you do the same if you don't > mind? Good luck! >

Re: [appfuse-user] Web services in Appfuse 2.0

2007-11-08 Thread Alejandro Castro
g. > Matt > > On Nov 8, 2007, at 1:37 PM, Alejandro Castro wrote: > > 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 (

Re: [appfuse-user] Web services in Appfuse 2.0

2007-11-08 Thread Alejandro Castro
rs 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 direct

Re: [appfuse-user] Web services in Appfuse 2.0

2007-11-08 Thread Alejandro Castro
om 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 th

Re: [appfuse-user] Web services in Appfuse 2.0

2007-11-08 Thread Alejandro Castro
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

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 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: > &

[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: