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
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