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/02 21:18:05 UTC

[jira] Created: (TUSCANY-1400) TuscanySCA C++ SVN head does not compile with SDO SVN head nor with SDO M3

TuscanySCA C++ SVN head does not compile with SDO SVN head nor with SDO M3
--------------------------------------------------------------------------

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


The TuscanySCA CPP source code does not compile due to mixed use of the IntType and IntegerType SDO constants.

I know there was some talk and preliminary work done to make SDO and the SCA usage of SDO 2.1 spec compliant. 
I believe whatever work that was started on that was rolled back. But it seems that the following files were missed.

# grep -r IntType *

runtime/extensions/ws/service/axis2c/src/tuscany/sca/ws/WSServiceProxy.cpp           case Type::IntType:
runtime/extensions/rest/service/httpd/src/tuscany/sca/rest/RESTServiceProxy.cpp      case Type::IntType:

IntType should simply be changed to IntegerType.

This is an easy enough fix that a patch isnt really necessary. But I can provide one if necessary.

--------------------
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-1400) TuscanySCA C++ SVN head does not compile with SDO SVN head nor with SDO M3

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

Brady Johnson resolved TUSCANY-1400.
------------------------------------

    Resolution: Fixed

Pete Robbins submit a fix for this.

> TuscanySCA C++ SVN head does not compile with SDO SVN head nor with SDO M3
> --------------------------------------------------------------------------
>
>                 Key: TUSCANY-1400
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1400
>             Project: Tuscany
>          Issue Type: Bug
>          Components: C++ SCA
>    Affects Versions: Cpp-Next
>         Environment: All platforms
>            Reporter: Brady Johnson
>             Fix For: Cpp-Next
>
>
> The TuscanySCA CPP source code does not compile due to mixed use of the IntType and IntegerType SDO constants.
> I know there was some talk and preliminary work done to make SDO and the SCA usage of SDO 2.1 spec compliant. 
> I believe whatever work that was started on that was rolled back. But it seems that the following files were missed.
> # grep -r IntType *
> runtime/extensions/ws/service/axis2c/src/tuscany/sca/ws/WSServiceProxy.cpp           case Type::IntType:
> runtime/extensions/rest/service/httpd/src/tuscany/sca/rest/RESTServiceProxy.cpp      case Type::IntType:
> IntType should simply be changed to IntegerType.
> This is an easy enough fix that a patch isnt really necessary. But I can provide one if necessary.
> --------------------
> 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