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