I encounter problem calling SessionBean since I perform migration to JBoss 6 Final.
I have a session bean with Security Domain and I encounter marshalling exception on SecurityAssociationHandler class.
I'm able to lookup my remote session bean interface and get a reference on it but as soon as I try to make a call, I encounter this exception ;
java.io.InvalidClassException: org.jboss.security.auth.callback.SecurityAssociationHandler; class invalid for deserialization
I don't understand how it's possible... The same code was working in JBoss 6 M5.
My project is using maven and all dependencies are set up on JBoss 6 Final including client side reference to artefact : jboss-as-client 6.0.0.Final
Is somebody encounter the same problem or is it a configuration problem ?
Best regards, jérôme.