You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Brady Johnson (JIRA)" <tu...@ws.apache.org> on 2007/07/11 23:54:04 UTC

[jira] Created: (TUSCANY-1423) There are no tools to verify or display tuscany services

There are no tools to verify or display tuscany services
--------------------------------------------------------

                 Key: TUSCANY-1423
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1423
             Project: Tuscany
          Issue Type: New Feature
          Components: C++ SCA
    Affects Versions: Cpp-M3
         Environment: All platforms
            Reporter: Brady Johnson
            Priority: Minor
             Fix For: Cpp-Next



According to Simon Laws thread "SCA Toys?" posted June 21, 2007, it would be very useful to have a set of utilities or toys for TuscanySCA.

I have created a toy for TuscanySCA C++ that loads tuscany services via SCARuntime() and displays their information. This would be very
useful for service development and verification.

Following is the application's help usage:

[bjohnson@pyramid4 bin]$ ./tuscanyServiceLoader -h

Usage
tuscanyDriver
        -ir Mandatory: Installation root where extensions are located: ${TUSCANY_SCACPP}
        -sr Mandatory: System root where projects are located: ${TUSCANY_SCACPP}/samples
        -sp Optional: System path
        -uri Optional: Base URI
        -dc Optional: Default Component name
        -model Optional: Display SCA Model Hierarchy
        -wsdl Optional: Display WSDL information
        -v Optional: Same as specifying both: -model and -wsdl


--------------------
Brady Johnson
Lead Software Developer - HydraSCA
Rogue Wave Software - brady.johnson@roguewave.com

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1423) There are no tools to verify or display tuscany services

Posted by "Brady Johnson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brady Johnson updated TUSCANY-1423:
-----------------------------------

    Attachment: tuscanyScaJira1423_update2.tar

This patch changes the build.xml file to work with the ant infrastructure started in :
    https://issues.apache.org/jira/browse/TUSCANY-1438

Included in this patch is an updated compile-targets.xml (from JIRA 1438) which 
adds the <cpp-build/> macro used by this build.xml.

The updated compile-targets.xml will be uploaded to JIRA 1438 soon.

--------------------
Brady Johnson
Lead Software Developer - HydraSCA
Rogue Wave Software - brady.johnson@roguewave.com



> There are no tools to verify or display tuscany services
> --------------------------------------------------------
>
>                 Key: TUSCANY-1423
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1423
>             Project: Tuscany
>          Issue Type: New Feature
>          Components: C++ SCA
>    Affects Versions: Cpp-M3
>         Environment: All platforms
>            Reporter: Brady Johnson
>            Priority: Minor
>             Fix For: Cpp-Next
>
>         Attachments: build.xml, main.cpp, tuscanyScaJira1423_update2.tar, TuscanyServiceLoader.cpp, TuscanyServiceLoader.cpp.model, TuscanyServiceLoader.h
>
>
> According to Simon Laws thread "SCA Toys?" posted June 21, 2007, it would be very useful to have a set of utilities or toys for TuscanySCA.
> I have created a toy for TuscanySCA C++ that loads tuscany services via SCARuntime() and displays their information. This would be very
> useful for service development and verification.
> Following is the application's help usage:
> [bjohnson@pyramid4 bin]$ ./tuscanyServiceLoader -h
> Usage
> tuscanyDriver
>         -ir Mandatory: Installation root where extensions are located: ${TUSCANY_SCACPP}
>         -sr Mandatory: System root where projects are located: ${TUSCANY_SCACPP}/samples
>         -sp Optional: System path
>         -uri Optional: Base URI
>         -dc Optional: Default Component name
>         -model Optional: Display SCA Model Hierarchy
>         -wsdl Optional: Display WSDL information
>         -v Optional: Same as specifying both: -model and -wsdl
> --------------------
> Brady Johnson
> Lead Software Developer - HydraSCA
> Rogue Wave Software - brady.johnson@roguewave.com

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1423) There are no tools to verify or display tuscany services

