You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Erin Mulder (JIRA)" <de...@geronimo.apache.org> on 2006/04/29 21:51:37 UTC

[jira] Created: (GERONIMO-1945) Console's web application list does not show WARs that are deployed inside EARs

Console's web application list does not show WARs that are deployed inside EARs
-------------------------------------------------------------------------------

         Key: GERONIMO-1945
         URL: http://issues.apache.org/jira/browse/GERONIMO-1945
     Project: Geronimo
        Type: Bug
    Security: public (Regular issues) 
  Components: console  
    Versions: 1.0    
    Reporter: Erin Mulder


In the console, click on "Applications -> Web App WARs".   The resulting list of web applications does not include any web application that is packaged as part of an EAR.

(The list is populated inside ConfigManagerPortlet.doView)


-- 
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] Updated: (GERONIMO-1945) Console's web application list does not show WARs that are deployed inside EARs

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

Rakesh Midha updated GERONIMO-1945:
-----------------------------------

    Attachment: jira1945.patch


Made changes in connector builder and openejb builder to add submodules as a children's rather than direct modules. This will make sure that getchildren() on ear will return all the childs, earlier it was returning only web children's.

The console view now shows all the modules which are part of ear, all the commands corresponding to these listings are actually applied to parent ear module.

The web URL link is only shown if application is in running state.

All the places where getChildrens() or getChildrenConfiguration was used requires changes. One such case which was changed is dependencyViewer.


> Console's web application list does not show WARs that are deployed inside EARs
> -------------------------------------------------------------------------------
>
>                 Key: GERONIMO-1945
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-1945
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.0
>            Reporter: Erin Mulder
>         Assigned To: Rakesh Midha
>             Fix For: Wish List
>
>         Attachments: jira1945.patch
>
>
> In the console, click on "Applications -> Web App WARs".   The resulting list of web applications does not include any web application that is packaged as part of an EAR.
> (The list is populated inside ConfigManagerPortlet.doView)

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


[jira] Updated: (GERONIMO-1945) Console's web application list does not show WARs that are deployed inside EARs

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

Matt Hogstrom updated GERONIMO-1945:
------------------------------------

    Affects Version/s: 2.0-M2
                       2.0-M3
        Fix Version/s:     (was: 2.0-M1)
                       2.0-M5

Update for review time before M5

> Console's web application list does not show WARs that are deployed inside EARs
> -------------------------------------------------------------------------------
>
>                 Key: GERONIMO-1945
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-1945
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.0, 2.0-M1, 2.0-M2, 2.0-M3
>            Reporter: Erin Mulder
>             Fix For: 2.0-M5
>
>         Attachments: jira1945.patch
>
>
> In the console, click on "Applications -> Web App WARs".   The resulting list of web applications does not include any web application that is packaged as part of an EAR.
> (The list is populated inside ConfigManagerPortlet.doView)

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


[jira] Updated: (GERONIMO-1945) Console's web application list does not show WARs that are deployed inside EARs

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

David Jencks updated GERONIMO-1945:
-----------------------------------

    Fix Version/s:     (was: 2.0)
                   2.1

> Console's web application list does not show WARs that are deployed inside EARs
> -------------------------------------------------------------------------------
>
>                 Key: GERONIMO-1945
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-1945
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.0, 2.0-M1, 2.0-M2, 2.0-M3
>            Reporter: Erin Mulder
>             Fix For: 2.1
>
>         Attachments: jira1945.patch
>
>
> In the console, click on "Applications -> Web App WARs".   The resulting list of web applications does not include any web application that is packaged as part of an EAR.
> (The list is populated inside ConfigManagerPortlet.doView)

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


[jira] Updated: (GERONIMO-1945) Console's web application list does not show WARs that are deployed inside EARs

Posted by "Erin Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1945?page=all ]

Erin Mulder updated GERONIMO-1945:
----------------------------------

    Assign To:     (was: Erin Mulder)

> Console's web application list does not show WARs that are deployed inside EARs
> -------------------------------------------------------------------------------
>
>          Key: GERONIMO-1945
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1945
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: console
>     Versions: 1.0
>     Reporter: Erin Mulder
>      Fix For: 1.2

>
> In the console, click on "Applications -> Web App WARs".   The resulting list of web applications does not include any web application that is packaged as part of an EAR.
> (The list is populated inside ConfigManagerPortlet.doView)

-- 
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] Updated: (GERONIMO-1945) Console's web application list does not show WARs that are deployed inside EARs

Posted by "Matt Hogstrom (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1945?page=all ]

