On Monday 16 May 2011, Benson Margulies wrote: > Why not put the project that causes all the trouble onto github and > point to it from the JIRA?
I think that is an overkill. We have our tests in our local subversion and we don't want to get involved with git right now. I have attached the eclipse project (7K) and I can attach the war if you want (25MB) but I think this is too much. The too JIRAs are https://issues.apache.org/jira/browse/CXF-3526 https://issues.apache.org/jira/browse/CXF-3527 and I have one more issue that I don't know if you would like me to publish it as a JIRA or it is expected behavior. The problem is the following. // fail -- puts data into a hashmap instead of a SortedMap public Map<String, SortedMap<Integer, Integer>> testDirectComplexTreeMapResult(); I want to pass a SortedMap but Aegis always returns a HashMap. If this is not possible due to WSDL contraints (totally understandable and acceptable) an error or a warning message during deploy would be good to let me know that something is not right with the method instead of deploying and failing later with Cast exceptions in runtime. Thanks PS. please don't trim the CC list
