Description
When using a Set<MyClass> as a parameter for an action -> it throws an exception when using that action. The same works correctly when using List<MyClass>.
...
java.lang.IllegalArgumentException
argument type mismatch
sun.reflect.NativeMethodAccessorImpl#invoke0(null:-2)
sun.reflect.NativeMethodAccessorImpl#invoke(null:-1)
sun.reflect.DelegatingMethodAccessorImpl#invoke(null:-1)
java.lang.reflect.Method#invoke(null:-1)
org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract#invokeMethodElseFromCache(ActionInvocationFacetForDomainEventAbstract.java:408)
org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract$2#execute(ActionInvocationFacetForDomainEventAbstract.java:262)
org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract$2#execute(ActionInvocationFacetForDomainEventAbstract.java:223)
org.apache.isis.applib.services.iactn.Interaction#executeInternal(Interaction.java:173)
org.apache.isis.applib.services.iactn.Interaction#execute(Interaction.java:143)
...
Attachments
Issue Links
- contains
-
CAUSEWAY-1940 MultiSelect Action Invocation throws IllegalArgumentException
- Closed
-
CAUSEWAY-1331 If return a google guava collection from an autoComplete or choices, then throws exception due to unsupported classes.
- Closed
- relates to
-
CAUSEWAY-1932 Consolidation of Collection Utility classes
- Closed