You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Lin Sun (JIRA)" <ji...@apache.org> on 2007/03/01 19:49:50 UTC

[jira] Created: (GERONIMO-2915) Disable to call to processHTTPGetRequest to fix the build error

Disable to call to processHTTPGetRequest to fix the build error
---------------------------------------------------------------

                 Key: GERONIMO-2915
                 URL: https://issues.apache.org/jira/browse/GERONIMO-2915
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: webservices
    Affects Versions: 2.0
         Environment: winzp + sun 1.5
            Reporter: Lin Sun
             Fix For: 2.0


Axis2 team commented out this processHTTPGetRequest method this AM and it caused a build error!

The quick workaround is to disable the call.  I was able to run a full build with the workaround below and a clean Axis2 repo.

        // deal with GET request
        /*boolean processed = HTTPTransportUtils.processHTTPGetRequest(
                msgContext,
                response.getOutputStream(),
                soapAction,
                path,
                configurationContext,
                HTTPTransportReceiver.getGetRequestParameters(path));*/
        
        boolean processed = false;

Thanks, Lin

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


[jira] Assigned: (GERONIMO-2915) Disable the call to processHTTPGetRequest to fix the build error

Posted by "Lin Sun (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lin Sun reassigned GERONIMO-2915:
---------------------------------

    Assignee: Lin Sun  (was: Joe Bohn)

> Disable the call to processHTTPGetRequest to fix the build error
> ----------------------------------------------------------------
>
>                 Key: GERONIMO-2915
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2915
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0-M5
>         Environment: winzp + sun 1.5
>            Reporter: Lin Sun
>            Assignee: Lin Sun
>             Fix For: 2.0-M5
>
>
> Axis2 team commented out this processHTTPGetRequest method this AM and it caused a build error!
> The quick workaround is to disable the call.  I was able to run a full build with the workaround below and a clean Axis2 repo.
>         // deal with GET request
>         /*boolean processed = HTTPTransportUtils.processHTTPGetRequest(
>                 msgContext,
>                 response.getOutputStream(),
>                 soapAction,
>                 path,
>                 configurationContext,
>                 HTTPTransportReceiver.getGetRequestParameters(path));*/
>         
>         boolean processed = false;
> Thanks, Lin

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


[jira] Reopened: (GERONIMO-2915) Disable the call to processHTTPGetRequest to fix the build error

Posted by "Lin Sun (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lin Sun reopened GERONIMO-2915:
-------------------------------


I think there is a bug with the jira system.  I don't see an action to close this jira.   trying to reopen it to see if i can close it afterwards.

> Disable the call to processHTTPGetRequest to fix the build error
> ----------------------------------------------------------------
>
>                 Key: GERONIMO-2915
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2915
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0-M5
>         Environment: winzp + sun 1.5
>            Reporter: Lin Sun
>            Assignee: Lin Sun
>             Fix For: 2.0-M5
>
>
> Axis2 team commented out this processHTTPGetRequest method this AM and it caused a build error!
> The quick workaround is to disable the call.  I was able to run a full build with the workaround below and a clean Axis2 repo.
>         // deal with GET request
>         /*boolean processed = HTTPTransportUtils.processHTTPGetRequest(
>                 msgContext,
>                 response.getOutputStream(),
>                 soapAction,
>                 path,
>                 configurationContext,
>                 HTTPTransportReceiver.getGetRequestParameters(path));*/
>         
>         boolean processed = false;
> Thanks, Lin

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


[jira] Closed: (GERONIMO-2915) Disable the call to processHTTPGetRequest to fix the build error

Posted by "Lin Sun (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lin Sun closed GERONIMO-2915.
-----------------------------

    Resolution: Fixed

Close the jira... was fixed quite some time ago.

