You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Shiva Kumar H R (JIRA)" <ji...@apache.org> on 2007/08/23 16:52:31 UTC

[jira] Created: (GERONIMODEVTOOLS-187) EMF for new schema version of Geronimo Deployment Plans

EMF for new schema version of Geronimo Deployment Plans
-------------------------------------------------------

                 Key: GERONIMODEVTOOLS-187
                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-187
             Project: Geronimo-Devtools
          Issue Type: Task
          Components: eclipse-plugin
    Affects Versions: 2.0
            Reporter: Shiva Kumar H R
            Priority: Critical
             Fix For: 2.0


plugins\org.apache.geronimo.st.v20.core is currently using EMF classes from org.apache.geronimo.v11.deployment.model. 
However Geronimo v2.0.1 has new schema versions for its deployment plans. We need to generate EMF for these new schemas.

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


[jira] Updated: (GERONIMODEVTOOLS-187) EMF for new schema version of Geronimo Deployment Plans

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

Tim McConnell updated GERONIMODEVTOOLS-187:
-------------------------------------------

        Fix Version/s:     (was: 2.0)
                       2.0.x
    Affects Version/s:     (was: 2.0)
                       2.0.x

> EMF for new schema version of Geronimo Deployment Plans
> -------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-187
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-187
>             Project: Geronimo-Devtools
>          Issue Type: Task
>          Components: eclipse-plugin
>    Affects Versions: 2.0.x
>            Reporter: Shiva Kumar H R
>            Priority: Critical
>             Fix For: 2.0.x
>
>         Attachments: GERONIMODEVTOOLS-187-reference.patch
>
>
> plugins\org.apache.geronimo.st.v20.core is currently using EMF classes from org.apache.geronimo.v11.deployment.model. 
> However Geronimo v2.0.1 has new schema versions for its deployment plans. We need to generate EMF for these new schemas.

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


[jira] Updated: (GERONIMODEVTOOLS-187) EMF for new schema version of Geronimo Deployment Plans

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

Tim McConnell updated GERONIMODEVTOOLS-187:
-------------------------------------------

    Assignee: Tim McConnell

> EMF for new schema version of Geronimo Deployment Plans
> -------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-187
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-187
>             Project: Geronimo-Devtools
>          Issue Type: Task
>          Components: eclipse-plugin
>    Affects Versions: 2.0.x
>            Reporter: Shiva Kumar H R
>            Assignee: Tim McConnell
>            Priority: Critical
>             Fix For: 2.0.x
>
>         Attachments: GERONIMODEVTOOLS-187-reference.patch
>
>
> plugins\org.apache.geronimo.st.v20.core is currently using EMF classes from org.apache.geronimo.v11.deployment.model. 
> However Geronimo v2.0.1 has new schema versions for its deployment plans. We need to generate EMF for these new schemas.

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


[jira] Updated: (GERONIMODEVTOOLS-187) EMF for new schema version of Geronimo Deployment Plans

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

Shiva Kumar H R updated GERONIMODEVTOOLS-187:
---------------------------------------------

    Attachment: GERONIMODEVTOOLS-187-reference.patch

Looks like there is some more work that needs to be done. With the above patch I am currently getting following errors while building "org.apache.geronimo.v20.deployment.model": 

[INFO] Compiling 230 source files to E:\_src\eclipse-plugin\trunk\plugins\org.ap
ache.geronimo.v20.deployment.model\target\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

E:\_src\eclipse-plugin\trunk\plugins\org.apache.geronimo.v20.deployment.model\sr
c\org\apache\geronimo\xml\ns\j2ee\application\ApplicationPackage.java:[950,2] ca
nnot find symbol
symbol  : class ApplicationFactory
location: interface org.apache.geronimo.xml.ns.j2ee.application.ApplicationPacka
ge

E:\_src\eclipse-plugin\trunk\plugins\org.apache.geronimo.v20.deployment.model\sr
c\org\apache\geronimo\xml\ns\j2ee\application\ApplicationPackage.java:[108,81] c
annot find symbol
symbol  : class ApplicationPackageImpl
location: package org.apache.geronimo.xml.ns.j2ee.application.impl

