Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » Unmarshalling Problem in eclipse
Unmarshalling Problem in eclipse [message #13549] Thu, 06 March 2003 06:45 Go to next message
Eclipse UserFriend
Originally posted by: timmerin.singnet.com.sg

Hi, i am trying to unmarshal an xml file using eclipse. but i get the
error:

Unhandled exception caught in event loop.
Reason:
org/exolab/castor/xml/ValidationException
java.lang.NoClassDefFoundError: org/exolab/castor/xml/ValidationException

any idea what could be wrong?

thanks.
Re: Unmarshalling Problem in eclipse [message #13573 is a reply to message #13549] Thu, 06 March 2003 07:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: timmerin.singnet.com.sg

Just to add on to my first article, i imported the jar file from
castor.org. And this is the only external jar i'm using outside of the
plugins provided by eclipse.

Joanie GOh wrote:

> Hi, i am trying to unmarshal an xml file using eclipse. but i get the
> error:

> Unhandled exception caught in event loop.
> Reason:
> org/exolab/castor/xml/ValidationException
> java.lang.NoClassDefFoundError: org/exolab/castor/xml/ValidationException

> any idea what could be wrong?

> thanks.
Re: Unmarshalling Problem in eclipse [message #13594 is a reply to message #13573] Thu, 06 March 2003 12:58 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Joanie,

This has nothing to do with XSD, so I'm not sure why you are asking this
newsgroup.

This just looks like a classpath problem and I don't even know how you are
running you application. If you are really running it in Eclipse, then every
jar needs to be registered in a plugin.xml. Have a look at how
org.apache.xerces/plugin.xml does this.


Joanie Goh wrote:

> Just to add on to my first article, i imported the jar file from
> castor.org. And this is the only external jar i'm using outside of the
> plugins provided by eclipse.
>
> Joanie GOh wrote:
>
> > Hi, i am trying to unmarshal an xml file using eclipse. but i get the
> > error:
>
> > Unhandled exception caught in event loop.
> > Reason:
> > org/exolab/castor/xml/ValidationException
> > java.lang.NoClassDefFoundError: org/exolab/castor/xml/ValidationException
>
> > any idea what could be wrong?
>
> > thanks.
Re: Unmarshalling Problem in eclipse [message #565954 is a reply to message #13549] Thu, 06 March 2003 07:15 Go to previous message
Eclipse UserFriend
Originally posted by: timmerin.singnet.com.sg

Just to add on to my first article, i imported the jar file from
castor.org. And this is the only external jar i'm using outside of the
plugins provided by eclipse.

Joanie GOh wrote:

> Hi, i am trying to unmarshal an xml file using eclipse. but i get the
> error:

> Unhandled exception caught in event loop.
> Reason:
> org/exolab/castor/xml/ValidationException
> java.lang.NoClassDefFoundError: org/exolab/castor/xml/ValidationException

> any idea what could be wrong?

> thanks.
Re: Unmarshalling Problem in eclipse [message #565994 is a reply to message #13573] Thu, 06 March 2003 12:58 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
Joanie,

This has nothing to do with XSD, so I'm not sure why you are asking this
newsgroup.

This just looks like a classpath problem and I don't even know how you are
running you application. If you are really running it in Eclipse, then every
jar needs to be registered in a plugin.xml. Have a look at how
org.apache.xerces/plugin.xml does this.


Joanie Goh wrote:

> Just to add on to my first article, i imported the jar file from
> castor.org. And this is the only external jar i'm using outside of the
> plugins provided by eclipse.
>
> Joanie GOh wrote:
>
> > Hi, i am trying to unmarshal an xml file using eclipse. but i get the
> > error:
>
> > Unhandled exception caught in event loop.
> > Reason:
> > org/exolab/castor/xml/ValidationException
> > java.lang.NoClassDefFoundError: org/exolab/castor/xml/ValidationException
>
> > any idea what could be wrong?
>
> > thanks.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Unmarshalling Problem in eclipse
Next Topic:Design question about XSD editor
Goto Forum:
  


Current Time: Thu Apr 18 09:54:25 GMT 2024

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

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

Back to the top