You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "K SRINATH REDDY (JIRA)" <ad...@incubator.apache.org> on 2007/01/17 18:21:30 UTC

[jira] Created: (ADFFACES-358) Improvement to plugins to generate generic metadata in faces-config for the custom component attributes

Improvement to plugins to generate generic metadata in faces-config for the custom component attributes
-------------------------------------------------------------------------------------------------------

                 Key: ADFFACES-358
                 URL: https://issues.apache.org/jira/browse/ADFFACES-358
             Project: MyFaces ADF-Faces
          Issue Type: Improvement
          Components: Build
         Environment: Windows XP
            Reporter: K SRINATH REDDY


I need a way to add the custom atribute metadata in the faces-config.xml to my custom component which is generated using maven plugins.
for example,
   If I want to add something like
 <property-extension>
  <property-metadata>
    <xyz:myAttr>myAttrValue</xyz:myAttr>
  </property-metadata>
</property-extension>

Given the following metadata in component metadata xml file 

<property-extension>
     <xyz:myAttr>myAttrValue</xyz:myAttr>
 </property-extension>

I will be providing a patch which doesn't affect the current implementation.



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

        

[jira] Updated: (ADFFACES-358) Improvement to plugins to generate generic metadata in faces-config for the custom component attributes

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-358:
----------------------------------------

        Fix Version/s: 1.0.1-incubating-plugins-SNAPSHOT
    Affects Version/s: 1.0.1-incubating-plugins-SNAPSHOT

> Improvement to plugins to generate generic metadata in faces-config for the custom component attributes
> -------------------------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-358
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-358
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 1.0.1-incubating-plugins-SNAPSHOT
>         Environment: Windows XP
>            Reporter: K SRINATH REDDY
>         Assigned To: Adam Winer
>             Fix For: 1.0.1-incubating-plugins-SNAPSHOT
>
>         Attachments: trunk.patch
>
>
> I need a way to add the custom atribute metadata in the faces-config.xml to my custom component which is generated using maven plugins.
> for example,
>    If I want to add something like
>  <property-extension>
>   <property-metadata>
>     <xyz:myAttr>myAttrValue</xyz:myAttr>
>   </property-metadata>
> </property-extension>
> Given the following metadata in component metadata xml file 
> <property-extension>
>      <xyz:myAttr>myAttrValue</xyz:myAttr>
>  </property-extension>
> I will be providing a patch which doesn't affect the current implementation.

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


[jira] Updated: (ADFFACES-358) Improvement to plugins to generate generic metadata in faces-config for the custom component attributes

Posted by "K SRINATH REDDY (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

K SRINATH REDDY updated ADFFACES-358:
-------------------------------------

    Status: Patch Available  (was: Open)

> Improvement to plugins to generate generic metadata in faces-config for the custom component attributes
> -------------------------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-358
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-358
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>          Components: Build
>         Environment: Windows XP
>            Reporter: K SRINATH REDDY
>
> I need a way to add the custom atribute metadata in the faces-config.xml to my custom component which is generated using maven plugins.
> for example,
>    If I want to add something like
>  <property-extension>
>   <property-metadata>
>     <xyz:myAttr>myAttrValue</xyz:myAttr>
>   </property-metadata>
> </property-extension>
> Given the following metadata in component metadata xml file 
> <property-extension>
>      <xyz:myAttr>myAttrValue</xyz:myAttr>
>  </property-extension>
> I will be providing a patch which doesn't affect the current implementation.

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

        

[jira] Updated: (ADFFACES-358) Improvement to plugins to generate generic metadata in faces-config for the custom component attributes

Posted by "K SRINATH REDDY (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

K SRINATH REDDY updated ADFFACES-358:
-------------------------------------

    Status: Open  (was: Patch Available)

