Build Error

2010-08-05 Thread Nithya Sivasubramanian
I am interested in contributing to CXF and I am in the process of setting up. I have checked out the source code. I tried to create a workspace for eclipse using mvn -Pfastinstall and I am getting the following build error [ERROR] BUILD ERROR [INFO]

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

2010-08-05 Thread Sergey Beryozkin
Hi Tomasz I've rebuilt the latest demo yesterday evening and run it but did not finish this email, sending now - as I've seen a reminder on the mentors list the code freeze is at 16 Aug. There are still few bits and pieces to improve but the progress is obvious. Here're the comments : 1. it's n

Re: OAuth client and server demos

2010-08-05 Thread Sergey Beryozkin
Hi Łukasz can you please fix checkstyle errors in the demo... Re the callback uri : I think one of the providers on the server is configured with the callback URI thanks, Sergey 2010/8/2 Łukasz Moreń > > > > Please update the demo so that the consume > > registers itself, plus supplies a call

Re: Build Error

2010-08-05 Thread Daniel Kulp
That artifact seems to be avail at: http://repo2.maven.org/maven2/org/apache/servicemix/servicemix-utils/1.1.0/ just fine, so you may want to grab it from there. That said: > java.net (http://download.java.net/maven/1), concerns me. We don't define that repo anywhere so I'm not sure why it

Re: CXF-2926

2010-08-05 Thread Daniel Kulp
The loadContextCatalogs is more of the "runtime" version that grabs the catalogs from the META-INF things at runtime.The loadCatalogs is more of a tooling thing. For the most part, for tooling things, I GREATLY prefer a tool failing to a warning being printed. For example: Let's say

Re: CXF-2926

2010-08-05 Thread Daniel Kulp
Oh, on a related note: Apparently some of the CXF unit tests hit the internet. (Specifically example.com.) I was trying to build things on the plane to Germany this week and ran into a problem when the onboard wifi returned the redirect page for the wifi login when the test ran. I THOUGHT I

Re: NullPointerException on code generation

2010-08-05 Thread Glen Mazza
I'd ask on the CXF user's list. raflik-nb wrote: How to fix that?

Re: Build Error

2010-08-05 Thread Andreas Veithen
On Thu, Aug 5, 2010 at 17:37, Daniel Kulp wrote: > > That artifact seems to be avail at: > http://repo2.maven.org/maven2/org/apache/servicemix/servicemix-utils/1.1.0/ > > just fine, so you may want to grab it from there. > > That said: >>   java.net (http://download.java.net/maven/1), > > > concer