[JBoss JIRA] (FORGE-1706) Adding constraint with regular expression throws an Error
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1706?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-1706:
-----------------------------------
Description:
{code}
[Book.java]$ constraint-add --onProperty isbn --constraint Pattern --regexp ^\d{9}[\d|X]$
***ERROR*** org.eclipse.jdt.core.dom.MarkerAnnotation cannot be cast to org.eclipse.jdt.core.dom.NormalAnnotation
{code}
was:
[Book.java]$ constraint-add --onProperty isbn --constraint Pattern --regexp ^\d{9}[\d|X]$
***ERROR*** org.eclipse.jdt.core.dom.MarkerAnnotation cannot be cast to org.eclipse.jdt.core.dom.NormalAnnotation
> Adding constraint with regular expression throws an Error
> ---------------------------------------------------------
>
> Key: FORGE-1706
> URL: https://issues.jboss.org/browse/FORGE-1706
> Project: Forge
> Issue Type: Bug
> Reporter: Arun Gupta
>
> {code}
> [Book.java]$ constraint-add --onProperty isbn --constraint Pattern --regexp ^\d{9}[\d|X]$
> ***ERROR*** org.eclipse.jdt.core.dom.MarkerAnnotation cannot be cast to org.eclipse.jdt.core.dom.NormalAnnotation
> {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
12 years
[JBoss JIRA] (FORGE-1712) Create composite command for Java EE setup
by Arun Gupta (JIRA)
Arun Gupta created FORGE-1712:
---------------------------------
Summary: Create composite command for Java EE setup
Key: FORGE-1712
URL: https://issues.jboss.org/browse/FORGE-1712
Project: Forge
Issue Type: Feature Request
Affects Versions: 2.3.0.Final
Reporter: Arun Gupta
Currently every spec need to be explicitly configured as:
servlet-setup; cdi-setup; jpa-setup --container JBOSS_EAP6; rest-setup; constraint-setup; faces-setup; ejb-setup; scaffold-setup
It would be great if a composite command such as "javaee6-setup" can be provided as an ease-of-use. Later "javaee7-setup" can be provided.
--
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
12 years