Sounds like a bug to me. Can you please enter an issue in JIRA and
describe the precise steps to reproduce? If you attach a patch, I can
guarantee it'll go into the next release. ;-)

Matt

On Mon, Mar 24, 2008 at 4:12 PM, Frank-Michael Jaeschke
<[EMAIL PROTECTED]> wrote:
>
>
>  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]
>
>

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

Reply via email to