You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2011/01/19 22:54:44 UTC

[jira] Created: (GERONIMO-5769) Web Application Bundles (WABs) do not show up in admin console

Web Application Bundles (WABs) do not show up in admin console
--------------------------------------------------------------

                 Key: GERONIMO-5769
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5769
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
    Affects Versions: 3.0-M2
            Reporter: Jarek Gawor


Deployed Web Application Bundles (WABs) do not show up anywhere in the admin console. We should either list them under web application view (with their context paths) or add additional view (similar to EBAs) to view WABs only.


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


[jira] Commented: (GERONIMO-5769) Web Application Bundles (WABs) do not show up in admin console

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984014#action_12984014 ] 

Shawn Jiang commented on GERONIMO-5769:
---------------------------------------

similar fixed JIRA on EBA show up in admin console: 

https://issues.apache.org/jira/browse/GERONIMO-5571

> Web Application Bundles (WABs) do not show up in admin console
> --------------------------------------------------------------
>
>                 Key: GERONIMO-5769
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5769
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0-M2
>            Reporter: Jarek Gawor
>
> Deployed Web Application Bundles (WABs) do not show up anywhere in the admin console. We should either list them under web application view (with their context paths) or add additional view (similar to EBAs) to view WABs only.

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


[jira] Resolved: (GERONIMO-5769) Web Application Bundles (WABs) do not show up in admin console

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Gawor resolved GERONIMO-5769.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0-M2

> Web Application Bundles (WABs) do not show up in admin console
> --------------------------------------------------------------
>
>                 Key: GERONIMO-5769
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5769
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0-M2
>            Reporter: Jarek Gawor
>            Assignee: Shawn Jiang
>             Fix For: 3.0-M2
>
>
> Deployed Web Application Bundles (WABs) do not show up anywhere in the admin console. We should either list them under web application view (with their context paths) or add additional view (similar to EBAs) to view WABs only.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-5769) Web Application Bundles (WABs) do not show up in admin console

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995317#comment-12995317 ] 

Jarek Gawor commented on GERONIMO-5769:
---------------------------------------

I think we need to get this right. The portlet displaying the WABs should be using regular OSGi API to find all bundles with Web-ContextPath header. It shouldn't have to use the Configuration API to find & manage the WABs. Stop should not uninstall the bundle!


> Web Application Bundles (WABs) do not show up in admin console
> --------------------------------------------------------------
>
>                 Key: GERONIMO-5769
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5769
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0-M2
>            Reporter: Jarek Gawor
>            Assignee: Shawn Jiang
>
> Deployed Web Application Bundles (WABs) do not show up anywhere in the admin console. We should either list them under web application view (with their context paths) or add additional view (similar to EBAs) to view WABs only.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-5769) Web Application Bundles (WABs) do not show up in admin console

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995235#comment-12995235 ] 

Shawn Jiang commented on GERONIMO-5769:
---------------------------------------

because of the lifecycle differences,  WAB configuration can't be found with configurationManager.listConfigurations().   I have to use other hack way to do this.  

Furthermore, the wab stop action in portlet will uninstall the wab somehow.


-----------------------------------------------------
ASF	#1071183	Wed Feb 16 09:29:50 UTC 2011	genspring	GERONIMO-5769 Web Application Bundles (WABs) do not show up in admin console
Files Changed
MODIFY /geronimo/server/trunk/plugins/console/console-core/src/main/java/org/apache/geronimo/console/util/KernelManagementHelper.java 
MODIFY /geronimo/server/trunk/framework/modules/geronimo-kernel/src/main/java/org/apache/geronimo/kernel/config/ConfigurationModuleType.java 
MODIFY /geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/web.xml 
MODIFY /geronimo/server/trunk/plugins/console/console-tomcat/src/main/plan/plan.xml 
MODIFY /geronimo/server/trunk/plugins/console/console-base-portlets/src/main/java/org/apache/geronimo/console/configmanager/ConfigManagerPortlet.java
MODIFY /geronimo/server/trunk/plugins/wab/geronimo-web-extender/src/main/java/org/apache/geronimo/osgi/web/extender/WebApplication.java 
MODIFY /geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/portlet.xml 
Repository	Revision	Date	User	Message
ASF	#1071193	Wed Feb 16 09:50:38 UTC 2011	genspring	 svn merge -c r1071183 https://svn.apache.org/repos/asf/geronimo/server/trunk ., GERONIMO-5769 Web Application Bundles (WABs) do not show up in admin console

> Web Application Bundles (WABs) do not show up in admin console
> --------------------------------------------------------------
>
>                 Key: GERONIMO-5769
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5769
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0-M2
>            Reporter: Jarek Gawor
>            Assignee: Shawn Jiang
>
> Deployed Web Application Bundles (WABs) do not show up anywhere in the admin console. We should either list them under web application view (with their context paths) or add additional view (similar to EBAs) to view WABs only.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-5769) Web Application Bundles (WABs) do not show up in admin console

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995326#comment-12995326 ] 

Shawn Jiang commented on GERONIMO-5769:
---------------------------------------

Thanks Jarek, I'm also thinking about how to make it right.  I agree searching with OSGi API is a better way to handle this and will try it tomorrow.

> Web Application Bundles (WABs) do not show up in admin console
> --------------------------------------------------------------
>
>                 Key: GERONIMO-5769
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5769
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0-M2
>            Reporter: Jarek Gawor
>            Assignee: Shawn Jiang
>
> Deployed Web Application Bundles (WABs) do not show up anywhere in the admin console. We should either list them under web application view (with their context paths) or add additional view (similar to EBAs) to view WABs only.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-5769) Web Application Bundles (WABs) do not show up in admin console

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998691#comment-12998691 ] 

Jarek Gawor commented on GERONIMO-5769:
---------------------------------------

I was trying to address a few minor issues with the way the WABs were displayed in the console and ended up refactoring the WAB handling code into a separate portlet. Committed the changes to trunk in revision 1074041 and M2 branch in revision 1074042.


> Web Application Bundles (WABs) do not show up in admin console
> --------------------------------------------------------------
>
>                 Key: GERONIMO-5769
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5769
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0-M2
>            Reporter: Jarek Gawor
>            Assignee: Shawn Jiang
>
> Deployed Web Application Bundles (WABs) do not show up anywhere in the admin console. We should either list them under web application view (with their context paths) or add additional view (similar to EBAs) to view WABs only.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (GERONIMO-5769) Web Application Bundles (WABs) do not show up in admin console

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang reassigned GERONIMO-5769:
-------------------------------------

    Assignee: Shawn Jiang

> Web Application Bundles (WABs) do not show up in admin console
> --------------------------------------------------------------
>
>                 Key: GERONIMO-5769
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5769
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0-M2
>            Reporter: Jarek Gawor
>            Assignee: Shawn Jiang
>
> Deployed Web Application Bundles (WABs) do not show up anywhere in the admin console. We should either list them under web application view (with their context paths) or add additional view (similar to EBAs) to view WABs only.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira