> On Jul 12, 2006, at 10:43 AM, Henrik Østerlund Gram wrote:
> > Took me forever to find this too by the way; I think it's a
> > terribly bad idea to not propagate exceptions back up the callstack.
>
> In this case, I agree. Exceptions that occur synchronously should be
> propagated. There's also a good argument for the unified place to
> receive all exceptions though :)
As in being able to do something like System.setExceptionTarget("/dev/null") in
any application just to avoid handling exceptions or declaring them thrown
where appropriately? :) Maybe there is a valid argument for it in some cases,
although I honestly cannot think of one right now.
> > java.lang.NoSuchMethodError:
> > org.apache.mina.common.TransportType.getEnvelopeType()Ljava/lang/
> > Class;
> >
> > at org.apache.mina.common.support.AbstractIoFilterChain
> > $1.filterWrite(AbstractIoFilterChain.java:122)
> >
> > at
> > org.apache.mina.common.support.AbstractIoFilterChain.callPreviousFilte
> > rWrite(AbstractIoFilterChain.java:583)
>
> Do you have an older MINA version on your classpath?
Nope. This is my first face-off with MINA and she's killing me.
Cheers :)
Henrik