E:\_src\eclipse-plugin\trunk\plugins\org.apache.geronimo.v20.deployment.model\sr
c\org\apache\geronimo\xml\ns\j2ee\ejb\openejb\impl\GeronimoEjbJarTypeImpl.java:[
288,57] inconvertible types
found   : org.eclipse.emf.common.util.EList<java.lang.Object>
required: org.eclipse.emf.ecore.util.FeatureMap

E:\_src\eclipse-plugin\trunk\plugins\org.apache.geronimo.v20.deployment.model\sr
c\org\apache\geronimo\xml\ns\j2ee\ejb\openejb\impl\GeronimoEjbJarTypeImpl.java:[
462,38] inconvertible types
found   : org.eclipse.emf.common.util.EList<java.lang.Object>
required: org.eclipse.emf.ecore.util.FeatureMap

E:\_src\eclipse-plugin\trunk\plugins\org.apache.geronimo.v20.deployment.model\sr
c\org\apache\geronimo\xml\ns\j2ee\web\impl\WebAppTypeImpl.java:[622,38] inconver
tible types
found   : org.eclipse.emf.common.util.EList<java.lang.Object>
required: org.eclipse.emf.ecore.util.FeatureMap


[INFO] ------------------------------------------------------------------------


Wondering why EMF is not generating those missing classes: ApplicationFactory, ApplicationPackageImpl ?

> EMF for new schema version of Geronimo Deployment Plans
> -------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-187
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-187
>             Project: Geronimo-Devtools
>          Issue Type: Task
>          Components: eclipse-plugin
>    Affects Versions: 2.0
>            Reporter: Shiva Kumar H R
>            Priority: Critical
>             Fix For: 2.0
>
>         Attachments: GERONIMODEVTOOLS-187-reference.patch
>
>
> plugins\org.apache.geronimo.st.v20.core is currently using EMF classes from org.apache.geronimo.v11.deployment.model. 
> However Geronimo v2.0.1 has new schema versions for its deployment plans. We need to generate EMF for these new schemas.

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


[jira] Closed: (GERONIMODEVTOOLS-187) EMF for new schema version of Geronimo Deployment Plans

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

Tim McConnell closed GERONIMODEVTOOLS-187.
------------------------------------------


> EMF for new schema version of Geronimo Deployment Plans
> -------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-187
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-187
>             Project: Geronimo-Devtools
>          Issue Type: Task
>          Components: eclipse-plugin
>    Affects Versions: 2.0.x
>            Reporter: Shiva Kumar H R
>            Assignee: Tim McConnell
>            Priority: Critical
>             Fix For: 2.1.0
>
>         Attachments: GERONIMODEVTOOLS-187-reference.patch
>
>
> plugins\org.apache.geronimo.st.v20.core is currently using EMF classes from org.apache.geronimo.v11.deployment.model. 
> However Geronimo v2.0.1 has new schema versions for its deployment plans. We need to generate EMF for these new schemas.

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


[jira] Resolved: (GERONIMODEVTOOLS-187) EMF for new schema version of Geronimo Deployment Plans

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

Tim McConnell resolved GERONIMODEVTOOLS-187.
--------------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0.x)
                   2.1.0

No longer an issue with the JAXB models in GEP 2.1.0

> EMF for new schema version of Geronimo Deployment Plans
> -------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-187
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-187
>             Project: Geronimo-Devtools
>          Issue Type: Task
>          Components: eclipse-plugin
>    Affects Versions: 2.0.x
>            Reporter: Shiva Kumar H R
>            Assignee: Tim McConnell
>            Priority: Critical
>             Fix For: 2.1.0
>
>         Attachments: GERONIMODEVTOOLS-187-reference.patch
>
>
> plugins\org.apache.geronimo.st.v20.core is currently using EMF classes from org.apache.geronimo.v11.deployment.model. 
> However Geronimo v2.0.1 has new schema versions for its deployment plans. We need to generate EMF for these new schemas.

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