The deserialization of a client proxy for a stateful session bean fails in JBoss AS. It appears to be serializing Microkernel classes in the object graph which are naturally not available to the classloader of the test application during deserialization.
This is demonstrated by test org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest.testSerializeSFSB().
- relates to
-
JBAS-8293 JBossSessionObjectReference and JBossSessionBeanDescriptorAdaptor are not serializable due to presence of DeploymentUnit
- Closed