You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Micha&#322; Borowiecki (JIRA)" <ji...@codehaus.org> on 2008/06/26 16:59:27 UTC

[jira] Created: (MRM-851) wrong tablib short-name causes deployment error on Geronimo

wrong tablib short-name causes deployment error on Geronimo
-----------------------------------------------------------

                 Key: MRM-851
                 URL: http://jira.codehaus.org/browse/MRM-851
             Project: Archiva
          Issue Type: Bug
         Environment: Geronimo 2.1
            Reporter: Micha&#322; Borowiecki


taglib short-name should not contain spaces according to the DTD comments

<!--
Defines a short (default) short-name to be used for tags and
variable names used/created by this tag library.  Do not use
white space, and do not start with digits or underscore.

#PCDATA ::= NMTOKEN
-->

<!ELEMENT short-name      (#PCDATA) >


This causes deployment error on Geronimo
/usr/local/jboss/geronimo-tomcat6-javaee5-2.1/repository/default/archiva/1214491550010/archiva-1214491550010.war/WEB-INF/classes/META-INF/taglib.tld:8:4: error: cvc-datatype-valid.1.1: string value 'Archiva Taglib' does not match pattern for tld-canonical-nameType in namespace http://java.sun.com/xml/ns/javaee


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

        

[jira] Assigned: (MRM-851) wrong taglib short-name causes deployment error on Geronimo

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching reassigned MRM-851:
------------------------------------

    Assignee: Maria Odea Ching

> wrong taglib short-name causes deployment error on Geronimo
> -----------------------------------------------------------
>
>                 Key: MRM-851
>                 URL: http://jira.codehaus.org/browse/MRM-851
>             Project: Archiva
>          Issue Type: Bug
>         Environment: Geronimo 2.1
>            Reporter: Micha&#322; Borowiecki
>            Assignee: Maria Odea Ching
>             Fix For: 1.1
>
>
> taglib short-name should not contain spaces according to the DTD comments
> <!--
> Defines a short (default) short-name to be used for tags and
> variable names used/created by this tag library.  Do not use
> white space, and do not start with digits or underscore.
> #PCDATA ::= NMTOKEN
> -->
> <!ELEMENT short-name      (#PCDATA) >
> This causes deployment error on Geronimo
> /usr/local/jboss/geronimo-tomcat6-javaee5-2.1/repository/default/archiva/1214491550010/archiva-1214491550010.war/WEB-INF/classes/META-INF/taglib.tld:8:4: error: cvc-datatype-valid.1.1: string value 'Archiva Taglib' does not match pattern for tld-canonical-nameType in namespace http://java.sun.com/xml/ns/javaee

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

        

[jira] Updated: (MRM-851) wrong taglib short-name causes deployment error on Geronimo

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MRM-851:
-----------------------------

    Summary: wrong taglib short-name causes deployment error on Geronimo  (was: wrong tablib short-name causes deployment error on Geronimo)

> wrong taglib short-name causes deployment error on Geronimo
> -----------------------------------------------------------
>
>                 Key: MRM-851
>                 URL: http://jira.codehaus.org/browse/MRM-851
>             Project: Archiva
>          Issue Type: Bug
>         Environment: Geronimo 2.1
>            Reporter: Micha&#322; Borowiecki
>             Fix For: 1.1
>
>
> taglib short-name should not contain spaces according to the DTD comments
> <!--
> Defines a short (default) short-name to be used for tags and
> variable names used/created by this tag library.  Do not use
> white space, and do not start with digits or underscore.
> #PCDATA ::= NMTOKEN
> -->
> <!ELEMENT short-name      (#PCDATA) >
> This causes deployment error on Geronimo
> /usr/local/jboss/geronimo-tomcat6-javaee5-2.1/repository/default/archiva/1214491550010/archiva-1214491550010.war/WEB-INF/classes/META-INF/taglib.tld:8:4: error: cvc-datatype-valid.1.1: string value 'Archiva Taglib' does not match pattern for tld-canonical-nameType in namespace http://java.sun.com/xml/ns/javaee

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

        

[jira] Commented: (MRM-851) wrong taglib short-name causes deployment error on Geronimo

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=140025#action_140025 ] 

Maria Odea Ching commented on MRM-851:
--------------------------------------

Btw, the workaround for this problem is documented here (please see comments at the end of the wiki):
http://cwiki.apache.org/confluence/display/ARCHIVA/Archiva+on+Geronimo-2.0.2+with+MySQL+backend

So the fix for this is just to change the short-name of the archiva taglib (remove the whitespaces) in the next release..

> wrong taglib short-name causes deployment error on Geronimo
> -----------------------------------------------------------
>
>                 Key: MRM-851
>                 URL: http://jira.codehaus.org/browse/MRM-851
>             Project: Archiva
>          Issue Type: Bug
>         Environment: Geronimo 2.1
>            Reporter: Micha&#322; Borowiecki
>             Fix For: 1.1
>
>
> taglib short-name should not contain spaces according to the DTD comments
> <!--
> Defines a short (default) short-name to be used for tags and
> variable names used/created by this tag library.  Do not use
> white space, and do not start with digits or underscore.
> #PCDATA ::= NMTOKEN
> -->
> <!ELEMENT short-name      (#PCDATA) >
> This causes deployment error on Geronimo
> /usr/local/jboss/geronimo-tomcat6-javaee5-2.1/repository/default/archiva/1214491550010/archiva-1214491550010.war/WEB-INF/classes/META-INF/taglib.tld:8:4: error: cvc-datatype-valid.1.1: string value 'Archiva Taglib' does not match pattern for tld-canonical-nameType in namespace http://java.sun.com/xml/ns/javaee

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

        

[jira] Updated: (MRM-851) wrong tablib short-name causes deployment error on Geronimo

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MRM-851:
-----------------------------

    Fix Version/s: 1.1

> wrong tablib short-name causes deployment error on Geronimo
> -----------------------------------------------------------
>
>                 Key: MRM-851
>                 URL: http://jira.codehaus.org/browse/MRM-851
>             Project: Archiva
>          Issue Type: Bug
>         Environment: Geronimo 2.1
>            Reporter: Micha&#322; Borowiecki
>             Fix For: 1.1
>
>
> taglib short-name should not contain spaces according to the DTD comments
> <!--
> Defines a short (default) short-name to be used for tags and
> variable names used/created by this tag library.  Do not use
> white space, and do not start with digits or underscore.
> #PCDATA ::= NMTOKEN
> -->
> <!ELEMENT short-name      (#PCDATA) >
> This causes deployment error on Geronimo
> /usr/local/jboss/geronimo-tomcat6-javaee5-2.1/repository/default/archiva/1214491550010/archiva-1214491550010.war/WEB-INF/classes/META-INF/taglib.tld:8:4: error: cvc-datatype-valid.1.1: string value 'Archiva Taglib' does not match pattern for tld-canonical-nameType in namespace http://java.sun.com/xml/ns/javaee

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

        

[jira] Closed: (MRM-851) wrong taglib short-name causes deployment error on Geronimo

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching closed MRM-851.
--------------------------------

    Resolution: Fixed

Fixed in trunk -r673266. The fix was tested in geronimo 2.0.2. The problem with the webwork taglib still exists though, so you still need to do the workaround for the webwork taglib specified in the wiki.

> wrong taglib short-name causes deployment error on Geronimo
> -----------------------------------------------------------
>
>                 Key: MRM-851
>                 URL: http://jira.codehaus.org/browse/MRM-851
>             Project: Archiva
>          Issue Type: Bug
>         Environment: Geronimo 2.1
>            Reporter: Micha&#322; Borowiecki
>            Assignee: Maria Odea Ching
>             Fix For: 1.1
>
>
> taglib short-name should not contain spaces according to the DTD comments
> <!--
> Defines a short (default) short-name to be used for tags and
> variable names used/created by this tag library.  Do not use
> white space, and do not start with digits or underscore.
> #PCDATA ::= NMTOKEN
> -->
> <!ELEMENT short-name      (#PCDATA) >
> This causes deployment error on Geronimo
> /usr/local/jboss/geronimo-tomcat6-javaee5-2.1/repository/default/archiva/1214491550010/archiva-1214491550010.war/WEB-INF/classes/META-INF/taglib.tld:8:4: error: cvc-datatype-valid.1.1: string value 'Archiva Taglib' does not match pattern for tld-canonical-nameType in namespace http://java.sun.com/xml/ns/javaee

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

        

[jira] Commented: (MRM-851) wrong tablib short-name causes deployment error on Geronimo

Posted by "Micha&#322; Borowiecki (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=139994#action_139994 ] 

Micha&#322; Borowiecki commented on MRM-851:
--------------------------------------------

I made a typo in the summary
tablib should be taglib :D
Can you please correct it?

> wrong tablib short-name causes deployment error on Geronimo
> -----------------------------------------------------------
>
>                 Key: MRM-851
>                 URL: http://jira.codehaus.org/browse/MRM-851
>             Project: Archiva
>          Issue Type: Bug
>         Environment: Geronimo 2.1
>            Reporter: Micha&#322; Borowiecki
>             Fix For: 1.1
>
>
> taglib short-name should not contain spaces according to the DTD comments
> <!--
> Defines a short (default) short-name to be used for tags and
> variable names used/created by this tag library.  Do not use
> white space, and do not start with digits or underscore.
> #PCDATA ::= NMTOKEN
> -->
> <!ELEMENT short-name      (#PCDATA) >
> This causes deployment error on Geronimo
> /usr/local/jboss/geronimo-tomcat6-javaee5-2.1/repository/default/archiva/1214491550010/archiva-1214491550010.war/WEB-INF/classes/META-INF/taglib.tld:8:4: error: cvc-datatype-valid.1.1: string value 'Archiva Taglib' does not match pattern for tld-canonical-nameType in namespace http://java.sun.com/xml/ns/javaee

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