Posted by "Brady Johnson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brady Johnson updated TUSCANY-1423:
-----------------------------------

    Attachment: build.xml

Fixed a minor problem in previous build.xml

> There are no tools to verify or display tuscany services
> --------------------------------------------------------
>
>                 Key: TUSCANY-1423
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1423
>             Project: Tuscany
>          Issue Type: New Feature
>          Components: C++ SCA
>    Affects Versions: Cpp-M3
>         Environment: All platforms
>            Reporter: Brady Johnson
>            Priority: Minor
>             Fix For: Cpp-Next
>
>         Attachments: build.xml, main.cpp, TuscanyServiceLoader.cpp, TuscanyServiceLoader.h
>
>
> According to Simon Laws thread "SCA Toys?" posted June 21, 2007, it would be very useful to have a set of utilities or toys for TuscanySCA.
> I have created a toy for TuscanySCA C++ that loads tuscany services via SCARuntime() and displays their information. This would be very
> useful for service development and verification.
> Following is the application's help usage:
> [bjohnson@pyramid4 bin]$ ./tuscanyServiceLoader -h
> Usage
> tuscanyDriver
>         -ir Mandatory: Installation root where extensions are located: ${TUSCANY_SCACPP}
>         -sr Mandatory: System root where projects are located: ${TUSCANY_SCACPP}/samples
>         -sp Optional: System path
>         -uri Optional: Base URI
>         -dc Optional: Default Component name
>         -model Optional: Display SCA Model Hierarchy
>         -wsdl Optional: Display WSDL information
>         -v Optional: Same as specifying both: -model and -wsdl
> --------------------
> Brady Johnson
> Lead Software Developer - HydraSCA
> Rogue Wave Software - brady.johnson@roguewave.com

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1423) There are no tools to verify or display tuscany services

Posted by "Brady Johnson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brady Johnson updated TUSCANY-1423:
-----------------------------------

    Attachment: build.xml

I havent made a makefile yet, but am attaching an ant build file for now.

> There are no tools to verify or display tuscany services
> --------------------------------------------------------
>
>                 Key: TUSCANY-1423
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1423
>             Project: Tuscany
>          Issue Type: New Feature
>          Components: C++ SCA
>    Affects Versions: Cpp-M3
>         Environment: All platforms
>            Reporter: Brady Johnson
>            Priority: Minor
>             Fix For: Cpp-Next
>
>         Attachments: build.xml, main.cpp, TuscanyServiceLoader.cpp, TuscanyServiceLoader.h
>
>
> According to Simon Laws thread "SCA Toys?" posted June 21, 2007, it would be very useful to have a set of utilities or toys for TuscanySCA.
> I have created a toy for TuscanySCA C++ that loads tuscany services via SCARuntime() and displays their information. This would be very
> useful for service development and verification.
> Following is the application's help usage:
> [bjohnson@pyramid4 bin]$ ./tuscanyServiceLoader -h
> Usage
> tuscanyDriver
>         -ir Mandatory: Installation root where extensions are located: ${TUSCANY_SCACPP}
>         -sr Mandatory: System root where projects are located: ${TUSCANY_SCACPP}/samples
>         -sp Optional: System path
>         -uri Optional: Base URI
>         -dc Optional: Default Component name
>         -model Optional: Display SCA Model Hierarchy
>         -wsdl Optional: Display WSDL information
>         -v Optional: Same as specifying both: -model and -wsdl
> --------------------
> Brady Johnson
> Lead Software Developer - HydraSCA
> Rogue Wave Software - brady.johnson@roguewave.com

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1423) There are no tools to verify or display tuscany services

Posted by "Brady Johnson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brady Johnson updated TUSCANY-1423:
-----------------------------------

    Attachment: main.cpp
                TuscanyServiceLoader.cpp
                TuscanyServiceLoader.h

Attaching source code patch.

