You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2007/04/06 10:59:32 UTC

[jira] Created: (GERONIMO-3070) web apps get dependencies on resources in all parents, not just other stuff in the ear

web apps get dependencies on resources in all parents, not just other stuff in the ear
--------------------------------------------------------------------------------------

                 Key: GERONIMO-3070
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3070
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
    Affects Versions: 2.0-M4
            Reporter: David Jencks
         Assigned To: David Jencks
            Priority: Blocker
             Fix For: 2.0-M5


AbstractWebModuleBuilder adds dependencies on resources such as admin objects, ejbs, etc in all parent apps not just the enclosing ear in attempt to make sure they start in the right order.

Anything in a parent app is going to have started anyway, so we only need these dependencies for the ear we are deploying.

This prevent mapping an artifact that is a parent with such resources. (which is why this is a blocker)

(artifact aliasing should work with dependencies too, but that's another issue that can be solved later).

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


[jira] Closed: (GERONIMO-3070) web apps get dependencies on resources in all parents, not just other stuff in the ear

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

David Jencks closed GERONIMO-3070.
----------------------------------

    Resolution: Fixed

Fixed rev 526110.

> web apps get dependencies on resources in all parents, not just other stuff in the ear
> --------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3070
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3070
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.0-M4
>            Reporter: David Jencks
>         Assigned To: David Jencks
>            Priority: Blocker
>             Fix For: 2.0-M5
>
>
> AbstractWebModuleBuilder adds dependencies on resources such as admin objects, ejbs, etc in all parent apps not just the enclosing ear in attempt to make sure they start in the right order.
> Anything in a parent app is going to have started anyway, so we only need these dependencies for the ear we are deploying.
> This prevent mapping an artifact that is a parent with such resources. (which is why this is a blocker)
> (artifact aliasing should work with dependencies too, but that's another issue that can be solved later).

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