Matt Hogstrom updated GERONIMO-1945:
------------------------------------

    Fix Version/s: Wish List
                       (was: 1.2)

> Console's web application list does not show WARs that are deployed inside EARs
> -------------------------------------------------------------------------------
>
>                 Key: GERONIMO-1945
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1945
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.0
>            Reporter: Erin Mulder
>             Fix For: Wish List
>
>
> In the console, click on "Applications -> Web App WARs".   The resulting list of web applications does not include any web application that is packaged as part of an EAR.
> (The list is populated inside ConfigManagerPortlet.doView)

-- 
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] Updated: (GERONIMO-1945) Console's web application list does not show WARs that are deployed inside EARs

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

Rakesh Midha updated GERONIMO-1945:
-----------------------------------

           Patch Info: [Patch Available]
    Affects Version/s: 2.0-M3
        Fix Version/s:     (was: Wish List)
                       2.0-M1
             Assignee:     (was: Rakesh Midha)


Marking patch available, unassigning so that someone can review and comment/commit.

> Console's web application list does not show WARs that are deployed inside EARs
> -------------------------------------------------------------------------------
>
>                 Key: GERONIMO-1945
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-1945
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.0, 2.0-M3
>            Reporter: Erin Mulder
>             Fix For: 2.0-M1
>
>         Attachments: jira1945.patch
>
>
> In the console, click on "Applications -> Web App WARs".   The resulting list of web applications does not include any web application that is packaged as part of an EAR.
> (The list is populated inside ConfigManagerPortlet.doView)

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


[jira] Updated: (GERONIMO-1945) Console's web application list does not show WARs that are deployed inside EARs

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

Prasad Kashyap updated GERONIMO-1945:
-------------------------------------

    Fix Version/s:     (was: 2.0-M5)
                   2.0

> Console's web application list does not show WARs that are deployed inside EARs
> -------------------------------------------------------------------------------
>
>                 Key: GERONIMO-1945
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-1945
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.0, 2.0-M1, 2.0-M2, 2.0-M3
>            Reporter: Erin Mulder
>             Fix For: 2.0
>
>         Attachments: jira1945.patch
>
>
> In the console, click on "Applications -> Web App WARs".   The resulting list of web applications does not include any web application that is packaged as part of an EAR.
> (The list is populated inside ConfigManagerPortlet.doView)

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


[jira] Updated: (GERONIMO-1945) Console's web application list does not show WARs that are deployed inside EARs

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

Rakesh Midha updated GERONIMO-1945:
-----------------------------------

    Affects Version/s:     (was: 2.0-M3)
                       2.0-M1

> Console's web application list does not show WARs that are deployed inside EARs
> -------------------------------------------------------------------------------
>
>                 Key: GERONIMO-1945
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-1945
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.0, 2.0-M1
>            Reporter: Erin Mulder
>             Fix For: 2.0-M1
>
>         Attachments: jira1945.patch
>
>
> In the console, click on "Applications -> Web App WARs".   The resulting list of web applications does not include any web application that is packaged as part of an EAR.
> (The list is populated inside ConfigManagerPortlet.doView)

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


[jira] Resolved: (GERONIMO-1945) Console's web application list does not show WARs that are deployed inside EARs

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

Jarek Gawor resolved GERONIMO-1945.
-----------------------------------

    Resolution: Fixed

I updated the config portlet to: 1) in war view, display war files embedded in ear files, and 2) in ear view, display the contexts of the embedded war files. The changes were based on the attached patch but only the portlet code was changed and nothing else.
Changes committed to trunk (revision 588240).


> Console's web application list does not show WARs that are deployed inside EARs
> -------------------------------------------------------------------------------
>
>                 Key: GERONIMO-1945
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-1945
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.0, 2.0-M1, 2.0-M2, 2.0-M3
>            Reporter: Erin Mulder
>            Assignee: Jarek Gawor
>             Fix For: 2.1
>
>         Attachments: jira1945.patch
>
>
> In the console, click on "Applications -> Web App WARs".   The resulting list of web applications does not include any web application that is packaged as part of an EAR.
> (The list is populated inside ConfigManagerPortlet.doView)

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


[jira] Updated: (GERONIMO-1945) Console's web application list does not show WARs that are deployed inside EARs

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1945?page=all ]

Aaron Mulder updated GERONIMO-1945:
-----------------------------------

    Fix Version: 1.1
      Assign To: Erin Mulder

