Re: [jibx-users] collection Set JDK 1.4.2

2006-08-21 Thread Dennis Sosnoski
Hi Morgan, Glad you got through this okay. Instead of using the factory method, you can probably use the new (as of 1.1) create-type attribute on the collection (see http://jibx.sourceforge.net/details/binding-attributes.html#object). - Dennis Dennis M. Sosnoski SOA, Web Services, and XML

Re: [jibx-users] collection Set JDK 1.4.2

2006-08-18 Thread Morgan Rachell
Dennis Sosnoski dms at sosnoski.com writes: Hi Sandeep, Is the exception occurring during marshalling or unmarshalling? Also, I don't understand how you can get a ClassCastException with no further stack trace information - can you show exactly what you're getting? Thanks, -

[jibx-users] collection Set JDK 1.4.2

2006-01-11 Thread Sandeep Khanna
Hi All, Jibx binding compiler compiles fine with the following binding class declaration: mapping name=AsClient class=com.adminserver.dcl.ClientDcl ordered=false collection field=roles type=java.util.HashSet item-type=com.adminserver.dcl.RoleDcl name=PolicyRoles usage=optional/