On Thu, Dec 9, 2010 at 12:19 AM, Ivan <[email protected]> wrote: > I found that there are many private and proected static methods in the > o.a.o.config.DeploymentLoader, it prevents to overrides those protected > methods in the subclass.. So is there any special reason for this ? If not, > I would like to remove those static key words.
I'm sure we can figure out a way to do what you need, but let's definitely not do more subclassing. The stateful container is subclassed in the geronimo-openejb-clustering-wadi module and it's always quite painful to make changes that don't break it. If you have any details on the overall goal, I'm sure we can find something clever. -David
