| RE: [eclipselink-users] Basic MOXy Question |
|
Hi Matt,
Both you and Blaise were dead on in your analysis of my
issue. Thanks for the help!
Regards,
Bill From: eclipselink-users-bounces@xxxxxxxxxxx [mailto:eclipselink-users-bounces@xxxxxxxxxxx] On Behalf Of Matt MacIvor Sent: Monday, July 28, 2008 4:18 PM To: EclipseLink User Discussions Subject: Re: [eclipselink-users] Basic MOXy Question This error usually indicates that there was no DefaultRootElement configured in your project that matches the root element of the XML document you're trying to unmarshal. Setting up the default root element would be done in step 7 of the How-To article. Is it possible you missed this step or the root element you specified contains a typo? If not, then if you can send your files, I can take a look and see if I can find the issue. -Matt Knotts, Bill wrote:
|