8 tests are failing on Windows

2011-05-16 Thread Sergey Beryozkin
Hi It seems there have been some regressions introduced recently [1] which show up on Windows, it could be to do with the fact the build path contains spaces, or may be it is some resource recycling issue. JAXRSSimpleSecurityTest passed for me yesterday, when I run all the jaxrs system tests, and

Re: CustomerService Project

2011-05-16 Thread Sergey Beryozkin
Hi Ryan I can see you trying very hard but I'm not sure what are trying to do with Customer, ICustomerState, and 10 other methods that you have there. I've only asked you to have Customer returning its state with the help of subresource locator, and I haven't asked it so that I can make this proje

Re: Custom Reuqest Param Name for Bean Request Object

2011-05-16 Thread Sergey Beryozkin
Yes, that URL is correct [1] Did you have problems checking it out ? If yes then it must've been a transient issue Cheers, Sergey [1] http://cxf.apache.org/source-repository.html On Fri, May 13, 2011 at 6:35 PM, Biju Nair wrote: > i don't see the SVN branch. > > I am trying to change in http:/

Re: Proxy server configuration at web services client side

2011-05-16 Thread Daniel Kulp
The CXF part of the communication looks completely correct. On the sending side, the proper Authorization and Proxy-Authorization headers are there. Thus, it looks like there should be an error or something on the server side that you would need to look at. Maybe an invalid username/passw

Re: Custom Reuqest Param Name for Bean Request Object

2011-05-16 Thread Biju Nair
Added the Map feature for service level and bean level. I was not able to check-in the files, so attaching the same. Following are the changes, Added Map Support to Rest Based Services -- Added InjectionUtils.injectIntoMap -- Added InjectionUtils.convertMultimapToMap -- Changed Signature of Injec