There are a few longstanding issues with the Sun/Oracle JAXB in Java 6/7:
- its fairly broken XPath implementation (see http://java.net/jira/browse/JAXB-459 and http://java.net/jira/browse/JAXB-874 ).
The xpath expressions are evaluated against the XML document as it was when ...