Thanks for your response, but this was not my problem. I try to rephrase:
I don't understand, why the Timer Information was not available, while the the timeout method was called.
My code is this:
--- SNIP ---
@SuppressWarnings("unused")
@Timeout
private void timerTriggered(final Timer timer) {
final Serializable info = timer.getInfo(); // <--- Here was the "javax.ejb.NoSuchObjectLocalException" thrown
// ...
}
--- SNAP --
How can this happen?
[Message sent by forum member 'hegalor']
http://forums.java.net/jive/thread.jspa?messageID=480034