]
Antonio Goncalves updated FORGE-1530:
-------------------------------------
Parent Issue: FORGE-1926 (was: FORGE-1491)
Command constraint-setup creates a Bean Validation 1.1 descriptor
-----------------------------------------------------------------
Key: FORGE-1530
URL:
https://issues.jboss.org/browse/FORGE-1530
Project: Forge
Issue Type: Sub-task
Components: Scaffold
Affects Versions: 2.0.0.Final
Reporter: Antonio Goncalves
Fix For: 2.x Future
When executing the {{constraint-setup}} command, it generates a Bean Validation 1.1
descriptor instead of a 1.0 (which is Java EE 6) :
{code}
<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
<validation-config
xmlns="http://jboss.org/xml/ns/javax/validation/configuration"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/xml/ns/javax/validation/configu...
validation-configuration-1.1.xsd"/>
{code}