anonymous wrote : 14:19:14,015 INFO [STDOUT] Exception in thread "Timer-3" | 14:19:14,015 INFO [STDOUT] javax.ejb.EJBException: Could not passivate; failed to save state; Cause | dByException is: | org.jboss.seam.example.issues.LoginBean | 14:19:14,015 INFO [STDOUT] at org.jboss.ejb3.cache.simple.StatefulSessionFilePersistenceManager | .passivateSession(StatefulSessionFilePersistenceManager.java:333) | 14:19:14,015 INFO [STDOUT] at org.jboss.ejb3.cache.simple.SimpleStatefulCache.passivate(SimpleS | tatefulCache.java:143) | 14:19:14,015 INFO [STDOUT] at org.jboss.ejb3.cache.simple.SimpleStatefulCache$SessionTimeoutTas | k.run(SimpleStatefulCache.java:92) | 14:19:14,015 INFO [STDOUT] at java.util.TimerThread.mainLoop(Timer.java:512) | 14:19:14,015 INFO [STDOUT] at java.util.TimerThread.run(Timer.java:462) | 14:19:14,015 INFO [STDOUT] java.io.NotSerializableException: org.jboss.seam.example.issues.LoginBean
This is a known bug in JBoss EJB3 that will be fixed in the next release. Workaround: make your SFSB serializable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916041#3916041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916041 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
