Hi Dan
I'm trying to pass an list as parameter to a method for consume in a WS but i get the error that does not support list as parameter. org.apache.isis.core.commons.exceptions.UnknownTypeException: collections not supported as parameters: domainapp.dom.simple.sequence.SequenceItemRepository#addItemsToSequence(domainapp.dom.simple.sequence.Sequence,java.util.List) What can i do to set an list instead of iterate object by object for persist?
