dd2spring throws SAXParseException if parameters are appended to a broker URL
-----------------------------------------------------------------------------

                 Key: UIMA-1495
                 URL: https://issues.apache.org/jira/browse/UIMA-1495
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
            Reporter: Burn Lewis
            Priority: Minor
             Fix For: 2.3AS


If a brokerURL includes ActiveMQ parameters, e.g.
  tcp://foo.com:61616?wireFormat.maxInactivityDuration=30000

we get:

org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 30 
in XML document from URL 
[file:C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/UIMAdd2springOutput6969751502912373687.xml]
 is invalid; nested exception is org.xml.sax.SAXParseException: Attribute value 
"qBroker_tcp_c__ss_foo.com_c_61616?wireFormat.maxInactivityDuration=30000" of 
type ID must be a name.
Caused by: org.xml.sax.SAXParseException: Attribute value 
"qBroker_tcp_c__ss_foo.com_c_61616?wireFormat.maxInactivityDuration=30000" of 
type ID must be a name.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to