[jboss-dev-forums] [Design of POJO Server] - Re: Getting the whole cause stack of the deployment exceptio
alesj
do-not-reply at jboss.com
Mon Jun 29 16:54:21 EDT 2009
"pete.muir at jboss.org" wrote : Perhaps the ability to install a custom exception handler which get's notified on a context in error?
Yup, this doesn't sound bad.
I guess we can match an exact exception type or any that's in its sub class hierarchy.
This should be checked when we're unwinding the exception to its cause,
as you never know who all is wrapping the real cause.
We can probably also do a match on the MC contexts that are roots of the problem.
Wrt to having entire exception in IDE, I think we would need to change too much code,
in order to still properly display any useful info.
(we're already not the greatest there, but the issue is more complex than it looks like)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4240868#4240868
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4240868
More information about the jboss-dev-forums
mailing list