Re: eip filter extension

2007-03-28 Thread Guillaume Nodet
Sure, where ? Anyway, the project works in commit-then-review (CTR) mode as opposed to review-then-commit (RTC). So feel free to commit anything you want, and if there is any problem, we can discuss it and fix / modify / enhance / revert as needed. On 3/20/07, Thomas TERMIN <[EMAIL PROTECTED]>

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

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, th

eip filter extension

2007-03-12 Thread Thomas TERMIN
--- Begin Message --- On 3/12/07, Thomas TERMIN <[EMAIL PROTECTED]> wrote: Hello Guillaume, did you see my small patch in JIRA? Yeah, thx. The next days I will provide the patch for ComponentSupport related to the correlationID. I couln't make it up to now. Cool :-) Peter my colleague