Menu

#106 Inheritance issue(s) with proxied data objects

closed
None
5
2007-09-27
2007-08-19
No

Refer to the unit tests that are failing in the net.sf.dozer.functional_tests.proxied package. It appears some mapping defs are being lost and is specified to CGLIB(or other) proxied data objects. I think checkForSuperTypeMappings() may contain the problem and is a good place to start.

Discussion

  • Matt Tierney

    Matt Tierney - 2007-08-20

    Logged In: YES
    user_id=1236069
    Originator: YES

    I fixed one of the issues in ClassMapFinder, but there are still failures

     
  • Matt Tierney

    Matt Tierney - 2007-08-20
    • assigned_to: nobody --> mhtierney
     
  • Matt Tierney

    Matt Tierney - 2007-08-20

    Logged In: YES
    user_id=1236069
    Originator: YES

    I applied some more fixes. 85% of failures have been resolved. I am guessing that the remaining ones will be tricky

     
  • Matt Tierney

    Matt Tierney - 2007-08-21

    Logged In: YES
    user_id=1236069
    Originator: YES

    Required refactoring to existing inheritance logic. Doc's need to be updated to account for changes in inheritance behavior.

    **NOTE** Folks using inheritance mappings will need to regression test thoroughly after upgrading to 4.1

     
  • Matt Tierney

    Matt Tierney - 2007-08-21
    • status: open --> pending
     
  • Franz Garsombke

    Franz Garsombke - 2007-09-27
    • status: pending --> closed
     

Log in to post a comment.