Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 1.26
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
...but the JAXB runtime handles it fine.
BUILD FAILED /workspace/prj/build-docs.xml:63: org.codehaus.enunciate.contract.validation.ValidationException: (unknown source position): Accessor requiredGroupIds of com.HelloWorld: Unknown xml type for class: java.util.HashSet<java.lang.Long>. If this is a class that is already compiled, you either need to specify an 'api-import' element in the configuration file, or your class needs to be explicitly exported. See the FAQ ( http://tinyurl.com/cte3oq ) for details.
I don't even know how to describe the XML of an ArrayList<HashSet<Long>>. JAXB apparently doesn't either, since it appears to output empty XML. Because I think this is a JAXB bug (in that it doesn't report an error), I'm closing this as a "won't fix".