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 problem; one of my domain objects "Article", has a List of "Category" objects. The list is untyped. Attempting to call the service gives me an exception with the following message: org.codehaus.xfire.XFireRuntimeException: Couldn't create type for property categories on class com.verisign.xfire.test.Article: Cannot create mapping for java.util.List, unspecified component type for interface java.util.List org.codehaus.xfire.aegis.type.DefaultTypeCreator.createCollectionType(DefaultTypeCreator.java:43) Not sure whats wrong here. Anyone seen this before? Jon