Re: Configurable Extension Bundle system

2012-10-26 Thread Raymond Auge
Ok, it seems to be pretty clear that we just need to stick with a wrapper model, which is fine if not ideal but such is life. Thanks for your time, - Ray On Fri, Oct 26, 2012 at 10:56 AM, Karl Pauls wrote: > On Fri, Oct 26, 2012 at 4:24 PM, Raymond Auge > wrote: > > Ok, I think I'm totally mak

Re: Configurable Extension Bundle system

2012-10-26 Thread Karl Pauls
On Fri, Oct 26, 2012 at 4:24 PM, Raymond Auge wrote: > Ok, I think I'm totally making a mess of this conversation. I'm not so sure. I think you might need to state your goal and use-case more concretely :-) > So, if you bare with me, let's go back to the original issue as stated by > my colleagu

Re: Configurable Extension Bundle system

2012-10-26 Thread Raymond Auge
Ok, I think I'm totally making a mess of this conversation. So, if you bare with me, let's go back to the original issue as stated by my colleague Miguel who listed this bit of code: Felix.m_secureAction.addURLToURLClassLoader(Felix.m_secureAction.createURL( Felix.m_secureAction.createURL(null, "

Re: Configurable Extension Bundle system

2012-10-26 Thread Richard S. Hall
On 10/26/12 09:21 , Raymond Auge wrote: On Fri, Oct 26, 2012 at 8:52 AM, Felix Meschberger wrote: Hi, Am 25.10.2012 um 17:15 schrieb Raymond Auge: Hello All, I'd like to bump this issue as it appears to be a problem not only with Felix, but also with Equinox and I'd like to clarify the issu

Re: Configurable Extension Bundle system

2012-10-26 Thread Karl Pauls
On Fri, Oct 26, 2012 at 3:47 PM, Raymond Auge wrote: > So, finally, so everyone is a little more clear on the proposal it might > look like this (but not preclude the existing behaviour, being controlled > by properties as suggested earlier) > > e.g. 2 > - classloader[a] loads felix[a] > - felix[a

Re: Configurable Extension Bundle system

2012-10-26 Thread Raymond Auge
So, finally, so everyone is a little more clear on the proposal it might look like this (but not preclude the existing behaviour, being controlled by properties as suggested earlier) e.g. 2 - classloader[a] loads felix[a] - felix[a] searches in classloader[a] for "felix" extensions - felix[a] cont

Re: Configurable Extension Bundle system

2012-10-26 Thread Felix Meschberger
Hi Am 26.10.2012 um 15:21 schrieb Raymond Auge: > On Fri, Oct 26, 2012 at 8:52 AM, Felix Meschberger wrote: > >> Hi, >> >> Am 25.10.2012 um 17:15 schrieb Raymond Auge: >> >>> Hello All, >>> >>> I'd like to bump this issue as it appears to be a problem not only with >>> Felix, but also with Eq

Re: Configurable Extension Bundle system

2012-10-26 Thread Raymond Auge
On Fri, Oct 26, 2012 at 8:52 AM, Felix Meschberger wrote: > Hi, > > Am 25.10.2012 um 17:15 schrieb Raymond Auge: > > > Hello All, > > > > I'd like to bump this issue as it appears to be a problem not only with > > Felix, but also with Equinox and I'd like to clarify the issue. > > > > It appears t

Re: Configurable Extension Bundle system

2012-10-26 Thread Raymond Auge
On Fri, Oct 26, 2012 at 8:37 AM, Karl Pauls wrote: > On Thu, Oct 25, 2012 at 5:15 PM, Raymond Auge > wrote: > > Hello All, > > > > I'd like to bump this issue as it appears to be a problem not only with > > Felix, but also with Equinox and I'd like to clarify the issue. > > > > It appears that e

Re: Configurable Extension Bundle system

2012-10-26 Thread Felix Meschberger
Hi, Am 25.10.2012 um 17:15 schrieb Raymond Auge: > Hello All, > > I'd like to bump this issue as it appears to be a problem not only with > Felix, but also with Equinox and I'd like to clarify the issue. > > It appears that even though an OSGi framework can be embedded, it does not > appear the

Re: Configurable Extension Bundle system

2012-10-26 Thread Karl Pauls
On Thu, Oct 25, 2012 at 5:15 PM, Raymond Auge wrote: > Hello All, > > I'd like to bump this issue as it appears to be a problem not only with > Felix, but also with Equinox and I'd like to clarify the issue. > > It appears that even though an OSGi framework can be embedded, it does not > appear th

Re: Configurable Extension Bundle system

2012-10-25 Thread Raymond Auge
Hello All, I'd like to bump this issue as it appears to be a problem not only with Felix, but also with Equinox and I'd like to clarify the issue. It appears that even though an OSGi framework can be embedded, it does not appear there is any protection from the case where it is embedded within an

Re: Configurable Extension Bundle system

2012-10-02 Thread Miguel Angel Pastor Olivar
Karl, I have created this ticket: https://issues.apache.org/jira/browse/FELIX-3696 Let me know if I can help in some way. Thx!! On 2 October 2012 10:05, Karl Pauls wrote: > On Tue, Oct 2, 2012 at 9:47 AM, Miguel Angel Pastor Olivar > wrote: > > Ok, > > > > First of all sorry for not being to

Re: Configurable Extension Bundle system

2012-10-02 Thread Karl Pauls
On Tue, Oct 2, 2012 at 9:47 AM, Miguel Angel Pastor Olivar wrote: > Ok, > > First of all sorry for not being too explicit. I will try to give some more > details: > > >- I am embedding Apache Felix (and Equinox because I would like to >switch depending on the application server I am runnin

Re: Configurable Extension Bundle system

2012-10-02 Thread Miguel Angel Pastor Olivar
Ok, First of all sorry for not being too explicit. I will try to give some more details: - I am embedding Apache Felix (and Equinox because I would like to switch depending on the application server I am running on). - - The xalan ExtensionHandler executes something like this: Object

Re: Configurable Extension Bundle system

2012-10-02 Thread Karl Pauls
> I am using Apache Felix as the internal OSGI container inside a webapp. The > extension bundle manager adds the extension loader to the classloader which > is causing me many headaches because some thirty-part libraries. What is the problem exactly? If you don't have any extension bundles, why w