[forge-issues] [JBoss JIRA] (FORGE-2743) Forge 3.6.1 Generated validation.xml has incorrect xsi:schemaLocation

George Gastaldi (JIRA) issues at jboss.org
Mon May 15 22:10:00 EDT 2017


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

George Gastaldi updated FORGE-2743:
-----------------------------------
    Description: 
The standard validation.xml document generated to META-INF needs the second term of the xsi:schemaLocation to be a full URL.  The currently generated xml is invalid and is flagged by eclipse Neon.3 with a warning message.  It should be
{code:xml}
xsi:schemaLocation="http://jboss.org/xml/ns/javax/validation/configuration http://www.jboss.org/xml/ns/javax/validation/configuration/validation-configuration-1.1.xsd"
{code}
See https://developer.jboss.org/message/971951#971951


  was:
The standard validation.xml document generated to META-INF needs the second term of the xsi:schemaLocation to be a full URL.  The currently generated xml is invalid and is flagged by eclipse Neon.3 with a warning message.  It should be
xsi:schemaLocation="http://jboss.org/xml/ns/javax/validation/configuration http://www.jboss.org/xml/ns/javax/validation/configuration/validation-configuration-1.1.xsd"

See https://developer.jboss.org/message/971951#971951




> Forge 3.6.1 Generated validation.xml has incorrect xsi:schemaLocation
> ---------------------------------------------------------------------
>
>                 Key: FORGE-2743
>                 URL: https://issues.jboss.org/browse/FORGE-2743
>             Project: Forge
>          Issue Type: Bug
>          Components: Bean Validation
>    Affects Versions: 3.6.1.Final
>            Reporter: Gerry Matte
>            Priority: Minor
>             Fix For: 3.x Future
>
>
> The standard validation.xml document generated to META-INF needs the second term of the xsi:schemaLocation to be a full URL.  The currently generated xml is invalid and is flagged by eclipse Neon.3 with a warning message.  It should be
> {code:xml}
> xsi:schemaLocation="http://jboss.org/xml/ns/javax/validation/configuration http://www.jboss.org/xml/ns/javax/validation/configuration/validation-configuration-1.1.xsd"
> {code}
> See https://developer.jboss.org/message/971951#971951



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the forge-issues mailing list