I know, that there is nothing "wrong" the way it is working, it would just make life a lot easier for those people working with Flex.
Chris -----Ursprüngliche Nachricht----- Von: Benson Margulies [mailto:[email protected]] Gesendet: Freitag, 27. März 2009 11:53 An: [email protected] Betreff: Re: Anoying problems with string2stringMap and Aegis databinding Also, consider compatibility, and that type names without icaps are completely standard-conforming. On Fri, Mar 27, 2009 at 6:52 AM, Benson Margulies <[email protected]>wrote: > Version? A JIRA please? > > > > > On Fri, Mar 27, 2009 at 4:44 AM, Christofer Dutz <[email protected]> wrote: > >> Also I am getting strange errors on the CXF side, when sending messages >> containing string2stringMaps: >> >> 65469 [btpool0-1] WARN org.apache.cxf.aegis.type.TypeUtil - >> xsi:type="{http://service.pgm.tiller.upw.de/}string2stringMap<http://service.pgm.tiller.upw.de/%7Dstring2stringMap>" >> was >> specified, but no corresponding Type was registered; no default. >> >> But as the data is correctly processed, I think I can live with that ;-) >> >> Chris >> >> >> >> >> -----Ursprüngliche Nachricht----- >> Von: Christofer Dutz [mailto:[email protected]] >> Gesendet: Freitag, 27. März 2009 09:38 >> An: [email protected] >> Betreff: Anoying problems with string2stringMap and Aegis databinding >> >> Hi, >> >> >> >> I am having a little problems with the automatically generated >> string2stringMap type. >> >> All of the types generated by CXF have names starting with capital >> letters. >> All but string2stringMap. >> >> This causes the Flex builder to have problems automatically generating >> clients for Webservices using this datatype. >> >> This is because the SOAPEncoder takes the class-name of the object and >> tries >> to resolve a type . of course it won't find a type String2stringMap. >> >> >> >> I currently solved the problem by creating my own CxfSoapEncoder, which >> simply returns "string2stringMap" when getting a String2stringMap object, >> but I can't think of it any more than a hack. >> >> >> >> Would it be a great problem to make CXF and Aegis generate types with >> names >> starting with capital letters? >> >> >> >> Chris >> >> >> >> __________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version >> 3968 >> (20090327) __________ >> >> E-Mail wurde geprüft mit ESET NOD32 Antivirus. >> >> http://www.eset.com >> >> >> >> __________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version >> 3968 >> (20090327) __________ >> >> E-Mail wurde geprüft mit ESET NOD32 Antivirus. >> >> http://www.eset.com >> >> >> > __________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version 3968 (20090327) __________ E-Mail wurde geprüft mit ESET NOD32 Antivirus. http://www.eset.com __________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version 3968 (20090327) __________ E-Mail wurde geprüft mit ESET NOD32 Antivirus. http://www.eset.com
