[jibx-users] JiBx code-gen tool creating class for List type.

2015-07-29 Thread Siva
Hi - The problem I am seeing is, JiBx code gen tool creates a class to hold list. For example if we have xsd with sequence of items, for Fruits, it creates FruitList.java class and inside it will create a property ListString fruits, and then supplies FruitList as property in the parent object.

[jibx-users] Referring to an xsd in a jar via import

2015-07-29 Thread Giriraj Bhojak
Hello, I have seen couple of posts in this forum where folks had issues doing xsd import for an xsd in a jar file. I went through the base-binding-test on github. In those examples, the xsd imports had the schema locations pointed to a web URL, meaning the xsds are available over the internet. I