[ http://issues.apache.org/jira/browse/GERONIMO-1037?page=all ]

Vamsavardhana Reddy updated GERONIMO-1037:
------------------------------------------

    Attachment: jmsserver.patch

Deleting connectors etc. can also be thru the following portlets.
    o Web Server -> delete connectors
    o EJB Server -> currently empty
    o JMS Server -> delete connectors, delete brokers
    o J2EE Connectors -> currently empty
    o CORBA/IIOP -> currently empty
    o UDDI Server -> currently empty

Fix to web servers page is in patch posted to GERONIMO-1182: Connector portlet 
improvement.
jmsserver.patch fixes the JMS Server pages.



> Clicking on "uninstall" link in Applications management pages deletes the 
> configuration without any confirmation from user
> --------------------------------------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1037
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1037
>      Project: Geronimo
>         Type: Improvement
>   Components: console
>     Versions: 1.0-M5
>     Reporter: Vamsavardhana Reddy
>     Priority: Trivial
>  Attachments: fix.txt, jmsserver.patch, normal.jsp
>
> Clicking on uninstall link in Applications Management pages deletes the 
> configuration without giving a second chance to the user to confirm or cancel 
> the uninstall operation.  Asking for user confirmation will definitely 
> prevent accidental uninstallation of  wrong configuration.  This can be 
> achieved by handling the onClick event of the corresponding link.
> File to be updated:
>      
> applications/console-standard/src/webapp/WEB-INF/view/configmanager/normal.jsp
> Add onClick="return confirm('Are you sure you want to uninstall 
> ${configInfo.configID}?');" to the the link conrresponsding to "Uninstall" 
> operation.

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

Reply via email to