Re: svn commit: r1148432 - in /cxf/branches/2.4.x-fixes: ./ rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.java

2011-07-20 Thread Glen Mazza
On 07/19/2011 12:24 PM, a...@apache.org wrote: Author: ay Date: Tue Jul 19 16:24:58 2011 New Revision: 1148432 r1148257 | ay | 2011-07-19 11:39:56 +0200 (Tue, 19 Jul 2011) | 1 line build fix for jaxrs/ext/codegen/SourceGenerator Modified: cxf/branches/2.4.x-fixes/

Re: svn commit: r1148432 - in /cxf/branches/2.4.x-fixes: ./ rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.java

2011-07-20 Thread Sergey Beryozkin
Hi Glen @@ -583,7 +583,7 @@ public class SourceGenerator { for (int i = 0; i< responseEls.size(); i++) { String statusValue = responseEls.get(0).getAttribute("status"); try { -int status = statusValue.isEmpty

Re: New developer

2011-07-20 Thread Amish Gandhi
I had done my Master's project way back on web service transactions with Arjuna, before it merged with JBoss. But to begin with I probably need an understanding on how CXF works. So what you suggest seems like a good idea. I can start on some demos. Is there anywhere I can find more information on

回复: Re: New developer

2011-07-20 Thread qiuboboy
hi,you can understand cxf at http://cxf.apache.org/docs/cxf-architecture.html cxf's some document haven't synchronized with code ,but don't worry about it. 2011-07-21 qiuboboy 发件人: Amish Gandhi 发送时间: 2011-07-21 01:52 主 题: Re: New developer 收件人: dev@cxf.apache.org I had done my Master's p

Re: New developer

2011-07-20 Thread Sergey Beryozkin
Additionally, you can check the following sections: http://cxf.apache.org/docs/jax-ws.html http://cxf.apache.org/docs/jax-rs.html http://cxf.apache.org/docs/interceptors.html and check some demos in the distribution that should get you started On Wed, Jul 20, 2011 at 6:52 PM, Amish Gandhi wrote