Re: Configurable Extension Bundle system

2012-10-26 Thread Karl Pauls
On Thu, Oct 25, 2012 at 5:15 PM, Raymond Auge raymond.a...@liferay.com 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

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 there is

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 fmesc...@adobe.comwrote: 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

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]

Re: Configurable Extension Bundle system

2012-10-26 Thread Karl Pauls
On Fri, Oct 26, 2012 at 3:47 PM, Raymond Auge raymond.a...@liferay.com 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

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 fmesc...@adobe.comwrote: 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

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 Karl Pauls
On Fri, Oct 26, 2012 at 4:24 PM, Raymond Auge raymond.a...@liferay.com 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

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 karlpa...@gmail.com wrote: On Fri, Oct 26, 2012 at 4:24 PM, Raymond Auge

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

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

Re: Configurable Extension Bundle system

2012-10-02 Thread Karl Pauls
On Tue, Oct 2, 2012 at 9:47 AM, Miguel Angel Pastor Olivar miguelinl...@gmail.com 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

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 karlpa...@gmail.com wrote: On Tue, Oct 2, 2012 at 9:47 AM, Miguel Angel Pastor Olivar miguelinl...@gmail.com wrote: Ok,