Ever have some raw XML that wasn't perfectly formed? I am talking about some XML that looks good, but lacks the old xmlns="http://...". It looks great to me, but run that through JAXB 2.0 and it says it's missing a URL...I believe its an unexpected root element exception.
I am a committer on OpenEJB and we are currently building an EJB 3.0 implementation. We decided to use JAXB 2.0 because its relatively lightweight (at least in comparison to other APIs such as XMLBeans). I ran into this small issue of well-formed XML when going through the persistence spec
Post comment (0)