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

Reply via email to