You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ivan (JIRA)" <ji...@apache.org> on 2009/05/30 15:46:07 UTC

[jira] Created: (GERONIMO-4661) Meaningless message displays while Geronimo ear plan contains modules that aren't in the ear

Meaningless message displays while Geronimo ear plan contains modules that aren't in the ear
--------------------------------------------------------------------------------------------

                 Key: GERONIMO-4661
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4661
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: deployment
    Affects Versions: 2.2
         Environment: Windows XP
JDK 1.5
            Reporter: Ivan
            Priority: Minor


While the ear plan contains modules which are not in the ear, the console will show
Geronimo ear plan contains modules that aren't in the ear : false. It is not friendly for user to correct the plan,
Please check the  \geronimo\plugins\j2ee\geronimo-j2ee-builder\src\main\java\org\apache\geronimo\j2ee\deployment\EARConfigBuilder.java line 904

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


[jira] Updated: (GERONIMO-4661) Meaningless message displays while Geronimo ear plan contains modules that aren't in the ear

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

viola.lu updated GERONIMO-4661:
-------------------------------

    Attachment: GERONIMO-4661.patch

With this patch, Message like below will be output on admin console:
"Deployment Failed
Geronimo ear plan contains modules that aren't in the ear: calculator-stateless.war
org.apache.geronimo.common.DeploymentException: Geronimo ear plan contains modules that aren't in the ear: calculator-stateless.war"

pls help review,thanks.


> Meaningless message displays while Geronimo ear plan contains modules that aren't in the ear
> --------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4661
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4661
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 2.2
>         Environment: Windows XP
> JDK 1.5
>            Reporter: Ivan
>            Priority: Minor
>         Attachments: GERONIMO-4661.patch
>
>
> While the ear plan contains modules which are not in the ear, the console will show
> Geronimo ear plan contains modules that aren't in the ear : false. It is not friendly for user to correct the plan,
> Please check the  \geronimo\plugins\j2ee\geronimo-j2ee-builder\src\main\java\org\apache\geronimo\j2ee\deployment\EARConfigBuilder.java line 904

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


[jira] Closed: (GERONIMO-4661) Meaningless message displays while Geronimo ear plan contains modules that aren't in the ear

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

Rex Wang closed GERONIMO-4661.
------------------------------


> Meaningless message displays while Geronimo ear plan contains modules that aren't in the ear
> --------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4661
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4661
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 2.2
>         Environment: Windows XP
> JDK 1.5
>            Reporter: Ivan
>            Assignee: Jarek Gawor
>            Priority: Minor
>             Fix For: 2.1.5, 2.2
>
>         Attachments: GERONIMO-4661.patch, GERONIMO-4661_new.patch
>
>
> While the ear plan contains modules which are not in the ear, the console will show
> Geronimo ear plan contains modules that aren't in the ear : false. It is not friendly for user to correct the plan,
> Please check the  \geronimo\plugins\j2ee\geronimo-j2ee-builder\src\main\java\org\apache\geronimo\j2ee\deployment\EARConfigBuilder.java line 904

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


[jira] Updated: (GERONIMO-4661) Meaningless message displays while Geronimo ear plan contains modules that aren't in the ear

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

viola.lu updated GERONIMO-4661:
-------------------------------

    Attachment: GERONIMO-4661_new.patch

pls help review the new simplee patch,thanks

> Meaningless message displays while Geronimo ear plan contains modules that aren't in the ear
> --------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4661
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4661
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 2.2
>         Environment: Windows XP
> JDK 1.5
>            Reporter: Ivan
>            Assignee: Jarek Gawor
>            Priority: Minor
>             Fix For: 2.1.5, 2.2
>
>         Attachments: GERONIMO-4661.patch, GERONIMO-4661_new.patch
>
>
> While the ear plan contains modules which are not in the ear, the console will show
> Geronimo ear plan contains modules that aren't in the ear : false. It is not friendly for user to correct the plan,
> Please check the  \geronimo\plugins\j2ee\geronimo-j2ee-builder\src\main\java\org\apache\geronimo\j2ee\deployment\EARConfigBuilder.java line 904

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


[jira] Commented: (GERONIMO-4661) Meaningless message displays while Geronimo ear plan contains modules that aren't in the ear

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

Ivan commented on GERONIMO-4661:
--------------------------------

Commit the patch to trunkAt revision: 797371  and 2.1.5 snapshot at revision: 797369
Thanks for viola.lu for pointing it out and providing the patch!

> Meaningless message displays while Geronimo ear plan contains modules that aren't in the ear
> --------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4661
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4661
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 2.2
>         Environment: Windows XP
> JDK 1.5
>            Reporter: Ivan
>            Assignee: Jarek Gawor
>            Priority: Minor
>             Fix For: 2.1.5, 2.2
>
>         Attachments: GERONIMO-4661.patch, GERONIMO-4661_new.patch
>
>
> While the ear plan contains modules which are not in the ear, the console will show
> Geronimo ear plan contains modules that aren't in the ear : false. It is not friendly for user to correct the plan,
> Please check the  \geronimo\plugins\j2ee\geronimo-j2ee-builder\src\main\java\org\apache\geronimo\j2ee\deployment\EARConfigBuilder.java line 904

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


[jira] Commented: (GERONIMO-4661) Meaningless message displays while Geronimo ear plan contains modules that aren't in the ear

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

viola.lu commented on GERONIMO-4661:
------------------------------------

Pls resubmit patch provided, from subversion commits, code change is totally different from patch content, and output  wrong information  in console.
thanks.

> Meaningless message displays while Geronimo ear plan contains modules that aren't in the ear
> --------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4661
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4661
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 2.2
>         Environment: Windows XP
> JDK 1.5
>            Reporter: Ivan
>            Assignee: Jarek Gawor
>            Priority: Minor
>             Fix For: 2.1.5, 2.2
>
>         Attachments: GERONIMO-4661.patch
>
>
> While the ear plan contains modules which are not in the ear, the console will show
> Geronimo ear plan contains modules that aren't in the ear : false. It is not friendly for user to correct the plan,
> Please check the  \geronimo\plugins\j2ee\geronimo-j2ee-builder\src\main\java\org\apache\geronimo\j2ee\deployment\EARConfigBuilder.java line 904

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


[jira] Resolved: (GERONIMO-4661) Meaningless message displays while Geronimo ear plan contains modules that aren't in the ear

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

Jarek Gawor resolved GERONIMO-4661.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2
                   2.1.5
         Assignee: Jarek Gawor

Committed slightly simplified fix to trunk (revision 783821) and branches/2.1 (revision 783823). Thanks!



> Meaningless message displays while Geronimo ear plan contains modules that aren't in the ear
> --------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4661
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4661
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 2.2
>         Environment: Windows XP
> JDK 1.5
>            Reporter: Ivan
>            Assignee: Jarek Gawor
>            Priority: Minor
>             Fix For: 2.1.5, 2.2
>
>         Attachments: GERONIMO-4661.patch
>
>
> While the ear plan contains modules which are not in the ear, the console will show
> Geronimo ear plan contains modules that aren't in the ear : false. It is not friendly for user to correct the plan,
> Please check the  \geronimo\plugins\j2ee\geronimo-j2ee-builder\src\main\java\org\apache\geronimo\j2ee\deployment\EARConfigBuilder.java line 904

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