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

Can we skip this FruitList.java class creation and just have ListString
fruits be created as parent in parent object?

Thank you for the help!

Thanks,
Siva.
402-807-9989
--
___
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users


[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 am trying to import an xsd residing in a jar file.

Has anyone had success doing it?

Thanks,
Giriraj.
--
___
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users