You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Raymond Feng (JIRA)" <ji...@apache.org> on 2009/04/09 19:30:13 UTC

[jira] Created: (GERONIMODEVTOOLS-567) EJB projected created by WTP without openejb-jar.xml cannot be published to Geronimo 2.1.4 server via GEP 2.1.4

EJB projected created by WTP without openejb-jar.xml cannot be published to Geronimo 2.1.4 server via GEP 2.1.4
---------------------------------------------------------------------------------------------------------------

                 Key: GERONIMODEVTOOLS-567
                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-567
             Project: Geronimo-Devtools
          Issue Type: Bug
          Components: eclipse-plugin
    Affects Versions: 2.1.4
            Reporter: Raymond Feng
            Assignee: Tim McConnell
         Attachments: calculator.zip

I have a simple calculator-ejb project created using WTP 3.0.x without openejb-jar.xml. The jar can be deployed to Geronimo 2.1.4 using the adminconsole. After install the GEP, I changed the server runtime for the project to GEP. But the "publish" doesn't work without any errors. The EJB is not deployed.

If I create a project with GEP, the deployment plan openejb-jar.xml is created by the GEP wizard and everything works.

If I manually add the openejb-jar.xml to my orginal project, then "publish" starts to work.

I'll attach a zip containing my test project.,

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


[jira] Updated: (GERONIMODEVTOOLS-567) EJB projected created by WTP without openejb-jar.xml cannot be published to Geronimo 2.1.4 server via GEP 2.1.4

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

Raymond Feng updated GERONIMODEVTOOLS-567:
------------------------------------------

    Attachment: calculator.zip

> EJB projected created by WTP without openejb-jar.xml cannot be published to Geronimo 2.1.4 server via GEP 2.1.4
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-567
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-567
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.1.4
>            Reporter: Raymond Feng
>            Assignee: Tim McConnell
>         Attachments: calculator.zip
>
>
> I have a simple calculator-ejb project created using WTP 3.0.x without openejb-jar.xml. The jar can be deployed to Geronimo 2.1.4 using the adminconsole. After install the GEP, I changed the server runtime for the project to GEP. But the "publish" doesn't work without any errors. The EJB is not deployed.
> If I create a project with GEP, the deployment plan openejb-jar.xml is created by the GEP wizard and everything works.
> If I manually add the openejb-jar.xml to my orginal project, then "publish" starts to work.
> I'll attach a zip containing my test project.,

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


[jira] Updated: (GERONIMODEVTOOLS-567) EJB projected created by WTP without openejb-jar.xml cannot be published to Geronimo 2.1.4 server via GEP 2.1.4

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

Delos Dai updated GERONIMODEVTOOLS-567:
---------------------------------------

    Attachment: 567.patch

Without deployment plan, reorder modules will get no modules. That causes GEP didn't deploy the ejb module.

This fix help to add modules to reordered module list even it doesn't contain deployement plan.



> EJB projected created by WTP without openejb-jar.xml cannot be published to Geronimo 2.1.4 server via GEP 2.1.4
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-567
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-567
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.1.4
>            Reporter: Raymond Feng
>            Assignee: Tim McConnell
>         Attachments: 567.patch, calculator.zip
>
>
> I have a simple calculator-ejb project created using WTP 3.0.x without openejb-jar.xml. The jar can be deployed to Geronimo 2.1.4 using the adminconsole. After install the GEP, I changed the server runtime for the project to GEP. But the "publish" doesn't work without any errors. The EJB is not deployed.
> If I create a project with GEP, the deployment plan openejb-jar.xml is created by the GEP wizard and everything works.
> If I manually add the openejb-jar.xml to my orginal project, then "publish" starts to work.
> I'll attach a zip containing my test project.,

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


[jira] Closed: (GERONIMODEVTOOLS-567) EJB projected created by WTP without openejb-jar.xml cannot be published to Geronimo 2.1.4 server via GEP 2.1.4

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

Delos Dai closed GERONIMODEVTOOLS-567.
--------------------------------------


Verified it with the fix!

close it, thanks!

> EJB projected created by WTP without openejb-jar.xml cannot be published to Geronimo 2.1.4 server via GEP 2.1.4
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-567
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-567
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.1.4
>            Reporter: Raymond Feng
>            Assignee: Tim McConnell
>             Fix For: 2.1.5, 2.2.0
>
>         Attachments: 567.patch, calculator.zip
>
>
> I have a simple calculator-ejb project created using WTP 3.0.x without openejb-jar.xml. The jar can be deployed to Geronimo 2.1.4 using the adminconsole. After install the GEP, I changed the server runtime for the project to GEP. But the "publish" doesn't work without any errors. The EJB is not deployed.
> If I create a project with GEP, the deployment plan openejb-jar.xml is created by the GEP wizard and everything works.
> If I manually add the openejb-jar.xml to my orginal project, then "publish" starts to work.
> I'll attach a zip containing my test project.,

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


[jira] Resolved: (GERONIMODEVTOOLS-567) EJB projected created by WTP without openejb-jar.xml cannot be published to Geronimo 2.1.4 server via GEP 2.1.4

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

Tim McConnell resolved GERONIMODEVTOOLS-567.
--------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.0
                   2.1.5

Thanks Delos for the patch -- applied at trunk and 2.1.5

> EJB projected created by WTP without openejb-jar.xml cannot be published to Geronimo 2.1.4 server via GEP 2.1.4
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-567
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-567
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.1.4
>            Reporter: Raymond Feng
>            Assignee: Tim McConnell
>             Fix For: 2.1.5, 2.2.0
>
>         Attachments: 567.patch, calculator.zip
>
>
> I have a simple calculator-ejb project created using WTP 3.0.x without openejb-jar.xml. The jar can be deployed to Geronimo 2.1.4 using the adminconsole. After install the GEP, I changed the server runtime for the project to GEP. But the "publish" doesn't work without any errors. The EJB is not deployed.
> If I create a project with GEP, the deployment plan openejb-jar.xml is created by the GEP wizard and everything works.
> If I manually add the openejb-jar.xml to my orginal project, then "publish" starts to work.
> I'll attach a zip containing my test project.,

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