[Resin-interest] Resin 3.1 interceptors

2006-11-16 Thread Pablo Saavedra
Hi, I've been reading the documentation about IoC and AOP and there are some inconsistencies in the examples and the docs, so I'm not sure how to do what I want. Here it goes: I am exposing some REST web services using Resin 3.1 web-service tags. It works fine, but I'm using hibernate in my

[Resin-interest] JAX-WS handlers

2006-11-27 Thread Pablo Saavedra
Hi, I'm using Resin 3.1 snapshot, and I wanted to know if there's a way of using handlers with the JAX-WS web services. If so, where can I find the documentation for that? Thanks in advance. Pablo ___ resin-interest mailing list

Re: [Resin-interest] JAX-WS handlers

2006-11-27 Thread Pablo Saavedra
Ok, thanks a lot. 2006/11/27, Scott Ferguson [EMAIL PROTECTED]: On Nov 27, 2006, at 12:20 PM, Pablo Saavedra wrote: Hi, I'm using Resin 3.1 snapshot, and I wanted to know if there's a way of using handlers with the JAX-WS web services. If so, where can I find the documentation

Re: [Resin-interest] Resin 3.1 problems

2006-12-04 Thread Pablo Saavedra
I had the same problem and I solved it by making the path relative: resin:import path=../conf/app-default.xml/ I'm not sure if it was like this, though, for I'm in another machine at the moment. I'll look it up later and post the solution. Regards, Pablo. On 03/12/06, SommerJack [EMAIL

[Resin-interest] REST web servies using POST

2006-12-29 Thread Pablo Saavedra
Hi all, I'm using resin 3.1 snapshot (haven't upgraded yet), and I can't make rest web services work using post method. Is there any way it can be achieved? The service definitio is this: web-service class=example.HelloWorldImpl rest url-pattern/service/*/url-pattern

Re: [Resin-interest] contentType='x-application/xslt' - meaning hijacked?

2007-02-20 Thread Pablo Saavedra
Usually you define the filters first, and then the mappings, but I don't think you'll get any problem. That should work ok. Regards. On 20/02/07, John Steel [EMAIL PROTECTED] wrote: Pablo Saavedra wrote: The filter order is defined by the filter-mapping element in the web.xml. Make sure

Re: [Resin-interest] RV: Problem reading MyFaces jar

2007-04-12 Thread Pablo Saavedra
Have you added this listener listener listener-classorg.apache.myfaces.webapp.StartupServletContextListener /listener-class /listener to your web.xml? Regards, Pablo. On 11/04/07, RICARD MORE FARRES [EMAIL PROTECTED] wrote: Hello again, Anyone can help us? Do someone knows if there