[forge-issues] [JBoss JIRA] (FORGE-1530) Command constraint-setup creates a Bean Validation 1.1 descriptor

Antonio Goncalves (JIRA) issues at jboss.org
Thu Jan 30 04:57:28 EST 2014


Antonio Goncalves created FORGE-1530:
----------------------------------------

             Summary: 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/configuration validation-configuration-1.1.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 forge-issues mailing list