> There are no tools to verify or display tuscany services
> --------------------------------------------------------
>
>                 Key: TUSCANY-1423
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1423
>             Project: Tuscany
>          Issue Type: New Feature
>          Components: C++ SCA
>    Affects Versions: Cpp-M3
>         Environment: All platforms
>            Reporter: Brady Johnson
>            Priority: Minor
>             Fix For: Cpp-Next
>
>         Attachments: build.xml, main.cpp, TuscanyServiceLoader.cpp, TuscanyServiceLoader.h
>
>
> According to Simon Laws thread "SCA Toys?" posted June 21, 2007, it would be very useful to have a set of utilities or toys for TuscanySCA.
> I have created a toy for TuscanySCA C++ that loads tuscany services via SCARuntime() and displays their information. This would be very
> useful for service development and verification.
> Following is the application's help usage:
> [bjohnson@pyramid4 bin]$ ./tuscanyServiceLoader -h
> Usage
> tuscanyDriver
>         -ir Mandatory: Installation root where extensions are located: ${TUSCANY_SCACPP}
>         -sr Mandatory: System root where projects are located: ${TUSCANY_SCACPP}/samples
>         -sp Optional: System path
>         -uri Optional: Base URI
>         -dc Optional: Default Component name
>         -model Optional: Display SCA Model Hierarchy
>         -wsdl Optional: Display WSDL information
>         -v Optional: Same as specifying both: -model and -wsdl
> --------------------
> Brady Johnson
> Lead Software Developer - HydraSCA
> Rogue Wave Software - brady.johnson@roguewave.com

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1423) There are no tools to verify or display tuscany services

Posted by "Brady Johnson (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511888 ] 

Brady Johnson commented on TUSCANY-1423:
----------------------------------------

The -model option doesnt work yet, since there is no way to iterate over the components of a composite.
This will be possible when the following issue is fixed:
    https://issues.apache.org/jira/browse/TUSCANY-1422

--------------------
Brady Johnson
Lead Software Developer - HydraSCA
Rogue Wave Software - brady.johnson@roguewave.com



> There are no tools to verify or display tuscany services
> --------------------------------------------------------
>
>                 Key: TUSCANY-1423
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1423
>             Project: Tuscany
>          Issue Type: New Feature
>          Components: C++ SCA
>    Affects Versions: Cpp-M3
>         Environment: All platforms
>            Reporter: Brady Johnson
>            Priority: Minor
>             Fix For: Cpp-Next
>
>         Attachments: build.xml, main.cpp, TuscanyServiceLoader.cpp, TuscanyServiceLoader.h
>
>
> According to Simon Laws thread "SCA Toys?" posted June 21, 2007, it would be very useful to have a set of utilities or toys for TuscanySCA.
> I have created a toy for TuscanySCA C++ that loads tuscany services via SCARuntime() and displays their information. This would be very
> useful for service development and verification.
> Following is the application's help usage:
> [bjohnson@pyramid4 bin]$ ./tuscanyServiceLoader -h
> Usage
> tuscanyDriver
>         -ir Mandatory: Installation root where extensions are located: ${TUSCANY_SCACPP}
>         -sr Mandatory: System root where projects are located: ${TUSCANY_SCACPP}/samples
>         -sp Optional: System path
>         -uri Optional: Base URI
>         -dc Optional: Default Component name
>         -model Optional: Display SCA Model Hierarchy
>         -wsdl Optional: Display WSDL information
>         -v Optional: Same as specifying both: -model and -wsdl
> --------------------
> Brady Johnson
> Lead Software Developer - HydraSCA
> Rogue Wave Software - brady.johnson@roguewave.com

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1423) There are no tools to verify or display tuscany services

Posted by "Brady Johnson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brady Johnson updated TUSCANY-1423:
-----------------------------------

    Attachment: TuscanyServiceLoader.cpp.model

Now that the fix to be able to walk the SCA Model hierarchy has been applied, here is the change in the tool to walk the hierarchy.

Here is the output for the CppBigBank sample:

