Fw: [equinox-dev] [prov] Equinox p2 builds

2007-12-06 Thread DJ Houghton
The build infrastructure that we put into place worked last night (yah!) but it seems that the resulting agent zips from 9pm (eastern) on-wards are mostly empty, containing only a profile registry. I will start to look into this but if you have any ideas of what might have been released between 6

[equinox-dev] Configuration Admin bug

2007-12-06 Thread Laidlaw, Don
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

Re: [equinox-dev] Configuration Admin bug

2007-12-06 Thread Simon Kaegi
Thank Don. I've created a bug report to track this. https://bugs.eclipse.org/bugs/show_bug.cgi?id=212168 -Simon [EMAIL PROTECTED] wrote on 12/06/2007 12:31:22 PM: In org.eclipse.equinox.cm.internal.ConfigurationAdminFactory at line 812. The line: if

Re: [equinox-dev] Configuration Admin bug

2007-12-06 Thread Laidlaw, Don
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

Re: [equinox-dev] Configuration Admin bug

2007-12-06 Thread Simon Kaegi
Don, Could you provide a more detailed test case. The code specifically checks for a null BundleLocation so I suspect you're getting an NPE for another reason. The code has been significantly refactored so that the relevant check I think you're referring to is now in

Fw: [equinox-dev] [prov] Equinox p2 builds

2007-12-06 Thread DJ Houghton
The problem has been fixed and the 2007121609 build has completed error-free and is currently being pushed to the servers. - Forwarded by DJ Houghton/Ottawa/IBM on 12/06/2007 04:18 PM -

Re: [equinox-dev] Configuration Admin bug

2007-12-06 Thread Laidlaw, Don
Oops, I made a mistake in the last run. I did not notice that there were two cm bundles loaded and I was continuing to bind to the other one. The new cm bundle provided by Thomas does not have the problem. But I did notice one thing. When I changes the bundle for cm to the new bundle, the old

[equinox-dev] [prov] UI for accepting licenses and license management

2007-12-06 Thread Susan_M_Franklin/Beaverton/IBM%IBMUS
I just released a first pass at the UI for showing licenses. It is pretty similar to what the current UpdateManager doesa license page in the install or update wizard that lets you look at the licenses for what you are proposing to install, and a radio button for accepting the licenses.