users@glassfish.java.net

Re: Failed to get Timer Info: Why it is deleted?

From: <glassfish_at_javadesktop.org>
Date: Thu, 12 Aug 2010 10:50:13 PDT

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