Re: [jira] Doc reorg

2007-03-15 Thread Guillaume Nodet
Looks quite nice, congrats :-) I'm not very keen on changing the underlying engine, but the folding menu on the left seems quite usable. As Philip noted, it would be a nice and easy enhancement ... Is anyone willing to take a look at writing css /javascript to have a nice folding menu for

Re: eip filter extension

2007-03-15 Thread Guillaume Nodet
Yeah, it should work. Even if not embedded in servicemix, though I would prefer to avoid hard dependencies on internal classes. The other solution is to do it with reflection, as done in AsyncBaseLifeCycle#findExecutorFactory If you can try to hide this hideous cast in a common parent class,

Re: eip filter extension

2007-03-15 Thread Thomas TERMIN
Guillaume, can I do this? if (isComponentContextImpl(getContext().getMBeanNames())) { ComponentContextImpl contextImpl =(ComponentContextImpl)getContext().getMBeanNames(); } or is it to dirty? I would have all information then. ;-) Guillaume Nodet wrote: Well, i think it will