OrgUnitDTO doesn't have a List property does it? On 10/20/06, Ashok Madhavan <[EMAIL PROTECTED]> wrote:
Hi , I had a simple CRUD interface which i exposed using XFire. it worked great. Then i added a getOrganizationalUnits() which returns a List. i had added the MyInterfaceClass.aegis.xml in the same package as my interface. my interface and implementation stay in the same directory. Then i started getting the " org.codehaus.xfire.XFireRuntimeException Cannot create mapping for java.util.List".i do have the aegis.xml file as per in the documentation. Obviously i am missing something. <mappings> <mapping> <method name="getOrganizationalUnits"> <return-type componentType="com.xxx.yyy.OrgUnitDTO"/> </method> </mapping> </mappings> Any idea why i am getting this. thanks a lott. regards Ashok
--------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
