JBoss Community

Problem during session bean calls since migration to JBoss 6 Final

created by Jerome Blanchard in EJB3 Development - View the full discussion

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.

Reply to this message by going to Community

Start a new discussion in EJB3 Development at Community