I have xml which has value as .. It throwing exception while unmarshal using JAXB.. Error - javax.xml.bind.UnmarshalException:The element type "DB" must be terminated by the matching end-tag ""
xml string -
<Employee>
<source><DB></source>
</Employee>
P.S.- Here the DB is value, not tag
Any solution to handle it?