2 Replies Latest reply on Apr 11, 2008 9:43 PM by zaya

    listShuttle selection: does it need concrete class def?

    zaya

      I'm using seam's hot deploy, my Item class is in a private classloader. When i'm using listShuttle, everything goes fine, except that when I chose anything in the target list, it throws ClassNotFoundException for the Item class in the List.

      If I just switch target and source without selection, it doesn't happen. The target elements are submitted as expected. So I'm wondering maybe it's a bug.

      Or do I have a way to disable selection? It happened even if I don't include targetSelection attribute.