[forge-issues] [JBoss JIRA] Created: (SEAMFORGE-322) add-constraint Pattern erronously adds flags to annotation even when none are defined

Pete Muir (JIRA) jira-events at lists.jboss.org
Mon Sep 26 12:47:26 EDT 2011


add-constraint Pattern erronously adds flags to annotation even when none are defined
-------------------------------------------------------------------------------------

                 Key: SEAMFORGE-322
                 URL: https://issues.jboss.org/browse/SEAMFORGE-322
             Project: Seam Forge
          Issue Type: Bug
          Components: Blessed Plugins
            Reporter: Pete Muir


It adds @Pattern(message = "must contain only letters and spaces", regexp = "[A-Za-z ]*", flags = "{}") even when I didn't specify any flags and also produces an error in the imports -- import javax.validation.constraints.Pattern$Flag;


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the forge-issues mailing list