> Disable the call to processHTTPGetRequest to fix the build error
> ----------------------------------------------------------------
>
>                 Key: GERONIMO-2915
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2915
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0-M5
>         Environment: winzp + sun 1.5
>            Reporter: Lin Sun
>            Assignee: Lin Sun
>             Fix For: 2.0-M5
>
>
> Axis2 team commented out this processHTTPGetRequest method this AM and it caused a build error!
> The quick workaround is to disable the call.  I was able to run a full build with the workaround below and a clean Axis2 repo.
>         // deal with GET request
>         /*boolean processed = HTTPTransportUtils.processHTTPGetRequest(
>                 msgContext,
>                 response.getOutputStream(),
>                 soapAction,
>                 path,
>                 configurationContext,
>                 HTTPTransportReceiver.getGetRequestParameters(path));*/
>         
>         boolean processed = false;
> Thanks, Lin

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


[jira] Closed: (GERONIMO-2915) Disable the call to processHTTPGetRequest to fix the build error

Posted by "Joe Bohn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bohn closed GERONIMO-2915.
------------------------------

    Resolution: Fixed

checked in work-around with rev. 513439   Thanks Lin!

> Disable the call to processHTTPGetRequest to fix the build error
> ----------------------------------------------------------------
>
>                 Key: GERONIMO-2915
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2915
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0
>         Environment: winzp + sun 1.5
>            Reporter: Lin Sun
>         Assigned To: Joe Bohn
>             Fix For: 2.0
>
>
> Axis2 team commented out this processHTTPGetRequest method this AM and it caused a build error!
> The quick workaround is to disable the call.  I was able to run a full build with the workaround below and a clean Axis2 repo.
>         // deal with GET request
>         /*boolean processed = HTTPTransportUtils.processHTTPGetRequest(
>                 msgContext,
>                 response.getOutputStream(),
>                 soapAction,
>                 path,
>                 configurationContext,
>                 HTTPTransportReceiver.getGetRequestParameters(path));*/
>         
>         boolean processed = false;
> Thanks, Lin

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


[jira] Commented: (GERONIMO-2915) Disable the call to processHTTPGetRequest to fix the build error

Posted by "Lin Sun (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477066 ] 

Lin Sun commented on GERONIMO-2915:
-----------------------------------

Dims, I just updated G2914's patch to build on top of the latest trunk that has the G2915.   If G2914 is committed after the new jars are pushed to the repo (let me know when the jars are there...), the call to processHTTPGetRequest will be enabled with G2914-new.patch.

Thanks, Lin

> Disable the call to processHTTPGetRequest to fix the build error
> ----------------------------------------------------------------
>
>                 Key: GERONIMO-2915
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2915
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0
>         Environment: winzp + sun 1.5
>            Reporter: Lin Sun
>         Assigned To: Joe Bohn
>             Fix For: 2.0
>
>
> Axis2 team commented out this processHTTPGetRequest method this AM and it caused a build error!
> The quick workaround is to disable the call.  I was able to run a full build with the workaround below and a clean Axis2 repo.
>         // deal with GET request
>         /*boolean processed = HTTPTransportUtils.processHTTPGetRequest(
>                 msgContext,
>                 response.getOutputStream(),
>                 soapAction,
>                 path,
>                 configurationContext,
>                 HTTPTransportReceiver.getGetRequestParameters(path));*/
>         
>         boolean processed = false;
> Thanks, Lin

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


[jira] Updated: (GERONIMO-2915) Disable the call to processHTTPGetRequest to fix the build error

Posted by "Lin Sun (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lin Sun updated GERONIMO-2915:
------------------------------

    Summary: Disable the call to processHTTPGetRequest to fix the build error  (was: Disable to call to processHTTPGetRequest to fix the build error)

