Re: WS-SecurityPolicy in CXF 2.1.x, or just 2.2?

2008-11-26 Thread Glen Mazza
BTW, is UsernameToken Profile implemented yet via WS-SecurityPolicy or just the X.509 TP? Thanks, Glen dkulp wrote: > >> I would >> next like to test out the WS-SecurityPolicy configuration that Dan has >> done. Is it supported only on the CXF 2.2 branch or both 2.1.x and >> 2.2? > > Just

Re: Welcome David Bosschaert as latest CXF committer.....

2008-11-26 Thread David Bosschaert
Many thanks, Dan. Once I'm back from leave (early December) I am planning to continue to work on the Distributed OSGi stuff, with as main priorities changing the code to reflect the latest API's of the DOSGi spec (there have been some changes recently) and getting all things ready so that it can mo

Welcome David Bosschaert as latest CXF committer.....

2008-11-26 Thread Daniel Kulp
I just wanted to welcome David Bosschaert as our latest committer! His account is now all setup and karma granted. Commit away! -- Daniel Kulp [EMAIL PROTECTED] http://dankulp.com/blog

RE: Problem with cxf-bundle-minimal

2008-11-26 Thread Eoghan Glynn
> Is it the case for a big bundle too ? Well the big bundle pulls in a bunch of other org.apache.cxf.tools.wsdlto* packages, not just org.apache.cxf.tools.wsdlto.core. But obviously that's the right thing to do in the big bundle case, as all classes form the cxf-tools-wsdlto-* modules are act

Re: Problem with cxf-bundle-minimal

2008-11-26 Thread Sergey Beryozkin
Hi Eoghan In this case it looks like some other module recursively pulls in cxf-tools-wsdlto-* ... Is it the case for a big bundle too ? Cheers, Sergey - Original Message - From: "Eoghan Glynn" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 26, 2008 1:58 PM Subject: Problem with

Problem with cxf-bundle-minimal

2008-11-26 Thread Eoghan Glynn
Folks, For some reason the minimal bundle lists org.apache.cxf.tools.wsdlto.core in its Import- & Export-Package manifest headers, even though the cxf-tools-wsdlto-* modules are excluded from this bundle. The net result is an unresolved package error when the minimal bundle is installed. Any