./tuscanyServiceLoader -ir ${TUSCANY_SCACPP} -sr ${TUSCANY_SCACPP}/samples/CppBigBank/deploy -model
System Included composite: bigbank.app
         Top Level Component: bigbank.AccountManagementComponent
                 Implemetation Composite: bigbank.AccountManagementComponent
                         Component: AccountDataServiceComponent
                                 Component Type: AccountDataServiceImpl
                                 Service: AccountDataService
                         Service: AccountService
                                 Component Type: AccountService
                                 Binding Type: http://www.osoa.org/xmlns/sca/1.0#WebServiceBinding
                         Component: AccountServiceComponent
                                 Component Type: AccountServiceImpl
                                 Service: AccountService
                                 Reference: accountDataService
                                 Reference: stockQuoteService
                         Component: StockQuoteServiceComponent
                                 Component Type: StockQuoteServiceImpl
                                 Service: StockQuoteService
                                 Reference: webService
                         Reference: StockQuoteWebService
                                 Component Type: StockQuoteWebService
                                 Binding Type: http://www.osoa.org/xmlns/sca/1.0#WebServiceBinding
                                 Service:

Services loaded correctly.



> There are no tools to verify or display tuscany services
> --------------------------------------------------------
>
>                 Key: TUSCANY-1423
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1423
>             Project: Tuscany
>          Issue Type: New Feature
>          Components: C++ SCA
>    Affects Versions: Cpp-M3
>         Environment: All platforms
>            Reporter: Brady Johnson
>            Priority: Minor
>             Fix For: Cpp-Next
>
>         Attachments: build.xml, main.cpp, TuscanyServiceLoader.cpp, TuscanyServiceLoader.cpp.model, TuscanyServiceLoader.h
>
>
> According to Simon Laws thread "SCA Toys?" posted June 21, 2007, it would be very useful to have a set of utilities or toys for TuscanySCA.
> I have created a toy for TuscanySCA C++ that loads tuscany services via SCARuntime() and displays their information. This would be very
> useful for service development and verification.
> Following is the application's help usage:
> [bjohnson@pyramid4 bin]$ ./tuscanyServiceLoader -h
> Usage
> tuscanyDriver
>         -ir Mandatory: Installation root where extensions are located: ${TUSCANY_SCACPP}
>         -sr Mandatory: System root where projects are located: ${TUSCANY_SCACPP}/samples
>         -sp Optional: System path
>         -uri Optional: Base URI
>         -dc Optional: Default Component name
>         -model Optional: Display SCA Model Hierarchy
>         -wsdl Optional: Display WSDL information
>         -v Optional: Same as specifying both: -model and -wsdl
> --------------------
> Brady Johnson
> Lead Software Developer - HydraSCA
> Rogue Wave Software - brady.johnson@roguewave.com

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1423) There are no tools to verify or display tuscany services

Posted by "Pete Robbins (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513219 ] 

Pete Robbins commented on TUSCANY-1423:
---------------------------------------

I have applied the latest attachment

> There are no tools to verify or display tuscany services
> --------------------------------------------------------
>
>                 Key: TUSCANY-1423
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1423
>             Project: Tuscany
>          Issue Type: New Feature
>          Components: C++ SCA
>    Affects Versions: Cpp-M3
>         Environment: All platforms
>            Reporter: Brady Johnson
>            Priority: Minor
>             Fix For: Cpp-Next
>
>         Attachments: build.xml, main.cpp, TuscanyServiceLoader.cpp, TuscanyServiceLoader.cpp.model, TuscanyServiceLoader.h
>
>
> According to Simon Laws thread "SCA Toys?" posted June 21, 2007, it would be very useful to have a set of utilities or toys for TuscanySCA.
> I have created a toy for TuscanySCA C++ that loads tuscany services via SCARuntime() and displays their information. This would be very
> useful for service development and verification.
> Following is the application's help usage:
> [bjohnson@pyramid4 bin]$ ./tuscanyServiceLoader -h
> Usage
> tuscanyDriver
>         -ir Mandatory: Installation root where extensions are located: ${TUSCANY_SCACPP}
>         -sr Mandatory: System root where projects are located: ${TUSCANY_SCACPP}/samples
>         -sp Optional: System path
>         -uri Optional: Base URI
>         -dc Optional: Default Component name
>         -model Optional: Display SCA Model Hierarchy
>         -wsdl Optional: Display WSDL information
>         -v Optional: Same as specifying both: -model and -wsdl
> --------------------
> Brady Johnson
> Lead Software Developer - HydraSCA
> Rogue Wave Software - brady.johnson@roguewave.com

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1423) There are no tools to verify or display tuscany services

