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(De
faultTypeCreator.java:43)
Not sure whats wrong here. Anyone seen this before?
 
Jon

Reply via email to