On Tue, Mar 23, 2010 at 04:04, Joe Bohn <[email protected]> wrote:

> Guilluame,
>
> It seems that there is at least one issue with this change that I've
> noticed in our sample assemblies regarding the jndi bundle (see the error
> below).  I'm not sure if there are any more but I suspect that there are.
>  Perhaps we need to find some mechanism to verify that the generated bundles
> are consistent after a global change such as this.
>
>
Ideally, integration tests should catch those errors I'd say.  I don't
really see a better mechanism.


> In the case of jndi, it seems that we are ending up with a manifest for the
> jndi bundle that now includes an import-package for
> 'org.osgi.service.jndi.services' that did not exist prior to the change.
>  This is really strange because it seems that the intention of the original
> configuration was preserved with the change (with the
> 'org.osgi.service.jndi.services' specified in the export-package - perhaps
> the omission of the import-package * is somehow related? - but changing that
> didn't seem to help).  However that import-package was not included in the
> generated manifest prior to this change.  In my case, simply removing this
> package from the export package in the pom resulted in it being removed from
> the import in the generated bundle manifest and resolved the issue when
> starting the jndi bundle.  That got me to some more error on the sample
> bundles that I think are also related to this change.
>
> I also think it would be helpful to provide some more information on
> structure of the properties for this function that should be used in various
> scenarios - either on the dev list, in the JIRA, or on the wiki.   It seems
> that some of the properties are very similar in name and function but are
> apparently fulfilling different purposes such as 'aries.osgi.import' vs.
> 'aries.osgi.import.pkg' and 'aries.osgi.export' vs. 'aries.osgi.export.pkg'.
>
> Yeah, i'll take some time to do that.  I may start by putting some doc on
the parent pom itself.

>
> For reference here is the current error when attempting to start the jndi
> bundle.  You can see the same error starting either the Blog or AriesTrader
> sample equinox assemblies.
>
> org.osgi.framework.BundleException: The bundle could not be resolved.
> Reason: Missing Constraint: Import-Package: org.osgi.service.jndi.services;
> version="0.0.0"
>        at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1313)
>        at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1297)
>        at
> org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:309)
> etc...
>
>
I'll try to fix that one asap.


>
>
> --
> Joe
>
>
> [email protected] wrote:
>
>> Author: gnodet
>> Date: Mon Mar 22 16:28:46 2010
>> New Revision: 926162
>>
>> URL: http://svn.apache.org/viewvc?rev=926162&view=rev
>> Log:
>> ARIES-262: Use properties to configure the bundle plugin manifest
>> generation instead of configuring the plugin in each pom
>>
>>  <snip/>
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Reply via email to