Hello,I have a class A extending a class B. They are in two different jar, in the same ear.There is a problem when I serialize an instance of class A, class B (inherited fields) is not serialized.Is there a solution to prevent from that ?Thanks.