You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2006/05/17 06:35:06 UTC

[jira] Created: (AXIS2-745) AdminAgent.processEditServicePara does not work

 AdminAgent.processEditServicePara does not work
------------------------------------------------

         Key: AXIS2-745
         URL: http://issues.apache.org/jira/browse/AXIS2-745
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug

  Components: deployment  
    Reporter: Deepal Jayasinghe
 Assigned to: Deepal Jayasinghe 


I've got some service data defined in service.xml and I'm attempting to update this service data at runtime via the Admin console, submitting any change to via the admin form seems to get rejected.
 
So I took a look at the ServiceParaEdit.jsp and org.apache.axis2.transport.http.AdminAgent.
 
AdminAgent.processEditServicePara expects teh received form to contain a parameter editServicePara, and it's not there, that's the name of the form (dont know why this check is there).
 
Anyway, patching the jsp form by adding a
 
    <input type="hidden" name="editServicepara" value="" />
 
seems to clear the problem but no a funny old text response gets displayed rather than a refreshed form.


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


[jira] Resolved: (AXIS2-745) AdminAgent.processEditServicePara does not work

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-745?page=all ]
     
Deepal Jayasinghe resolved AXIS2-745:
-------------------------------------

    Resolution: Fixed

fixed in current SVN

>  AdminAgent.processEditServicePara does not work
> ------------------------------------------------
>
>          Key: AXIS2-745
>          URL: http://issues.apache.org/jira/browse/AXIS2-745
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>   Components: deployment
>     Reporter: Deepal Jayasinghe
>     Assignee: Deepal Jayasinghe

>
> I've got some service data defined in service.xml and I'm attempting to update this service data at runtime via the Admin console, submitting any change to via the admin form seems to get rejected.
>  
> So I took a look at the ServiceParaEdit.jsp and org.apache.axis2.transport.http.AdminAgent.
>  
> AdminAgent.processEditServicePara expects teh received form to contain a parameter editServicePara, and it's not there, that's the name of the form (dont know why this check is there).
>  
> Anyway, patching the jsp form by adding a
>  
>     <input type="hidden" name="editServicepara" value="" />
>  
> seems to clear the problem but no a funny old text response gets displayed rather than a refreshed form.

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


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