[jboss-user] [JBoss Seam] - Re: org.jboss.serial.exception.SerializationException

2007-08-22 Thread [EMAIL PROTECTED]
Nothing to do with Seam. Your SFSB has been serialized out of the container by EJB3 and when it comes to restore it, it can't because I guess Cipher isn't Serializable. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076807#4076807 Reply to the post :

[jboss-user] [JBoss Seam] - Re: org.jboss.serial.exception.SerializationException

2007-08-22 Thread [EMAIL PROTECTED]
Thats for the reply? I was assuming this was the problem... but not sure on how to fix it.. I could try to extend Cipher and add Serializable (not sure how much luck I would have). Or perhaps someone knows a better way? Can you propose a solution for this? View the original post :

[jboss-user] [JBoss Seam] - Re: org.jboss.serial.exception.SerializationException

2007-08-22 Thread [EMAIL PROTECTED]
private transient Cipher dcipher; will mean that it is ignored when doing serializing (but of course the value of dcipher will be lost when serialization occurs). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4077071#4077071 Reply to the post :

[jboss-user] [JBoss Seam] - Re: org.jboss.serial.exception.SerializationException

2007-08-21 Thread [EMAIL PROTECTED]
I just wonder about this... It does have bad effects if the page has timed out: Caused by: org.jboss.serial.exception.SerializationException: Could not create instance of javax.crypto.Cipher - javax.crypto.Cipher at