0 Replies Latest reply on May 11, 2003 8:42 PM by btarbox

    getting a proxy when I expect a real object

    btarbox

      I'm implementing the Value List Interator so I have a stateless bean creating a stateFul bean which calls an Entity bean to populate a list of Value Objects. Fine.

      Problem is when I extract objects from the list they are of type $Proxy. When I try to cast them to their 'real' type I get ClassCastException.

      All of the beans are in the same jar so I'm at a loss as to what to do next.

      Brian Tarbox