users@glassfish.java.net

Re: Avoid Expunging ejb timer

From: <glassfish_at_javadesktop.org>
Date: Thu, 28 May 2009 06:54:47 PDT

> The timeout method call a session bean that call a
> webservice (localhost webservice).
> the webservice call is inside try catch block.
> the webservice call also other webservice(remote
> webservice, thirdy part webservice) and the
> port.method(..) that rise exception is inside a try
> catch block, but also exception isn't captured.
>
> I'm still missing something

So am I :-) From a Java SE perspective, the ejbTimeout implementation just makes some method call foo.bar(), right? Either that results in an exception or it doesn't. If it does, why won't the catch block apply?
[Message sent by forum member 'ksak' (ksak)]

http://forums.java.net/jive/thread.jspa?messageID=348091