Resolving entities is not the job of JAXB's. It's the job of the underlying XML parser.
What you could do is:
- read the data yourself using DOM
- replace all unresolved entities by something you wish
- then, let JAXB handle the result
ivan_ivanovich_ivanoff
2009-06-22 23:09:57