Jibx unable to load unmarshaller class

J

Jimmy

Hi there,

I'm getting the following exception ...

Unable to load unmarshaller class
com.home.JiBX_Component_1_0MyInstance_access
org.jibx.runtime.JiBXException: Unable to load unmarshaller class
com.home.JiBX_Component_1_0MyInstance_access
at
org.jibx.runtime.impl.UnmarshallingContext.getUnmarshaller(Unknown
Source)
at
org.jibx.runtime.impl.UnmarshallingContext.getUnmarshaller(Unknown
Source)
at
org.jibx.runtime.impl.UnmarshallingContext.unmarshalElement(Unknown
Source)
:

All classpaths have set up properly and problem occurs in the code ...

IBindingFactory factory = BindingDirectory.getFactory(someName,
someClazz);
UnmarshallingContext context = (UnmarshallingContext)
factory.createUnmarshallingContext();
context.setFromContext(someContext);
Object obj = context.unmarshalElement(); // jibx exception threw
here

Does anyone have any idea?

Thanks,
Jimmy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,608
Members
45,241
Latest member
Lisa1997

Latest Threads

Top