Re: Extending gbean class loading capabilities to support extenders

2010-01-08 Thread David Jencks
I committed what I have so far in rev 897346. I modified the jetty and jasper builders to use it. The welcome app seems to work OK with it although there might be a problem with tomcat. thanks david jencks On Jan 8, 2010, at 10:41 AM, David Jencks wrote: On Jan 8, 2010, at 9:55 AM, Jare

Re: Extending gbean class loading capabilities to support extenders

2010-01-08 Thread David Jencks
On Jan 8, 2010, at 9:55 AM, Jarek Gawor wrote: David, Just a thought. We could "extend" the WAB manifest but generating and attaching a fragment bundle to the it with the additional imports, etc. I guess this would work, but it seems ugly. Anyway, is the reference you were thinking of a s

Re: Extending gbean class loading capabilities to support extenders

2010-01-08 Thread Jarek Gawor
David, Just a thought. We could "extend" the WAB manifest but generating and attaching a fragment bundle to the it with the additional imports, etc. Anyway, is the reference you were thinking of a symbolic name or bundle id or something else that gets resolved via service registry? This wasn't cl

Re: Extending gbean class loading capabilities to support extenders

2010-01-07 Thread Rick McGuire
David Jencks wrote: There's been some back channel discussion about what might be needed to support stuff like osgi rfc 66 web bundles in geronimo. One problem that appears with our current idea of setting up gbeans to "be" the web app is that for a WAB we can't modify the manifest to import

Extending gbean class loading capabilities to support extenders

2010-01-07 Thread David Jencks
There's been some back channel discussion about what might be needed to support stuff like osgi rfc 66 web bundles in geronimo. One problem that appears with our current idea of setting up gbeans to "be" the web app is that for a WAB we can't modify the manifest to import the gbean classes