Hi! Changed from v1.4->1.5 and a problem occured while reading the while with File reader. My file contains chars like ä and ö. I have tried to set the source's encoding to default/ISO 8859-1 but no luck so far. Same file worked with v1.4.
Error message:
ERROR-300: Transformer error
ERROR MESSAGE: Error evaluating transformer
com.webreach.mirth.model.converters.SerializerExce ption: org.xml.sax.SAXParseException: The entity "auml" was referenced, but not declared.
at com.webreach.mirth.model.converters.ER7Serializer. fromXML(ER7Serializer.java:157)
at com.webreach.mirth.model.converters.ER7Serializer. fromXML(ER7Serializer.java:50)
... etc.
Error message:
ERROR-300: Transformer error
ERROR MESSAGE: Error evaluating transformer
com.webreach.mirth.model.converters.SerializerExce ption: org.xml.sax.SAXParseException: The entity "auml" was referenced, but not declared.
at com.webreach.mirth.model.converters.ER7Serializer. fromXML(ER7Serializer.java:157)
at com.webreach.mirth.model.converters.ER7Serializer. fromXML(ER7Serializer.java:50)
... etc.
Comment