You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Eoghan Glynn <eo...@progress.com> on 2008/11/26 14:58:39 UTC

Problem with cxf-bundle-minimal

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.

Anyone know why this unnecessary dependency is pulled into the bundle manifest? 

Cheers,
Eoghan 

RE: Problem with cxf-bundle-minimal

Posted by Eoghan Glynn <eo...@progress.com>.

> 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 actually included in the big bundle.

Whereas in the minimal bundle, *only* the org.apache.cxf.tools.wsdlto.core package is imported/exported. This causes a runtime failure as the package cannot be resolved due to the cxf-tools-wsdlto-* classes being excluded.

/Eoghan

-----Original Message-----
From: Sergey Beryozkin [mailto:sergey.beryozkin@progress.com]
Sent: Wed 11/26/2008 9:12 AM
To: dev@cxf.apache.org
Subject: Re: Problem with cxf-bundle-minimal
 
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" <eo...@progress.com>
To: <de...@cxf.apache.org>
Sent: Wednesday, November 26, 2008 1:58 PM
Subject: Problem with cxf-bundle-minimal



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.

Anyone know why this unnecessary dependency is pulled into the bundle manifest?

Cheers,
Eoghan




Re: Problem with cxf-bundle-minimal

Posted by Sergey Beryozkin <se...@progress.com>.
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" <eo...@progress.com>
To: <de...@cxf.apache.org>
Sent: Wednesday, November 26, 2008 1:58 PM
Subject: Problem with cxf-bundle-minimal



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.

Anyone know why this unnecessary dependency is pulled into the bundle manifest?

Cheers,
Eoghan