Re: [jibx-users] value-style=attribute bug

2007-03-04 Thread Dennis Sosnoski
Hi Varghese, You can just add style=element on the value name=data/ element. The value-style=... setting on a container just changes the default for all the child value elements; you can always override this on the individual value. - Dennis Dennis M. Sosnoski SOA and Web Services in Java

[jibx-users] value-style=attribute bug

2007-02-14 Thread Varghese C V
Given the class class Clazz{ int id; ListString dataSet; } The mapping below throws error during compile time mapping name=clazz class=Clazz value-style=attribute value name=id field=id/ collection name=dataSet field=dataSet item-type=java.lang.String