> Disable the call to processHTTPGetRequest to fix the build error
> ----------------------------------------------------------------
>
>                 Key: GERONIMO-2915
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2915
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0
>         Environment: winzp + sun 1.5
>            Reporter: Lin Sun
>             Fix For: 2.0
>
>
> Axis2 team commented out this processHTTPGetRequest method this AM and it caused a build error!
> The quick workaround is to disable the call.  I was able to run a full build with the workaround below and a clean Axis2 repo.
>         // deal with GET request
>         /*boolean processed = HTTPTransportUtils.processHTTPGetRequest(
>                 msgContext,
>                 response.getOutputStream(),
>                 soapAction,
>                 path,
>                 configurationContext,
>                 HTTPTransportReceiver.getGetRequestParameters(path));*/
>         
>         boolean processed = false;
> Thanks, Lin

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


[jira] Commented: (GERONIMO-2915) Disable the call to processHTTPGetRequest to fix the build error

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477054 ] 

Davanum Srinivas commented on GERONIMO-2915:
--------------------------------------------

Joe,
Please hang on. a "mvn deploy" of Axis2 is underway 

-- dims

> Disable the call to processHTTPGetRequest to fix the build error
> ----------------------------------------------------------------
>
>                 Key: GERONIMO-2915
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2915
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0
>         Environment: winzp + sun 1.5
>            Reporter: Lin Sun
>         Assigned To: Joe Bohn
>             Fix For: 2.0
>
>
> Axis2 team commented out this processHTTPGetRequest method this AM and it caused a build error!
> The quick workaround is to disable the call.  I was able to run a full build with the workaround below and a clean Axis2 repo.
>         // deal with GET request
>         /*boolean processed = HTTPTransportUtils.processHTTPGetRequest(
>                 msgContext,
>                 response.getOutputStream(),
>                 soapAction,
>                 path,
>                 configurationContext,
>                 HTTPTransportReceiver.getGetRequestParameters(path));*/
>         
>         boolean processed = false;
> Thanks, Lin

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


[jira] Assigned: (GERONIMO-2915) Disable the call to processHTTPGetRequest to fix the build error

Posted by "Joe Bohn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bohn reassigned GERONIMO-2915:
----------------------------------

    Assignee: Joe Bohn

> Disable the call to processHTTPGetRequest to fix the build error
> ----------------------------------------------------------------
>
>                 Key: GERONIMO-2915
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2915
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0
>         Environment: winzp + sun 1.5
>            Reporter: Lin Sun
>         Assigned To: Joe Bohn
>             Fix For: 2.0
>
>
> Axis2 team commented out this processHTTPGetRequest method this AM and it caused a build error!
> The quick workaround is to disable the call.  I was able to run a full build with the workaround below and a clean Axis2 repo.
>         // deal with GET request
>         /*boolean processed = HTTPTransportUtils.processHTTPGetRequest(
>                 msgContext,
>                 response.getOutputStream(),
>                 soapAction,
>                 path,
>                 configurationContext,
>                 HTTPTransportReceiver.getGetRequestParameters(path));*/
>         
>         boolean processed = false;
> Thanks, Lin

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


[jira] Commented: (GERONIMO-2915) Disable the call to processHTTPGetRequest to fix the build error

Posted by "Joe Bohn (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477055 ] 

Joe Bohn commented on GERONIMO-2915:
------------------------------------

Sorry Dims ... I didn't see this until it was too late.   Do you want me to revert the change?

Joe


> Disable the call to processHTTPGetRequest to fix the build error
> ----------------------------------------------------------------
>
>                 Key: GERONIMO-2915
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2915
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0
>         Environment: winzp + sun 1.5
>            Reporter: Lin Sun
>         Assigned To: Joe Bohn
>             Fix For: 2.0
>
>
> Axis2 team commented out this processHTTPGetRequest method this AM and it caused a build error!
> The quick workaround is to disable the call.  I was able to run a full build with the workaround below and a clean Axis2 repo.
>         // deal with GET request
>         /*boolean processed = HTTPTransportUtils.processHTTPGetRequest(
>                 msgContext,
>                 response.getOutputStream(),
>                 soapAction,
>                 path,
>                 configurationContext,
>                 HTTPTransportReceiver.getGetRequestParameters(path));*/
>         
>         boolean processed = false;
> Thanks, Lin

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