Hudson failure on CXF-DOSGi

2009-09-17 Thread David Bosschaert
Hi all, Hudson is failing on the CXF-DOSGi builds at the moment: http://hudson.zones.apache.org/hudson/view/CXF/job/CXF-DOSGi/81/console I'm a little baffled by the failure (mvn install works fine for me on both Linux and Windows) and it seems like it's related to Hudson itself. See stack trace b

Re: Hudson failure on CXF-DOSGi

2009-09-17 Thread Oisin Hurley
Could it be nexus and hudson maven plugin related? https://issues.sonatype.org/browse/NEXUS-2193 --oh

Re: Hudson failure on CXF-DOSGi

2009-09-17 Thread David Bosschaert
Looks like it could - has something in the setup changed over the last few days? The builds were fine yesterday. In my commit of today I didn't introduce any changes to the buildsystem or added dependencies. They were purely changes in java code... David 2009/9/17 Oisin Hurley > Could it be nex

Re: Hudson failure on CXF-DOSGi

2009-09-17 Thread Daniel Kulp
On Thu September 17 2009 10:49:23 am Daniel Kulp wrote: > They upgraded hudson to the latest version last night. That may have > caused it. I'll try updating dosgi build to maven 2.0.10 (it was using > 2.0.9) and seeing if that helps at all. If not, I'll need to send a note > to in...@. :-(

Re: Hudson failure on CXF-DOSGi

2009-09-17 Thread Daniel Kulp
They upgraded hudson to the latest version last night. That may have caused it. I'll try updating dosgi build to maven 2.0.10 (it was using 2.0.9) and seeing if that helps at all. If not, I'll need to send a note to in...@. :-( Dan On Thu September 17 2009 9:15:42 am David Bosschaert wrot

RE: Websphere and CXF

2009-09-17 Thread Aaron Ehrensberger
So, I've finally gotten back to this issue, with no luck. I have my .war file and I deploy it with the Deploy Web Services box unchecked. And I have ALL of my jars referenced individually in the classpath for reference libraries. I also have parent_last loading checked for my application. U

Re: How do I write and test a sample?

2009-09-17 Thread Christian Schneider
Hi Glen, I have found out that the common_build.xml file from the cxf samples already was prepared for a maven like directory structure. So I was able to simply rename my directories to src/main/java and src/main/resources and it worked. Dan also explained that I have to add extra dependencies

Re: How do I write and test a sample?

2009-09-17 Thread Glen Mazza
Normally, you're creating the SOAP client for somebody else's web service, so, yes, you'll have the code generation within the client's pom. My SOAP-client only example does that: http://www.jroller.com/gmazza/entry/creating_a_soap_client_with Creating a special jar for the wsdl-first example wa

Re: How do I write and test a sample?

2009-09-17 Thread Christian Schneider
Hi Glen, perhaps you can use what implemented some days ago. The following issues describe a way to read WSDLs from a maven repo or to write WSDLs to a maven repo. https://issues.apache.org/jira/browse/CXF-2276 https://issues.apache.org/jira/browse/CXF-2275 So you can specifiy that the WSDL f