Pradeep Kumar
-
2012-07-25
- priority: 5 --> 9
We have been using dozer-3.2 for quite some time and it is working fine. When we upgraded to dozer-5.3.2 we are facing a problem where "we have a object (which we try to map to destination object) which has a class member inside it which in turn has a list member inside it. The mapperIF.map which we used so far has correctly copied the List values (Present inside class-> class -> List). But in latest dozer, we use mapper.map (as it is renamed), but this does not copy the list values. The dozer output says Dest value is null. But if i manually use the get/ set accessors of this object to set this list, it is working fine. So what should i do to make it work? I am using "commons-collections 3.2.1".