From: Petra D. <Pet...@ec...> - 2011-10-12 16:35:34
|
Hi Leo, Hmm, strange, it parses for me. Maybe it is a problem with encoding or something. You can re-create the file on your system by just generating the ZML file (with type annotations) for standard_toolkit and then renaming it to toolkit. Cheers, Petra On 13/10/11 05:23, Leo Freitas wrote: > Hi Petra, > > That's interesting. The XML itself wasn't even parsing (!) I was getting the error > > "javax.xml.bind.UnmarshalException - with linked exception: [org.xml.sax.SAXParseException: Content is not allowed in prolog.]" > > within the command exception. That's interesting... I don't know where this is coming from (e.g., don't know about XML parsers); > but I do know that ZML without type information does parse no problem (e.g., see examples in parser-zeves/*.zml)..... This error > message sounds suspicious to me. Perhaps something wrong in the Jaxb XML generation involving types? Perhaps the fact > the typechecker constructs different Type implementations from Corejava? I don't know.... :-( > > Best, > Leo |