You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Tim McConnell (JIRA)" <ji...@apache.org> on 2007/11/28 00:14:44 UTC

[jira] Created: (GERONIMODEVTOOLS-255) Can deploy and EAR file from the admin console without an application.xml file, but fails from the Eclipse plugin

Can deploy and EAR file from the admin console without an application.xml file, but fails from the Eclipse plugin
-----------------------------------------------------------------------------------------------------------------

                 Key: GERONIMODEVTOOLS-255
                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-255
             Project: Geronimo-Devtools
          Issue Type: Bug
          Components: eclipse-plugin
    Affects Versions: 2.0.0
            Reporter: Tim McConnell
            Assignee: Tim McConnell
             Fix For: 2.0.2




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


[jira] Commented: (GERONIMODEVTOOLS-255) Can deploy and EAR file from the admin console without an application.xml file, but fails from the Eclipse plugin

Posted by "Delos Dai (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742174#action_12742174 ] 

Delos Dai commented on GERONIMODEVTOOLS-255:
--------------------------------------------

revision 803345 for trunk, revision 803346 for 2.1.5 branch.

Meanwhile, change the status to "Resolved"

> Can deploy and EAR file from the admin console without an application.xml file, but fails from the Eclipse plugin
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-255
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-255
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.0.0
>            Reporter: Tim McConnell
>            Assignee: Tim McConnell
>             Fix For: 2.2.0
>
>         Attachments: 255.patch
>
>


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


[jira] Updated: (GERONIMODEVTOOLS-255) Can deploy and EAR file from the admin console without an application.xml file, but fails from the Eclipse plugin

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

Delos Dai updated GERONIMODEVTOOLS-255:
---------------------------------------

    Attachment:     (was: 255.patch)

> Can deploy and EAR file from the admin console without an application.xml file, but fails from the Eclipse plugin
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-255
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-255
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.0.0
>            Reporter: Tim McConnell
>            Assignee: Tim McConnell
>             Fix For: 2.2.0
>
>         Attachments: 255.patch
>
>


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


[jira] Resolved: (GERONIMODEVTOOLS-255) Can deploy and EAR file from the admin console without an application.xml file, but fails from the Eclipse plugin

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

Delos Dai resolved GERONIMODEVTOOLS-255.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.5

> Can deploy and EAR file from the admin console without an application.xml file, but fails from the Eclipse plugin
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-255
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-255
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.0.0
>            Reporter: Tim McConnell
>            Assignee: Tim McConnell
>             Fix For: 2.1.5, 2.2.0
>
>         Attachments: 255.patch
>
>


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


[jira] Updated: (GERONIMODEVTOOLS-255) Can deploy and EAR file from the admin console without an application.xml file, but fails from the Eclipse plugin

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

Delos Dai updated GERONIMODEVTOOLS-255:
---------------------------------------

    Attachment: 255.patch

It's due to extension name of temp package. Currently, GEP will generate a temp package with "zip" as extension name. WIthout the JEE descriptor file such as application.xml, server can't decide which deployer can be used to deploy the zip package. So we need to add extension name by the type of module.

See details in attached patch!

> Can deploy and EAR file from the admin console without an application.xml file, but fails from the Eclipse plugin
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-255
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-255
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.0.0
>            Reporter: Tim McConnell
>            Assignee: Tim McConnell
>             Fix For: 2.2.0
>
>         Attachments: 255.patch
>
>


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


[jira] Updated: (GERONIMODEVTOOLS-255) Can deploy and EAR file from the admin console without an application.xml file, but fails from the Eclipse plugin

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

Ted Kirby updated GERONIMODEVTOOLS-255:
---------------------------------------

    Fix Version/s:     (was: 2.1.3)
                   2.2.0

> Can deploy and EAR file from the admin console without an application.xml file, but fails from the Eclipse plugin
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-255
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-255
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.0.0
>            Reporter: Tim McConnell
>            Assignee: Tim McConnell
>             Fix For: 2.2.0
>
>


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


[jira] Updated: (GERONIMODEVTOOLS-255) Can deploy and EAR file from the admin console without an application.xml file, but fails from the Eclipse plugin

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

Delos Dai updated GERONIMODEVTOOLS-255:
---------------------------------------

    Attachment: 255.patch

> Can deploy and EAR file from the admin console without an application.xml file, but fails from the Eclipse plugin
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-255
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-255
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.0.0
>            Reporter: Tim McConnell
>            Assignee: Tim McConnell
>             Fix For: 2.2.0
>
>         Attachments: 255.patch
>
>


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


[jira] Updated: (GERONIMODEVTOOLS-255) Can deploy and EAR file from the admin console without an application.xml file, but fails from the Eclipse plugin

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

Tim McConnell updated GERONIMODEVTOOLS-255:
-------------------------------------------

    Fix Version/s:     (was: 2.0.2)
                   2.1.x

> Can deploy and EAR file from the admin console without an application.xml file, but fails from the Eclipse plugin
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-255
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-255
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.0.0
>            Reporter: Tim McConnell
>            Assignee: Tim McConnell
>             Fix For: 2.1.x
>
>


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