Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Configuration Admin bug

Thank Don.
I've created a bug report to track this.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=212168

-Simon

equinox-dev-bounces@xxxxxxxxxxx wrote on 12/06/2007 12:31:22 PM:

>
> In org.eclipse.equinox.cm.internal.ConfigurationAdminFactory at line 812.
>
> The line:
>             if (!config.getBundleLocation().equals(bundle.getLocation()))
>
> The config.getBundleLocation() can sometimes return null. This is
> especially true in a new factory configuration created by an admin
> bundle with a null location. So in this case it will throw NPE.
>
> The workaround is to always provide a location, but this is not
> required by the spec, and in fact you may want to create the
> configuration before the bundle is installed.
>
> Don Laidlaw | Sr. Research Engineer | Infor | office: 905-305-7307 |
> mobile: 416-543-1085 | don.laidlaw@xxxxxxxxx
> _______________________________________________
> equinox-dev mailing list
> equinox-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/equinox-dev



Back to the top