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
- [xfire-user] How to handle mapping for java.util.List Ashok Madhavan
- Re: [xfire-user] How to handle mapping for java.... Nicholas Marchalleck
- Re: [xfire-user] How to handle mapping for j... Ashok Madhavan
- Re: [xfire-user] How to handle mapping f... Ashok Madhavan
- Re: [xfire-user] How to handle mappi... Ashok Madhavan
