Re: [xfire-user] Cannot serialize List class

2007-06-10 Thread Ian Hendry
provided you can use a java 1.5 compiler you simply need to use JAXB and JSR181 annotations in your class files and type the list. e.g. List myList = bla bla bla NOTE: the < > are actually included in the syntax they are not optional in your services.xml define the service factory like so:

Re: [xfire-user] Cannot serialize List class

2007-06-08 Thread Ashok Madhavan
any collection object needs to be defined properly in an xml file or in an annotation. have a look here http://xfire.codehaus.org/Aegis+Binding regards ashok On 6/8/07, Poulton, Jonathan <[EMAIL PROTECTED]> wrote: Hi there, I'm writing further test applications with XFire and have found a p