Re: [jibx-users] AbstractList UnsupportedOperationException

2008-02-04 Thread Dennis Sosnoski
All good, just so long as you don't go out on a limb. ;-) - Dennis Dennis M. Sosnoski SOA and Web Services in Java Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 Linus Kamb wrote: > Thanks Dennis. > > I

Re: [jibx-users] AbstractList UnsupportedOperationException

2008-02-04 Thread Linus Kamb
Thanks Dennis. I was barking up the wrong tree. Well, I was barking at the tree when I should have been looking at a branch. It was a collection of Enums inside the StationInfo that I was doing wrong somehow. Cleaning that all up made it happy. thanks, Linus Dennis Sosnoski wrote: > Hi L

Re: [jibx-users] AbstractList UnsupportedOperationException

2008-02-04 Thread Dennis Sosnoski
Hi Linus, First off, let me point out that you don't need the List factory methods in these classes. You can instead use create-type="java.util.ArrayList" on the element of the binding. Note that you don't need to worry about generics for this - Java 5 generics are essentially only a source c