Hi.
> Thanks Aleksei, that got me up and running. I'm unable to parse the
> schema I'm given, I receive a lot of errors like the following
>
> "[ERROR] XJC while parsing schema(s)
> file:/C:/development/pefcu/legacystatements/src/main/xsd/2001_IFX110.xsd[950,20]:
> org.xml.sax.SAXParseException: (Relevant to above error) another
> "BankAcctFeatLimitType" is generated from here.
>
> However I'm able to run it through the 2.0 plug-in successfully. Is
> there a configuration parameter I need to set?
No, you need to customize. Write an *.xjb file with bindings an put it into the
src/main/resource folder.
See also:
http://java.sun.com/webservices/docs/1.5/tutorial/doc/JAXBUsing4.html#wp148206
Bye.
/lexi