[switchyard-issues] [JBoss JIRA] (SWITCHYARD-732) add-reference forge command looks up the component service name instead of component name and does not allow wsdl interface type

Mario Antollini (JIRA) jira-events at lists.jboss.org
Wed Apr 11 14:49:47 EDT 2012


Mario Antollini created SWITCHYARD-732:
------------------------------------------

             Summary: add-reference forge command looks up the component service name instead of component name and does not allow wsdl interface type
                 Key: SWITCHYARD-732
                 URL: https://issues.jboss.org/browse/SWITCHYARD-732
             Project: SwitchYard
          Issue Type: Bug
          Components: tooling
    Affects Versions: 0.4
            Reporter: Mario Antollini
             Fix For: 0.5


In core's SwitchYardPlugin.java:

Bug:
1) line 460 is looking up the component service name instead of component name. They are the same sometimes, but are not required to be
2) line 477 is not accepting wsdl interface types as is

Suggested Fix:
1) if we are taking the component name, then you need to search the config model for that component name
2) re-write as: if (!interfaceType.equals("java") && !interfaceType.equals("wsdl")) { 


--
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