2 Replies Latest reply on Feb 4, 2005 4:48 AM by anders.hedstrom

    TimedObject problem

    anders.hedstrom

      Hi,

      I have a stateless sessionbean that implements TimedObject. When ejbTimeout is called it will read posts from my database and deserialize objects stored there at an earlier stage. But I get an exception, ClassNotFoundException....


      SQLException: Class not found: java.lang.ClassNotFoundException: No ClassLoaders found for: aaa.bbb.ccc.StoredObject while reading serialized object


      Why? Is there some configuration that I have missed? My TimedObject is started from another ejb in the same application.

      Cheers

      //Anders =)