[
https://issues.jboss.org/browse/FORGE-2743?page=com.atlassian.jira.plugin...
]
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/configu...
http://www.jboss.org/xml/ns/javax/validation/configuration/validation-con...
{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/configu...
http://www.jboss.org/xml/ns/javax/validation/configuration/validation-con...
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/configu...
http://www.jboss.org/xml/ns/javax/validation/configuration/validation-con...
{code}
See
https://developer.jboss.org/message/971951#971951
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)