[switchyard-issues] [JBoss JIRA] (SWITCHYARD-742) ComponentNameComposer should handle bad endpoint query string more gracefully

Keith Babo (JIRA) jira-events at lists.jboss.org
Wed Apr 25 20:50:17 EDT 2012


Keith Babo created SWITCHYARD-742:
-------------------------------------

             Summary: ComponentNameComposer should handle bad endpoint query string more gracefully
                 Key: SWITCHYARD-742
                 URL: https://issues.jboss.org/browse/SWITCHYARD-742
             Project: SwitchYard
          Issue Type: Bug
          Components: component-camel
    Affects Versions: 0.4
            Reporter: Keith Babo
             Fix For: 0.5


If you have something like this:

<to uri="switchyard://SomeService?foo"/>

Instead of this:

<to uri="switchyard://SomeService?operationName=foo"/>

ComponentNameComposer throws an ArrayIndexOutOfBounds exception.  Instead of doing that, we should report that the query string is bad.  Still a failure, but this will give the user more info to go on.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the switchyard-issues mailing list