You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Berndt (JIRA)" <de...@myfaces.apache.org> on 2008/07/11 06:53:31 UTC

[jira] Created: (TRINIDAD-1154) Validation issue in trh.tld: dewey-versionType in tlib-version

Validation issue in trh.tld: dewey-versionType in tlib-version
--------------------------------------------------------------

                 Key: TRINIDAD-1154
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1154
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions:  1.2.8-core, 1.2.7-core, 1.2.6-core, 1.2.5-core
            Reporter: Matthias Berndt


tlib-version is set to 11-m3 at the moment, but should be:

http://java.sun.com/xml/ns/javaee
<xsd:simpleType name="dewey-versionType">
    <xsd:restriction base="xsd:token">
        <xsd:pattern value="\.?[0-9]+(\.[0-9]+)*"/>
    </xsd:restriction>
</xsd:simpleType>

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


[jira] Resolved: (TRINIDAD-1154) Validation issue in trh.tld: dewey-versionType in tlib-version

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

Matthias Weßendorf resolved TRINIDAD-1154.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.10-core
                   1.2.10-core

> Validation issue in trh.tld: dewey-versionType in tlib-version
> --------------------------------------------------------------
>
>                 Key: TRINIDAD-1154
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1154
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.2.5-core, 1.2.6-core, 1.2.7-core,  1.2.8-core
>            Reporter: Matthias Berndt
>             Fix For: 1.2.10-core, 1.0.10-core
>
>
> tlib-version is set to 11-m3 at the moment, but should be:
> http://java.sun.com/xml/ns/javaee
> <xsd:simpleType name="dewey-versionType">
>     <xsd:restriction base="xsd:token">
>         <xsd:pattern value="\.?[0-9]+(\.[0-9]+)*"/>
>     </xsd:restriction>
> </xsd:simpleType>

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