You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jacek Laskowski (JIRA)" <de...@geronimo.apache.org> on 2005/07/04 11:22:12 UTC

[jira] Created: (GERONIMO-700) Chaning cmp-field-name to field-name in CMP mapping

Chaning cmp-field-name to field-name in CMP mapping
---------------------------------------------------

         Key: GERONIMO-700
         URL: http://issues.apache.org/jira/browse/GERONIMO-700
     Project: Geronimo
        Type: Improvement
  Components: OpenEJB  
    Versions: 1.0-M4    
    Reporter: Jacek Laskowski


openejb-jar.xsd file declares cmp-field-name tag of cmp-field-mapping. It corresponds to field-name tag of the standard dd. As currently the mapping process is done manually it would be much easier if the files could be copied and pasted without tag name changes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-700) Renaming cmp-field-name to field-name in CMP mapping

Posted by "David Blevins (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-700?page=all ]

David Blevins updated GERONIMO-700:
-----------------------------------

    Fix Version: 1.0
                     (was: 1.0-M5)

> Renaming cmp-field-name to field-name in CMP mapping
> ----------------------------------------------------
>
>          Key: GERONIMO-700
>          URL: http://issues.apache.org/jira/browse/GERONIMO-700
>      Project: Geronimo
>         Type: Improvement
>   Components: OpenEJB
>     Versions: 1.0-M4
>     Reporter: Jacek Laskowski
>      Fix For: 1.0

>
> openejb-jar.xsd file declares cmp-field-name tag of cmp-field-mapping. It corresponds to field-name tag of the standard dd. As currently the mapping process is done manually it would be much easier if the files could be copied and pasted without tag name changes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-700) Renaming cmp-field-name to field-name in CMP mapping

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-700?page=comments#action_12358293 ] 

David Jencks commented on GERONIMO-700:
---------------------------------------

Backwards compatibility can probably be implemented pretty easily by adding a QNameConverter to the table of ElementConverters in SchemaConversionUtils.  We need to make sure the openejb plan gets sent through the appropriate code: it almost certainly does to get the dependency namespace changed.

So, just changing the schema, the code that uses the xmlobjects in the builder, and adding the converter is probably sufficient.  We should include a test case.

> Renaming cmp-field-name to field-name in CMP mapping
> ----------------------------------------------------
>
>          Key: GERONIMO-700
>          URL: http://issues.apache.org/jira/browse/GERONIMO-700
>      Project: Geronimo
>         Type: Improvement
>   Components: OpenEJB
>     Versions: 1.0-M4
>     Reporter: Jacek Laskowski
>      Fix For: 1.x

>
> openejb-jar.xsd file declares cmp-field-name tag of cmp-field-mapping. It corresponds to field-name tag of the standard dd. As currently the mapping process is done manually it would be much easier if the files could be copied and pasted without tag name changes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-700) Renaming cmp-field-name to field-name in CMP mapping

Posted by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-700?page=all ]

Matt Hogstrom updated GERONIMO-700:
-----------------------------------

    Fix Version: 1.x
                     (was: 1.0)

Moved out of 1.0

> Renaming cmp-field-name to field-name in CMP mapping
> ----------------------------------------------------
>
>          Key: GERONIMO-700
>          URL: http://issues.apache.org/jira/browse/GERONIMO-700
>      Project: Geronimo
>         Type: Improvement
>   Components: OpenEJB
>     Versions: 1.0-M4
>     Reporter: Jacek Laskowski
>      Fix For: 1.x

>
> openejb-jar.xsd file declares cmp-field-name tag of cmp-field-mapping. It corresponds to field-name tag of the standard dd. As currently the mapping process is done manually it would be much easier if the files could be copied and pasted without tag name changes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-700) Renaming cmp-field-name to field-name in CMP mapping

Posted by "Jacek Laskowski (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-700?page=all ]

Jacek Laskowski updated GERONIMO-700:
-------------------------------------

    Summary: Renaming cmp-field-name to field-name in CMP mapping  (was: Chaning cmp-field-name to field-name in CMP mapping)

> Renaming cmp-field-name to field-name in CMP mapping
> ----------------------------------------------------
>
>          Key: GERONIMO-700
>          URL: http://issues.apache.org/jira/browse/GERONIMO-700
>      Project: Geronimo
>         Type: Improvement
>   Components: OpenEJB
>     Versions: 1.0-M4
>     Reporter: Jacek Laskowski

>
> openejb-jar.xsd file declares cmp-field-name tag of cmp-field-mapping. It corresponds to field-name tag of the standard dd. As currently the mapping process is done manually it would be much easier if the files could be copied and pasted without tag name changes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-700) Renaming cmp-field-name to field-name in CMP mapping

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-700?page=all ]

David Jencks updated GERONIMO-700:
----------------------------------

    Fix Version: 1.0-M5

this MUST be done by m5 or it will be too late.  Even now we should provide some upgrade support.

> Renaming cmp-field-name to field-name in CMP mapping
> ----------------------------------------------------
>
>          Key: GERONIMO-700
>          URL: http://issues.apache.org/jira/browse/GERONIMO-700
>      Project: Geronimo
>         Type: Improvement
>   Components: OpenEJB
>     Versions: 1.0-M4
>     Reporter: Jacek Laskowski
>      Fix For: 1.0-M5

>
> openejb-jar.xsd file declares cmp-field-name tag of cmp-field-mapping. It corresponds to field-name tag of the standard dd. As currently the mapping process is done manually it would be much easier if the files could be copied and pasted without tag name changes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira