Richard M wrote:
> 
> 
> I also noticed that the populate methods in BaseDaoTestCase and
> BaseManagerTestCase are different. BaseDaoTestCase iterates through the
> resource bundle to build the map, BaseManagerTestCase uses
> "ConvertUtil.convertBundleToMap(rb)" to do the same. I substituted the
> ConvertUtil.convertBundleToMap(rb) in BaseDaoTestCase but it made no
> difference.
> 
> 
If I'am using 

        Map map = ConvertUtil.convertBundleToMap(rb);

        BeanUtils.copyProperties(obj, map);

from BaseManagerTestCase in the BaseDaoTestCase it works too. But it is
using BeanUtils from the Apache Commons package and not the Spring BeanUtils
class that seems to work not right.

Hope this helps so far

Frank-Michael
-- 
View this message in context: 
http://www.nabble.com/Bean-population-in-BaseDaoTestCase-%28Hibernate%29-tp16046539s2369p16263202.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to