Approximate release date for 2.3

2010-07-07 Thread Seumas Soltysik
What is the anticipated release date for 2.3?

2.2.x Build failure

2010-07-07 Thread Sergey Beryozkin
Hi I'm seeing the following build failure on the 2.2.x branch, in uncategorized system tests : [INFO] org.apache.cxf.wsdl11.WSDLRuntimeException: Fail to create wsdl definition from : file:/home/sberyozkin/work/cxf/2.2.x/systests/uncategorized/src/test/resources/wsdl_systest/soap_fault.wsdl Cause

Re: 2.2.x Build failure

2010-07-07 Thread Alessio Soldano
I tried a mvn -Pfastinstall and it succeeded here. Alessio Sergey Beryozkin wrote: Hi I'm seeing the following build failure on the 2.2.x branch, in uncategorized system tests : [INFO] org.apache.cxf.wsdl11.WSDLRuntimeException: Fail to create wsdl definition from : file:/home/sberyozkin/work

Re: 2.2.x Build failure

2010-07-07 Thread Sergey Beryozkin
thanks Alessio - I did 'mvn clean install -Pfastinstall' - I'll try it again cheers, Sergey On Wed, Jul 7, 2010 at 6:47 PM, Alessio Soldano wrote: > I tried a mvn -Pfastinstall and it succeeded here. > > Alessio > > > Sergey Beryozkin wrote: > >> Hi >> >> I'm seeing the following build failure

Re: [GSOC] Simple and lightweight HTML-based browser for surveying Apache CXF logs

2010-07-07 Thread Sergey Beryozkin
Hi Tomasz thanks - I'll be evaluating the demo these weekends, sorry, won't be able to get to it earlier, but I'll do it in time so that we can prepare a mid term evaluation report I'd like to clarify the role of StaticContentServlet.java. I'm a bit concerned about users having to add this servle

RE: [GSOC] Simple and lightweight HTML-based browser for surveying Apache CXF logs

2010-07-07 Thread Ram Maddela
HI Friends, Could you please send me an example for SOAP message body encryption with CXF? Actually I am using the third party web service which was developed using Apache CXF. I found some example online, but it's kind of complicated to understand. Thanks Ram.K.Maddela Office: 952-988-1490 Ce

Re: 2.2.x Build failure

2010-07-07 Thread Sergey Beryozkin
Still failing for me, I'm using Java 6.0 though, Sergey On Wed, Jul 7, 2010 at 9:25 PM, Sergey Beryozkin wrote: > thanks Alessio - I did 'mvn clean install -Pfastinstall' - I'll try it > again > > cheers, Sergey > > > On Wed, Jul 7, 2010 at 6:47 PM, Alessio Soldano wrote: > >> I tried a mvn -Pfa

Re: [Important] Apache CXF security advisory CVE-2010-2076

2010-07-07 Thread FlorianK
Hi, is there any reason why the advisory cannot be found on cve.mitre.org or if we look it up it has no details: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2010-2076 Florian -- View this message in context: http://cxf.547215.n5.nabble.com/Important-Apache-CXF-security-advisory-CVE-2010

Re: [GSOC] Simple and lightweight HTML-based browser for surveying Apache CXF logs

2010-07-07 Thread Tomasz Oponowicz
Hi Sergey, On Wed, Jul 7, 2010 at 10:40 PM, Sergey Beryozkin wrote: > thanks - I'll be evaluating the demo these weekends, sorry, won't be able to > get to it earlier, but I'll do it in time so that we can prepare a mid term > evaluation report I hope you will enjoy. > I'd like to clarify the r

Re: [JiBX DataBinding] Code generation API

2010-07-07 Thread Nilupa Bandara
Thanks for making the API more user friendly. I will checkout the latest from JiBX CVS repository. Nilupa On Wed, Jul 7, 2010 at 4:56 AM, Dennis Sosnoski wrote: > I've restructured the JiBX code generation from schema to make it easier to > use from other tools. Nilupa, you should be able to us

Re: [GSOC] Simple and lightweight HTML-based browser for surveying Apache CXF logs

2010-07-07 Thread Sergey Beryozkin
Hi Tomasz you're doing very well and there's absolutely no need to apologize :-). Please take your time, this GSOC project is an important project but I personally do not expect the result be of the very top quality, no one can do it from the first try :-) See, I'm not proposing to write a new se

Re: [JiBX DataBinding] Code generation API

2010-07-07 Thread Nilupa Bandara
On Wed, Jul 7, 2010 at 4:56 AM, Dennis Sosnoski wrote: > I've restructured the JiBX code generation from schema to make it easier to > use from other tools. Nilupa, you should be able to use this to integrate > JiBX code and binding generation in with CXF's code generation from WSDL. > > JiBX cod

Re: [GSOC] Simple and lightweight HTML-based browser for surveying Apache CXF logs

2010-07-07 Thread Tomasz Oponowicz
Hi Sergey, On Wed, Jul 7, 2010 at 11:51 PM, Sergey Beryozkin wrote: > Hi Tomasz > > you're doing very well and there's absolutely no need to apologize :-). > Please take your time, this GSOC project is an important project but I > personally do not expect the result be of the very top quality, no

Re: 2.2.x Build failure

2010-07-07 Thread jim ma
I am using java6 and there is no problem for me on Fedora . java version "1.6.0_17" Java(TM) SE Runtime Environment (build 1.6.0_17-b04) Java HotSpot(TM) Server VM (build 14.3-b01, mixed mode) I did not find failures in cxf hudson : http://hudson.zones.apache.org/hudson/view/CXF. Which jdk ver

Re: [JiBX DataBinding] Code generation API

2010-07-07 Thread Dennis Sosnoski
Nilupa Bandara wrote: Quick clarification, the CodeGen.generate(..)[1] method is a private method. Is that intentional ? Nope. :-) Corrected in CVS. - Dennis