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]>
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
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
--- 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