Could you please reopen bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=212168
And provide the stacktrace log using the latest version of the code and a
testcase to reproduce. Thanks.
Tom
From: "Laidlaw, Don" <[EMAIL PROTECTED]>
To: Equinox development mailing list <[email protected]>
Date: 12/06/2007 01:10 PM
Subject: Re: [equinox-dev] Configuration Admin bug
Yes, the problem still seems to be there in that version.
-Don
On 12/6/07 1:05 PM, "Thomas Watson" <[EMAIL PROTECTED]> wrote:
This has already been fixed in the latest version of CM. Can you try
the latest build at
http://download.eclipse.org/eclipse/equinox/drops/I20071204-1547/download.php?dropFile=org.eclipse.equinox.cm_1.0.0.v20071203.jar
Tom
"Laidlaw, Don" ---12/06/2007 11:32:36 AM---In
org.eclipse.equinox.cm.internal.ConfigurationAdminFactory at line
812.
From:
"Laidlaw, Don" <[EMAIL PROTECTED]>
To:
Equinox development mailing list <[email protected]>
Date:
12/06/2007 11:32 AM
Subject:
[equinox-dev] Configuration Admin bug
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 | [EMAIL PROTECTED]
_______________________________________________
equinox-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/equinox-dev
_______________________________________________
equinox-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/equinox-dev
Don Laidlaw | Sr. Research Engineer | Infor | office: 905-305-7307 |
mobile: 416-543-1085 | [EMAIL PROTECTED]
_______________________________________________
equinox-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/equinox-dev
<<inline: graycol.gif>>
<<inline: ecblank.gif>>
<<inline: 1B415961.gif>>
<<inline: 1B913833.gif>>
_______________________________________________ equinox-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/equinox-dev
