You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rex Wang (JIRA)" <ji...@apache.org> on 2010/05/18 04:48:41 UTC

[jira] Reopened: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException

     [ https://issues.apache.org/jira/browse/GERONIMO-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang reopened GERONIMO-5177:
--------------------------------

      Assignee: Ben Liang  (was: Rex Wang)

I think this function is not good enough for the following reasons:
1. It is NOT a correct action to remove the car/rar/war/ejb in this portlet, so we should not provide such action in the page.
2. before we remove a jar, we should at least check if there is a dependency on this jar, and if so we can not remove it.
3. usability: 1) we need to pop-up a confirm dialog after user click the "remove" link. 2) if there is any err while deleting, we should provide err message on the top the page.

So reopen this jira and assign to Ben.

-Rex

> Removing an entry from the Repository results in NullPointerException
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-5177
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5177
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of Geronimo
>            Reporter: Michelle Bhaal
>            Assignee: Ben Liang
>             Fix For: 2.2.1
>
>         Attachments: 5177.patch, geronimo.crash
>
>
> Removing an entry from the Repository results in a NullPointerException.  This is similar to GERONIMO-4157 but invoked differently.
> HTTP ERROR 500
> Problem accessing /console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view. Reason:
>     Server Error
> Caused by:
> java.lang.NullPointerException
> 	at org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116)
> 	at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
> 	at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

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