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

Reply via email to