Re: [PROPOSAL] Make Lifecycle mandatory rather than optional

2010-02-15 Thread Mark Thomas
On 15/02/2010 14:42, Konstantin Kolinko wrote: Thanks for the feedback. All my comments below are preliminary ideas I have had whilst trying to figure out how best to clean this up. Nothing is absolute at this stage but whichever way I thought of things adding Lifecycle to Container always seemed

Re: [PROPOSAL] Make Lifecycle mandatory rather than optional

2010-02-15 Thread Filip Hanik - Dev Lists
+1 works for me On 02/15/2010 03:23 AM, Mark Thomas wrote: Currently, Lifecycle is an optional interface for components. I'd like to make it mandatory for Server, Service and Container. My reasons for this are: 1. Much of the current implementation depends on Lifecycle (e.g. JNDI, configuration

Re: [PROPOSAL] Make Lifecycle mandatory rather than optional

2010-02-15 Thread Konstantin Kolinko
2010/2/15 Mark Thomas : > Currently, Lifecycle is an optional interface for components. I'd like > to make it mandatory for Server, Service and Container. +1, Let's make it mandatory. I agree with 1.,2.,3. of your reasons. Cannot comment on 4. as I do not know that subject. Is there any outline

[PROPOSAL] Make Lifecycle mandatory rather than optional

2010-02-15 Thread Mark Thomas
Currently, Lifecycle is an optional interface for components. I'd like to make it mandatory for Server, Service and Container. My reasons for this are: 1. Much of the current implementation depends on Lifecycle (e.g. JNDI, configuration) and breaks if the component doesn't implement Lifecycle 2.