Hi,

I am using XFire 1.2.4 with Spring 2.02 and Hibernate 3.

I have Value Object containing java.util.Set as follows:

public class Incident{
  int id;
  java.util.Set incidentDetails = new HashSet();
}

incidentDetails  contains collection of another Value object called
IncidentDetail

Now when I use saveIncident(Incident, incident) 

I am getting following exception:

Cannot create mapping for java.util.Set, unspecified component type for
property incidentDetails


I have a work around to use JSON String and marshal/unmarshal objects
accordingly.. But I am wondering is this a limitation of XFire ?

Thanks,

npm2001


-- 
View this message in context: 
http://www.nabble.com/Cannot-create-mapping-for-java.util.Set-tf3659911.html#a10226670
Sent from the XFire - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to