Since axis2  version 1.2 Rest-Configuration in axis has changed
---------------------------------------------------------------

         Key: WS-18
         URL: http://jira.andromda.org/browse/WS-18
     Project: WebService Cartridge
        Type: Bug

 Environment: Windows XP Professional SP2
    Reporter: Holger Döppert
 Assigned to: Chad Brandon 


axis.xml.vsl
Actual:

<!-- If the enableRESTInAxis2MainServlet is true, then Axis2MainServlet will 
handle both SOAP and REST messages -->
    <parameter name="enableRESTInAxis2MainServlet" 
locked="true">true</parameter>

    <!-- Following parameter will completely disable REST handling in both the 
servlets-->
    <parameter name="disableREST" locked="true">false</parameter>

    <!-- This will disable the separate servlet we have for REST handling. -->
    <parameter name="disableSeparateEndpointForREST" 
locked="true">false</parameter>

Expected using axis2 version 1.2

<!-- Following parameter will completely disable REST handling in Axis2-->
    <parameter name="disableREST" locked="true">false</parameter>

AxisRESTServlet doesn't exist any longer in version 1.2

references has to be deleted in web.xml.vls

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.andromda.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

Reply via email to