Tag Archives: XML Parser
ConversionException when parsing XML with XStream: Element is not defined
XStream is an easy to use Java library to serialize objects to XML and back again. Yesterday I wanted to parse a XML document generated by a third party software with the following structure: <?xml version="1.0" encoding="UTF-8"?> <AuditTrail> <Entry type="ExecutionReport" … Continue reading
XPP3 pull-parser causing an ArrayIndexOutOfBoundsException: Google GWT with Eclipse, Maven and Hibernate
Today I lost almost two hours of productive work because I had problems compiling a simple Google GWT application. For software development I use Eclipse 3.4 (Ganymede) with the Maven Integration plugin. In case of GWT I also use the … Continue reading
Posted in Software Development
Tagged Ajax, Eclipse, GWT, Hibernate, Maven, XML Parser
Leave a comment