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