[jboss-jira] [JBoss JIRA] (JBEE-120) JBoss build of jsf api contains incorrect xml header

Stan Silvert (JIRA) jira-events at lists.jboss.org
Mon Apr 1 19:10:43 EDT 2013


     [ https://issues.jboss.org/browse/JBEE-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stan Silvert resolved JBEE-120.
-------------------------------

    Resolution: Out of Date


Closing as out of date.  We are dropping JSF 1.2 from AS8.  Since this doesn't cause any operational problems it doesn't seem worth fixing.

If you disagree, please let me know and we can reopen.
                
> JBoss build of jsf api contains incorrect xml header
> ----------------------------------------------------
>
>                 Key: JBEE-120
>                 URL: https://issues.jboss.org/browse/JBEE-120
>             Project: JBoss JavaEE Spec APIs
>          Issue Type: Bug
>          Components: general
>            Reporter: Paul Gier
>            Assignee: Stan Silvert
>             Fix For: JavaEE 5 Spec APIs - Maint
>
>
> The JBoss rebuild of the jsf api jar contains an incorrect xml header missing the namespace.
> https://repository.jboss.org/nexus/content/groups/public/javax/faces/jsf-api/1.2_15-jbossorg-2/jsf-api-1.2_15-jbossorg-2.pom
> Current header:
> {code:xml}
> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
> {code}
> Correct header:
> {code:xml}
> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list