jsr345-experts@ejb-spec.java.net

[jsr345-experts] AccessTimeout

From: Adam Bien <abien_at_adam-bien.com>
Date: Tue, 8 Nov 2011 22:50:56 +0100

HI *,

@AccessTimeout works exclusively for @Singletons.
@Stateless Session Beans could run to similar problems e.g. you can call a blocking method and block the particular instance forever.
This situation could be resolved with transaction-timeout, but only in case you are invoking the method in the scope of a transaction.

Any thoughts?

adam