Hello,
I am using jaxp, jibx and hibernate for posting data into database.
I wrote a utility which will generate the jibx binding-file from xml schema but I have a problem with collections hibernate tools will convert the collections into plural I used this
http://os.coretxt.net.nz/code/utils/inflector.java.txt utility to convert collection to plural but it not working, I mean this convert only for nouns.
It will be helpful if anybody give me more know how on this.
I can't use jibx's xsdtojibx tool because it has limitations
Thanks in advance