Aegis binding

2007-05-29 Thread tog
Hiya I would like to know if there have been some changes regarding the Aegis binding recently (within a month or so) since I now get the following exception: Thanks Guillaume [EMAIL PROTECTED]:~/projects/groovy/cplx_groovyws/client$ groovy Client.groovy log4j:WARN No appenders could be

Spring/jaxws integration

2007-05-29 Thread John Pederzolli
This is a simple question, however I am having difficulty finding examples in the documentation; If I want to inject a Spring bean into a web service created via the jaxws configuration syntax how would i accomplish that? i.e in the hello world example below, how would I inject an arbitrary

Re: Aegis binding

2007-05-29 Thread Freeman Fang
Hi Tog, Would you please fill a jira issue and append your test case. I saw this ClassCastException several times in different mailthread these days. We need fix it up. Thanks very much Freeman tog wrote: Hiya I would like to know if there have been some changes regarding the Aegis binding

Re: Spring/jaxws integration

2007-05-29 Thread Brice Ruth
Instead of making the implementor a classname, provide the id-name of the spring bean and prepend # ... ie: implementor=#myBean That should do it. On 5/29/07, John Pederzolli [EMAIL PROTECTED] wrote: This is a simple question, however I am having difficulty finding examples in the

Re: rest (http-binding) w/ Spring?

2007-05-29 Thread Brice Ruth
Willem - This isn't quite working yet. It is when the servlet is deployed in the root context / - but otherwise, handleMessage() in DispatchInterceptor doesn't do the right thing on lines 54-59, so an exception is thrown about an invalid verb/method combination. Specifically, something like:

Re: rest (http-binding) w/ Spring?

2007-05-29 Thread Brice Ruth
I'd love to provide a patch, but there's so much indirection that I'm not sure where I could do something like req.getContextPath() to subtract that from address before the path/address comparison is made. -Brice On 5/29/07, Brice Ruth [EMAIL PROTECTED] wrote: Willem - This isn't quite

Re: Spring/jaxws integration

2007-05-29 Thread Dan Diephouse
Thanks for the addition Brice! I've been meaning to expand the configuration sections and how tos, so I will add this to my list to look into... - Dan On 5/29/07, Brice Ruth [EMAIL PROTECTED] wrote: Dan - I've added this: +++ To provide a bean name instead of a classname as an implementor,