
| Key: |
HJMS-77
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Colin Crist
|
| Reporter: |
Joris
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
HermesJMS
Created: 21/Aug/08 09:57 AM
Updated: 18/Aug/09 04:19 AM
|
|
| Component/s: |
GUI
|
| Affects Version/s: |
1.13
|
| Fix Version/s: |
1.14
|
|
|
Environment:
|
Windows XP Service Pack 2
|
|
|
Below the queue there are 5 views: Payload, Header, toString, Hex and XML. I have to use XML most of the time, which works great in 1.12. However, in 1.13, it shows this error message:
org.xml.sax.SAXParseException: Content is not allowed in trailing section.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at hermes.util.XmlUtils.prettyPrintXml(XmlUtils.java:76)
at hermes.util.XmlUtils.prettyPrintXml(XmlUtils.java:49)
at hermes.renderers.XMLMessageRenderer.render(XMLMessageRenderer.java:70)
at hermes.browser.components.MessagePayloadPanel.setMessage(MessagePayloadPanel.java:90)
at hermes.browser.actions.BrowserAction.valueChanged(BrowserAction.java:896)
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
at javax.swing.DefaultListSelectionModel.setSelectionInterval(Unknown Source)
at hermes.browser.actions.BrowserAction$7.run(BrowserAction.java:801)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
It can't be anything with the XML file itself, because in 1.12 it still works fine.
|
|
Description
|
Below the queue there are 5 views: Payload, Header, toString, Hex and XML. I have to use XML most of the time, which works great in 1.12. However, in 1.13, it shows this error message:
org.xml.sax.SAXParseException: Content is not allowed in trailing section.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at hermes.util.XmlUtils.prettyPrintXml(XmlUtils.java:76)
at hermes.util.XmlUtils.prettyPrintXml(XmlUtils.java:49)
at hermes.renderers.XMLMessageRenderer.render(XMLMessageRenderer.java:70)
at hermes.browser.components.MessagePayloadPanel.setMessage(MessagePayloadPanel.java:90)
at hermes.browser.actions.BrowserAction.valueChanged(BrowserAction.java:896)
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
at javax.swing.DefaultListSelectionModel.setSelectionInterval(Unknown Source)
at hermes.browser.actions.BrowserAction$7.run(BrowserAction.java:801)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
It can't be anything with the XML file itself, because in 1.12 it still works fine. |
Show » |
|
|
Is there a fix to this problem. I am currently getting the same issue.
Cheers