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:
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
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
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
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
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
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.
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