> Improvement to plugins to generate generic metadata in faces-config for the custom component attributes
> -------------------------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-358
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-358
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>          Components: Build
>         Environment: Windows XP
>            Reporter: K SRINATH REDDY
>
> I need a way to add the custom atribute metadata in the faces-config.xml to my custom component which is generated using maven plugins.
> for example,
>    If I want to add something like
>  <property-extension>
>   <property-metadata>
>     <xyz:myAttr>myAttrValue</xyz:myAttr>
>   </property-metadata>
> </property-extension>
> Given the following metadata in component metadata xml file 
> <property-extension>
>      <xyz:myAttr>myAttrValue</xyz:myAttr>
>  </property-extension>
> I will be providing a patch which doesn't affect the current implementation.

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

        

[jira] Updated: (ADFFACES-358) Improvement to plugins to generate generic metadata in faces-config for the custom component attributes

Posted by "K SRINATH REDDY (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

K SRINATH REDDY updated ADFFACES-358:
-------------------------------------

    Attachment: trunk.patch

> Improvement to plugins to generate generic metadata in faces-config for the custom component attributes
> -------------------------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-358
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-358
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>          Components: Build
>         Environment: Windows XP
>            Reporter: K SRINATH REDDY
>         Attachments: trunk.patch
>
>
> I need a way to add the custom atribute metadata in the faces-config.xml to my custom component which is generated using maven plugins.
> for example,
>    If I want to add something like
>  <property-extension>
>   <property-metadata>
>     <xyz:myAttr>myAttrValue</xyz:myAttr>
>   </property-metadata>
> </property-extension>
> Given the following metadata in component metadata xml file 
> <property-extension>
>      <xyz:myAttr>myAttrValue</xyz:myAttr>
>  </property-extension>
> I will be providing a patch which doesn't affect the current implementation.

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

        

[jira] Updated: (ADFFACES-358) Improvement to plugins to generate generic metadata in faces-config for the custom component attributes

Posted by "K SRINATH REDDY (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

K SRINATH REDDY updated ADFFACES-358:
-------------------------------------

    Status: Patch Available  (was: Open)

> Improvement to plugins to generate generic metadata in faces-config for the custom component attributes
> -------------------------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-358
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-358
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>          Components: Build
>         Environment: Windows XP
>            Reporter: K SRINATH REDDY
>         Attachments: trunk.patch
>
>
> I need a way to add the custom atribute metadata in the faces-config.xml to my custom component which is generated using maven plugins.
> for example,
>    If I want to add something like
>  <property-extension>
>   <property-metadata>
>     <xyz:myAttr>myAttrValue</xyz:myAttr>
>   </property-metadata>
> </property-extension>
> Given the following metadata in component metadata xml file 
> <property-extension>
>      <xyz:myAttr>myAttrValue</xyz:myAttr>
>  </property-extension>
> I will be providing a patch which doesn't affect the current implementation.

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

        

[jira] Updated: (ADFFACES-358) Improvement to plugins to generate generic metadata in faces-config for the custom component attributes

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Winer updated ADFFACES-358:
--------------------------------

    Resolution: Fixed
      Assignee: Adam Winer
        Status: Resolved  (was: Patch Available)

Fixed on trunk (SVN rev 499146).  The patch generated a lot of
unexpected diffs, so it took a while to go through those.  But
happily, these diffs were entirely useful improvements.  In
particular, facet-metadata now includes a lot of elements that
were incorrectly getting stripped before.

> Improvement to plugins to generate generic metadata in faces-config for the custom component attributes
> -------------------------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-358
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-358
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>          Components: Build
>         Environment: Windows XP
>            Reporter: K SRINATH REDDY
>         Assigned To: Adam Winer
>         Attachments: trunk.patch
>
>
> I need a way to add the custom atribute metadata in the faces-config.xml to my custom component which is generated using maven plugins.
> for example,
>    If I want to add something like
>  <property-extension>
>   <property-metadata>
>     <xyz:myAttr>myAttrValue</xyz:myAttr>
>   </property-metadata>
> </property-extension>
> Given the following metadata in component metadata xml file 
> <property-extension>
>      <xyz:myAttr>myAttrValue</xyz:myAttr>
>  </property-extension>
> I will be providing a patch which doesn't affect the current implementation.

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