Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » Basic MOXy Question
Basic MOXy Question [message #376896] Mon, 28 July 2008 16:53 Go to next message
Eclipse UserFriend
Originally posted by: wrknotts.hotmail.com

I'm sure this is a pretty basic question but try as I might I can't seem
to get around it.

I am trying to work thru the TopLink OXM example
( http://www.oracle.com/technology/products/ias/toplink/techni cal/tips/ox/index.htm)
using EclipseLink and try as I might, I keep getting the same exception
each time...

"[Exception [EclipseLink-25008] (Eclipse Persistence Services - 1.0 (Build
1.0 - 20080707)): org.eclipse.persistence.exceptions.XMLMarshalException
Exception Description: A descriptor with default root element
{urn:customer-example}customer was not found in the project]"

1. I've created a JAR containing the sample classes from the TopLink
article.
2. I've walked thru all of the EclipseLink steps in the article with no
apparent difficulties

My problem starts when I attempting to run the test code from the article.

The jar containing the sample classes is on the classpath, as are the
following from EclipseLink:
eclipselink.jar
moxy/javax.activation_1.1.0.jar
moxy/javax.mail_1.4.0.jar
moxy/javax.xml.bind_2.0.0.jar
moxy/javax.xml.stream_1.0.0.jar
moxy/jaxb-impl.jar
moxy/jaxb-xjc.jar

In addition, the 'classes' directory from the EclipseLink sample project
is on the classpath, containing the following:
examples
CustomerProject.xml
examples.ox.model.Address.xml
examples.ox.model.Customer.xml
examples.ox.model.PhoneNumber.xml
sessions.xml

The required jaxb.properties resides under the 'examples/ox/model'
subdirectory above.

Exception is being thrown at the following line from the sample code:
Customer customer = (Customer) unmarshaller.unmarshal(file);

Any insight would be greatly appreciated!

Regards,
Bill
Re: Basic MOXy Question [message #377440 is a reply to message #376896] Tue, 29 July 2008 13:42 Go to previous message
Doug Clarke is currently offline Doug ClarkeFriend
Messages: 155
Registered: July 2009
Senior Member
Answer available on mailing list at:

http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg00 781.html
Previous Topic:PreUpdate not be called at merge
Next Topic:@NamedStoredProcedureQuery
Goto Forum:
  


Current Time: Sat Sep 21 15:10:22 GMT 2024

Powered by FUDForum. Page generated in 0.04667 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top