Details
Description
A webservice method that returns a Set results in java.lang.ClassCastException: java.util.LinkedHashSet cannot be cast to java.util.List.
The problem seems related to asm because when asm is removed from the classpath the exception does not occur.