Re: Webconsole/plugins and context path

2012-11-20 Thread Felix Meschberger
Hi, Am 19.11.2012 um 22:20 schrieb Raymond Auge: > In equinox, calling: > > final Bundle bundle = getBundleContext().getBundle( pathInfo.bundleId ); > > for bundleId = 0, what you get back is an instance of: > > org.eclipse.osgi.framework.internal.core.InternalSystemBundle > > which has this:

Re: Webconsole/plugins and context path

2012-11-19 Thread Raymond Auge
In equinox, calling: final Bundle bundle = getBundleContext().getBundle( pathInfo.bundleId ); for bundleId = 0, what you get back is an instance of: org.eclipse.osgi.framework.internal.core.InternalSystemBundle which has this: /** * Find the specified resource in this bundle. * This methods

Re: Webconsole/plugins and context path

2012-11-19 Thread Felix Meschberger
Hi Ray, Am 16.11.2012 um 23:04 schrieb Raymond Auge: > On Fri, Nov 16, 2012 at 4:49 PM, Felix Meschberger wrote: > >> Hi, >> >> Am 16.11.2012 um 22:36 schrieb Raymond Auge: >> >>> Ok, thank you Felix. >>> >>> Few things: >>> 1) I found a bug in our request dispatcher which was causing part of

Re: Webconsole/plugins and context path

2012-11-16 Thread Raymond Auge
On Fri, Nov 16, 2012 at 4:49 PM, Felix Meschberger wrote: > Hi, > > Am 16.11.2012 um 22:36 schrieb Raymond Auge: > > > Ok, thank you Felix. > > > > Few things: > > 1) I found a bug in our request dispatcher which was causing part of the > > issue. Fixed! > > 2) Equinox explictely returns null on a

Re: Webconsole/plugins and context path

2012-11-16 Thread Felix Meschberger
Hi, Am 16.11.2012 um 22:36 schrieb Raymond Auge: > Ok, thank you Felix. > > Few things: > 1) I found a bug in our request dispatcher which was causing part of the > issue. Fixed! > 2) Equinox explictely returns null on any attempt to get a resource from > the system bundle, which causes the Lice

Re: Webconsole/plugins and context path

2012-11-16 Thread Raymond Auge
Ok, thank you Felix. Few things: 1) I found a bug in our request dispatcher which was causing part of the issue. Fixed! 2) Equinox explictely returns null on any attempt to get a resource from the system bundle, which causes the LicenseServlet to return a 404. Top that off by a slightly annoying w

Re: Webconsole/plugins and context path

2012-11-16 Thread Felix Meschberger
Hi, Am 16.11.2012 um 16:06 schrieb Raymond Auge: > Since Felix has recently braught up the topic of webconsole and it's > plugins, I'd like to highlight that there is a general disrespect in these > of the context path assigned by the host application. I do not completely understand the problem.

Webconsole/plugins and context path

2012-11-16 Thread Raymond Auge
Since Felix has recently braught up the topic of webconsole and it's plugins, I'd like to highlight that there is a general disrespect in these of the context path assigned by the host application. While it's the common assumption that these are running at the root context path, this limits the us