Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-641

Incompatibility of TreeSet for @Bulk.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • core-1.3.0
    • core-1.4.0
    • Core
    • None

    Description

      Incompatibility of TreeSet for @Bulk.
      ActionPanel assumes that standalone lists are of type of type java.util.List.
      Trying to do a bulk delete operation on a treeset of an entity throws an class cast exception

      java.util.TreeSet cannot be cast to java.util.List
      org.apache.isis.viewer.wicket.ui.components.actions.ActionPanel$ResultType#asList(ActionPanel.java:460)
      org.apache.isis.viewer.wicket.ui.components.actions.ActionPanel$ResultType#determineFor(ActionPanel.java:446)
      org.apache.is

      Attachments

        Activity

          People

            danhaywood Daniel Keir Haywood
            dgkris Deepak Krishnan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: