Unexpected character '=' when using a JMS address endpoint
----------------------------------------------------------
Key: SYNAPSE-734
URL: https://issues.apache.org/jira/browse/SYNAPSE-734
Project: Synapse
Issue Type: Bug
Components: Endpoints
Affects Versions: 2.0
Environment: Ubuntu Linux 10.04 64bit
Reporter: Andrew Manson
Hello,
When trying to create a synapse JMS endpoint I get the following error:
SEVERE: Could not initialize Synapse :
com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '=' (code
61); expected a semi-colon after the reference for entity
'java.naming.factory.initial'
at [row,col {unknown-source}]: [116,147]
org.apache.axiom.om.OMException: com.ctc.wstx.exc.WstxUnexpectedCharException:
Unexpected character '=' (code 61); expected a semi-colon after the reference
for entity 'java.naming.factory.initial'
at [row,col {unknown-source}]: [116,147]
from the entry:
<endpoint>
<address
uri="jms:/SimpleStockQuoteService?transport.jms.ConnectionFactoryJNDIName=QueueConnectionFactory&java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory&java.naming.provider.url=tcp://localhost:61616&transport.jms.DestinationType=topic"
>
</address>
</endpoint>
Where <endpoint> is on line 115
I have found reference to a similar issue on the Ws02 website here
https://wso2.org/jira/browse/ESBJAVA-573
please let me know if you would like me to submit any more data.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]