RE: [JBoss-user] OOM wrapped in UndeclaredThrowable

2004-01-30 Thread Scott M Stark
Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sebastian Hauer Sent: Wednesday, January 28, 2004 10:59 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] OOM wrapped

RE: [JBoss-user] OOM wrapped in UndeclaredThrowable

2004-01-28 Thread Scott M Stark
Its simply a wrapping of the exception resulting from a reflected call that is not a subclass of java.lang.Exception. Its possible that this is an exception marshalled back to a client and that the OOM is occuring on the server. Scott Stark Chief Technology Officer JBoss

RE: [JBoss-user] OOM wrapped in UndeclaredThrowable

2004-01-28 Thread Sebastian Hauer
Hi Scott, Its simply a wrapping of the exception resulting from a reflected call that is not a subclass of java.lang.Exception. That is what I thought but if that would be the case wouldn't it be wrapped inside a InvocationTargetException? I than assumed it could maybe be caused by a