Posted by "Brady Johnson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brady Johnson updated TUSCANY-1423:
-----------------------------------

    Attachment:     (was: build.xml)

> There are no tools to verify or display tuscany services
> --------------------------------------------------------
>
>                 Key: TUSCANY-1423
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1423
>             Project: Tuscany
>          Issue Type: New Feature
>          Components: C++ SCA
>    Affects Versions: Cpp-M3
>         Environment: All platforms
>            Reporter: Brady Johnson
>            Priority: Minor
>             Fix For: Cpp-Next
>
>         Attachments: build.xml, main.cpp, TuscanyServiceLoader.cpp, TuscanyServiceLoader.h
>
>
> According to Simon Laws thread "SCA Toys?" posted June 21, 2007, it would be very useful to have a set of utilities or toys for TuscanySCA.
> I have created a toy for TuscanySCA C++ that loads tuscany services via SCARuntime() and displays their information. This would be very
> useful for service development and verification.
> Following is the application's help usage:
> [bjohnson@pyramid4 bin]$ ./tuscanyServiceLoader -h
> Usage
> tuscanyDriver
>         -ir Mandatory: Installation root where extensions are located: ${TUSCANY_SCACPP}
>         -sr Mandatory: System root where projects are located: ${TUSCANY_SCACPP}/samples
>         -sp Optional: System path
>         -uri Optional: Base URI
>         -dc Optional: Default Component name
>         -model Optional: Display SCA Model Hierarchy
>         -wsdl Optional: Display WSDL information
>         -v Optional: Same as specifying both: -model and -wsdl
> --------------------
> Brady Johnson
> Lead Software Developer - HydraSCA
> Rogue Wave Software - brady.johnson@roguewave.com

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Resolved: (TUSCANY-1423) There are no tools to verify or display tuscany services

Posted by "Pete Robbins (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pete Robbins resolved TUSCANY-1423.
-----------------------------------

    Resolution: Fixed

I believe this is all applied now

> There are no tools to verify or display tuscany services
> --------------------------------------------------------
>
>                 Key: TUSCANY-1423
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1423
>             Project: Tuscany
>          Issue Type: New Feature
>          Components: C++ SCA
>    Affects Versions: Cpp-M3
>         Environment: All platforms
>            Reporter: Brady Johnson
>            Priority: Minor
>             Fix For: Cpp-Next
>
>         Attachments: build.xml, main.cpp, tuscanyScaJira1423_update2.tar, TuscanyServiceLoader.cpp, TuscanyServiceLoader.cpp.model, TuscanyServiceLoader.h
>
>
> According to Simon Laws thread "SCA Toys?" posted June 21, 2007, it would be very useful to have a set of utilities or toys for TuscanySCA.
> I have created a toy for TuscanySCA C++ that loads tuscany services via SCARuntime() and displays their information. This would be very
> useful for service development and verification.
> Following is the application's help usage:
> [bjohnson@pyramid4 bin]$ ./tuscanyServiceLoader -h
> Usage
> tuscanyDriver
>         -ir Mandatory: Installation root where extensions are located: ${TUSCANY_SCACPP}
>         -sr Mandatory: System root where projects are located: ${TUSCANY_SCACPP}/samples
>         -sp Optional: System path
>         -uri Optional: Base URI
>         -dc Optional: Default Component name
>         -model Optional: Display SCA Model Hierarchy
>         -wsdl Optional: Display WSDL information
>         -v Optional: Same as specifying both: -model and -wsdl
> --------------------
> Brady Johnson
> Lead Software Developer - HydraSCA
> Rogue Wave Software - brady.johnson@roguewave.com

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org