Hi Scott, are sure that this isn't what it says it is ?  a classpath issue ? Before looking at anything else, I'd make sure that this weird extremely long-named class that jiBX generates is actually on the classpath.
 
 
If it's really not a classpath problem ... you're in trouble i suspect :}
 
Anyhow, hope I've helped out a bit at least ...
 
Angel
O:]
----- Original Message -----
Sent: Friday, July 30, 2004 7:30 PM
Subject: [jibx-users] TypedArrayMapper of Strings

I�m trying to write a binding that uses the org.jibx.extras.TypedArrayMapper to marshal/unmarchal an array of java.lang.String[].  The binding compiles OK, but I get the following exception when trying to run a test:

 

ERRORwriteXMLFile, org.jibx.runtime.JiBXException: Unable to access binding information for class boeing.engineering.leangi3.metadata.ClassInfo

Make sure classes generated by the binding compiler are available at runtime

Root cause: java.lang.ClassNotFoundException: JiBX_U__cvsProjects_ltk_src_boeing_engineering_leangi3_metadata_bindingFactory

 

Do I need a custom mapper for String to make this work, or could there be some other problem?

 

Thanks in advance,

 

Scott�

 

 

  <mapping class="java.lang.String[]" name="String[]"

      marshaller="org.jibx.extras.TypedArrayMapper"

      unmarshaller="org.jibx.extras.TypedArrayMapper"/>

 

Reply via email to