I changed the ConfigurationInfo so that it has a property childConfigurations that has ConfigurationInfo objects for the child/nested configurations within an EAR.  Right now, it only includes WARs not other types of modules, but this should be enough to write generic code to populate a list including children, and show the URLs for the child web modules.  Later when EJB JARs and RARs are added to the childConfigurations they should just show up in their assigned areas.

One note is that we don't want people to start/stop/undeploy/etc. child configurations -- they should do that to the EAR instead.  So there should be a flag set on the data passed to the JSP indicating whether a configuration was a child or not, and if so, no actions should be displayed for it.  Maybe if it's a child the action space can say "in EAR" or "in foo/bar/1.0/ear" or whatever.

> Console's web application list does not show WARs that are deployed inside EARs
> -------------------------------------------------------------------------------
>
>          Key: GERONIMO-1945
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1945
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: console
>     Versions: 1.0
>     Reporter: Erin Mulder
>     Assignee: Erin Mulder
>      Fix For: 1.1

>
> In the console, click on "Applications -> Web App WARs".   The resulting list of web applications does not include any web application that is packaged as part of an EAR.
> (The list is populated inside ConfigManagerPortlet.doView)

-- 
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] Commented: (GERONIMO-1945) Console's web application list does not show WARs that are deployed inside EARs

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483606 ] 

David Jencks commented on GERONIMO-1945:
----------------------------------------

If I understand this patch correctly (after a very cursory review) it makes it so each module in an ear has a separate unrelated classloader.  If so IMO it requires careful review and testing since this is an enormous change in our classloading policy and this should probably be postponed until after 2.0 is out.  If I've misunderstood and all the connector and ejb modules still share a classloader then this patch IMO could be considered for 2.0 although it would still be good to have a lot of testing.

I think that a classloader per module in an ear is probably a good idea but it is a big and potentially very destabilizing change.

> Console's web application list does not show WARs that are deployed inside EARs
> -------------------------------------------------------------------------------
>
>                 Key: GERONIMO-1945
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-1945
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.0, 2.0-M1
>            Reporter: Erin Mulder
>             Fix For: 2.0-M1
>
>         Attachments: jira1945.patch
>
>
> In the console, click on "Applications -> Web App WARs".   The resulting list of web applications does not include any web application that is packaged as part of an EAR.
> (The list is populated inside ConfigManagerPortlet.doView)

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


[jira] Assigned: (GERONIMO-1945) Console's web application list does not show WARs that are deployed inside EARs

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

Jarek Gawor reassigned GERONIMO-1945:
-------------------------------------

    Assignee: Jarek Gawor

> Console's web application list does not show WARs that are deployed inside EARs
> -------------------------------------------------------------------------------
>
>                 Key: GERONIMO-1945
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-1945
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.0, 2.0-M1, 2.0-M2, 2.0-M3
>            Reporter: Erin Mulder
>            Assignee: Jarek Gawor
>             Fix For: 2.1
>
>         Attachments: jira1945.patch
>
>
> In the console, click on "Applications -> Web App WARs".   The resulting list of web applications does not include any web application that is packaged as part of an EAR.
> (The list is populated inside ConfigManagerPortlet.doView)

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


[jira] Updated: (GERONIMO-1945) Console's web application list does not show WARs that are deployed inside EARs

Posted by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1945?page=all ]

Matt Hogstrom updated GERONIMO-1945:
------------------------------------

    Fix Version: 1.2
                     (was: 1.1)

> Console's web application list does not show WARs that are deployed inside EARs
> -------------------------------------------------------------------------------
>
>          Key: GERONIMO-1945
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1945
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: console
>     Versions: 1.0
>     Reporter: Erin Mulder
>     Assignee: Erin Mulder
>      Fix For: 1.2

>
> In the console, click on "Applications -> Web App WARs".   The resulting list of web applications does not include any web application that is packaged as part of an EAR.
> (The list is populated inside ConfigManagerPortlet.doView)

-- 
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] Assigned: (GERONIMO-1945) Console's web application list does not show WARs that are deployed inside EARs

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

Rakesh Midha reassigned GERONIMO-1945:
--------------------------------------

    Assignee: Rakesh Midha

> Console's web application list does not show WARs that are deployed inside EARs
> -------------------------------------------------------------------------------
>
>                 Key: GERONIMO-1945
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-1945
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.0
>            Reporter: Erin Mulder
>         Assigned To: Rakesh Midha
>             Fix For: Wish List
>
>
> In the console, click on "Applications -> Web App WARs".   The resulting list of web applications does not include any web application that is packaged as part of an EAR.
> (The list is populated inside ConfigManagerPortlet.doView)

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