Re: module builders/deployers in plugins

2008-03-12 Thread David Jencks
On Mar 12, 2008, at 10:45 AM, Jarek Gawor wrote: 2) The AdminObjectRefBuilder is always trying to process _all_ resource-env-ref entries (AdminObjectRefBuilder is just an example in this case). However, as things evolve (Java EE 5 -> 6) and new resource env. types are added, it does not sca

Re: module builders/deployers in plugins

2008-03-12 Thread Jarek Gawor
> >> 2) The AdminObjectRefBuilder is always trying to process _all_ > >> resource-env-ref entries (AdminObjectRefBuilder is just an > >> example in > >> this case). However, as things evolve (Java EE 5 -> 6) and new > >> resource env. types are added, it does not scale to keep updating >

Re: module builders/deployers in plugins

2008-03-11 Thread David Jencks
On Mar 11, 2008, at 9:15 AM, Jarek Gawor wrote: Does anybody have any thoughts on this? Both are important to the concurrency work but 2) is a little more important as I can't integrate the concurrency code with Geronimo without disabling some other functionality. Thanks, Jarek On Wed, Feb 20

Re: module builders/deployers in plugins

2008-03-11 Thread Jarek Gawor
Does anybody have any thoughts on this? Both are important to the concurrency work but 2) is a little more important as I can't integrate the concurrency code with Geronimo without disabling some other functionality. Thanks, Jarek On Wed, Feb 20, 2008 at 4:12 PM, Jarek Gawor <[EMAIL PROTECTED]> w

module builders/deployers in plugins

2008-02-20 Thread Jarek Gawor
I have a couple of questions about module builders/deployers and plugin support in Geronimo: 1) I have a plugin that contains a NamingBuilder. Once I install this plugin, that NamingBuilder will not be called during module deployment until I 'register' it with the NamingBuilders gbean (e.g. in plu