[JBoss JIRA] Created: (JBESB-2054) Service and Category names accept only TitleCase throws "Unexpected EOF in prolog" when not so
by Magesh Kumar B (JIRA)
Service and Category names accept only TitleCase throws "Unexpected EOF in prolog" when not so
----------------------------------------------------------------------------------------------
Key: JBESB-2054
URL: https://jira.jboss.org/jira/browse/JBESB-2054
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.2.1 CP3
Environment: SOA-P 4.2.0.GA_CP02
Reporter: Magesh Kumar B
Priority: Minor
Attachments: simpleEsb.esb
When the service is declared as small case the EPR is not registered and the findEPR returns empty XML string. So the following exception is thrown:
Caused by: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
at [row,col {unknown-source}]: [1,0]
at com.ctc.wstx.sr.StreamScanner.throwUnexpectedEOF(StreamScanner.java:661)
at com.ctc.wstx.sr.BasicStreamReader.handleEOF(BasicStreamReader.java:2134)
at com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:2040)
at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1069)
at org.jboss.internal.soa.esb.util.stax.StreamHelper.skipToStartElement(StreamHelper.java:317)
at org.jboss.internal.soa.esb.addressing.helpers.EPRHelper.fromXMLString(EPRHelper.java:139)
See attached simpleEsb.esb
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 11 months
[JBoss JIRA] Created: (JBESB-1881) DataFiler errors on trunk
by Tom Cunningham (JIRA)
DataFiler errors on trunk
-------------------------
Key: JBESB-1881
URL: https://jira.jboss.org/jira/browse/JBESB-1881
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Management
Affects Versions: 4.4
Reporter: Tom Cunningham
Assignee: Tom Cunningham
Burr sees the following on trunk:
17:00:03,296 ERROR [DataFiler] ERROR - found type of java.lang.Integer for actio
n bytes failed
17:00:03,298 ERROR [DataFiler] ERROR - found type of java.lang.Integer for actio
n bytes processed
17:00:03,304 ERROR [DataFiler] ERROR - found type of java.lang.Integer for overa
ll bytes processed
17:00:03,307 ERROR [DataFiler] ERROR - found type of java.lang.Integer for overa
ll bytes failed
17:00:03,373 ERROR [DataFiler] ERROR - found type of java.lang.Integer for testS
tore bytes failed
17:00:03,375 ERROR [DataFiler] ERROR - found type of java.lang.Integer for setup
Key bytes failed
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 11 months
[JBoss JIRA] Created: (JBESB-1813) Add support for property injection in jboss-esb.xml
by Naveen Malik (JIRA)
Add support for property injection in jboss-esb.xml
---------------------------------------------------
Key: JBESB-1813
URL: http://jira.jboss.com/jira/browse/JBESB-1813
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Deployment
Affects Versions: 4.2.1
Reporter: Naveen Malik
This came about from a discussion on the port defined for a HTTP listener. As it is today, the value must be hard coded in the jboss-esb.xml file, which is part of the esb archive. This makes it hard to configure when moving between environments without changing that file and rebuilding the archive. We would like to move this type of configuration into external properties. I propose using system properties and the ModulePropertyManager provided by JBoss ESB, adding a new module named "action".
I will provide a patch for this feature today or tomorrow.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 11 months