Re: CXF trying to initialize while shutting down.

2011-05-11 Thread Jerome Revillard
Hi Dan, Thanks a lot for your help it works perfectly. Then I don't know if it was the same problem as the original one... Best, Jerome -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-trying-to-initialize-while-shutting-down-tp4359118p4386659.html Sent from the cxf-dev

Re: Custom Reuqest Param Name for Bean Request Object

2011-05-11 Thread Sergey Beryozkin
Hi On Tue, May 10, 2011 at 10:07 PM, Biju Nair biju74tec...@gmail.com wrote: Thanks for the reply. But in the first approach the client users has to follow Java naming conventions (espc a non-java client) right? Clients use user.name or user.address.value if they need to, the difference

Re: Custom Reuqest Param Name for Bean Request Object

2011-05-11 Thread Biju Nair
Thanks for the reply. Just for clarification, If I have a Employee bean as follows, class Employee{ String name; Address homeAddress; //getters and setters are there } class Address{ String line1; String line2; //getters and setters are there } there is a rest service as

Re: svn commit: r1100162 - /cxf/trunk/rt/core/src/main/java/org/apache/cxf/bus/spring/SpringBus.java

2011-05-11 Thread Alessio Soldano
Hi, On 05/11/2011 02:29 AM, Daniel Kulp wrote: I partially explained it in another message sitting in my outbox. (I'm on a cruise ship heading to Bermuda. Internet is 40 cents a minute for just better than dial up speed so I'm relying heavily on work offline mode) ;-) Basically, there are