I need some help regarding the following issue with JAXB 2.1.
Sample: I\'ve created a SpecialPerson class that extends a abstract class Person. Now I want to transf
I posted another solution with complete code here
JAXB External Custom Binding XJC Issue - Parsing results in empty node
in case you are interested.