[switchyard-issues] [JBoss JIRA] Created: (SWITCHYARD-351) targetNamespace being lost by switchyard plugin (ConfigMojo) during final switchyard.xml generation

David Ward (JIRA) jira-events at lists.jboss.org
Tue Jul 19 11:13:30 EDT 2011


targetNamespace being lost by switchyard plugin (ConfigMojo) during final switchyard.xml generation
---------------------------------------------------------------------------------------------------

                 Key: SWITCHYARD-351
                 URL: https://issues.jboss.org/browse/SWITCHYARD-351
             Project: SwitchYard
          Issue Type: Bug
          Components: configuration
    Affects Versions: 0.1
            Reporter: David Ward
            Assignee: David Ward
             Fix For: 0.2


Currently the merged configuration generator (ConfigMojo) does not seem to set the actual targetNamespace declared in the provided configuration. Say for e.g.,
<switchyard xmlns="urn:switchyard-config:switchyard:1.0"
            xmlns:swyd="urn:switchyard-config:switchyard:1.0"
            xmlns:trfm="urn:switchyard-config:transform:1.0"
            xmlns:bean="urn:switchyard-component-bean:config:1.0"
            xmlns:soap="urn:switchyard-component-soap:config:1.0"
            xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200912"
            targetNamespace="urn:switchyard-quickstart-demo:orders:0.1.0-SNAPSHOT"
            name="orders">
 
gets generated as
<switchyard xmlns="urn:switchyard-config:switchyard:1.0">
    <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" name="orders">
...
        <component name="OrderService">
            <service name="OrderService">
 
The targetNamespace is not included in switchyard Element.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the switchyard-issues mailing list