[JBoss JIRA] (JBIDE-26708) WF quickstart 'messaging-clustering-singleton' shows errors after import
by Zbyněk Červinka (Jira)
Zbyněk Červinka created JBIDE-26708:
---------------------------------------
Summary: WF quickstart 'messaging-clustering-singleton' shows errors after import
Key: JBIDE-26708
URL: https://issues.jboss.org/browse/JBIDE-26708
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 4.12.0.AM1
Environment: OS X 10.14.5
Reporter: Zbyněk Červinka
h1. *WF quickstart 'messaging-clustering-singleton' shows 3 errors in the jboss-ejb3.xml file:*
* Referenced file contains errors (jar:file:/Applications/codereadystudio-j8-wf/studio/codereadystudio.app/Contents/Eclipse/plugins/org.jboss.tools.as.catalog_3.7.0.v20190624-1620.jar!/schema/xsd/jboss-ejb-delivery-active_1_1.xsd). For more information, right click on the message in the Problems View and select "Show Details..."
* Referenced file contains errors (jar:file:/Applications/codereadystudio-j8-wf/studio/codereadystudio.app/Contents/Eclipse/plugins/org.jboss.tools.as.catalog_3.7.0.v20190624-1620.jar!/schema/xsd/jboss-ejb3-2_0.xsd). For more information, right click on the message in the Problems View and select "Show Details..."
* Referenced file contains errors (jar:file:/Applications/codereadystudio-j8-wf/studio/codereadystudio.app/Contents/Eclipse/plugins/org.jboss.tools.as.catalog_3.7.0.v20190624-1620.jar!/schema/xsd/jboss-ejb3-spec-2_0.xsd). For more information, right click on the message in the Problems View and select "Show Details..."
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 4 months
[JBoss JIRA] (JBIDE-26672) WildFly "spring-greeter" quickstart contains errors after import into Red Hat CodeReady Studio
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26672?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka edited comment on JBIDE-26672 at 7/1/19 12:41 PM:
------------------------------------------------------------------
h1. *Update on the situation with this issue:*
After todays testing in Red Hat CodeReady Studio (codereadystudio-12.12.0.GA-installer-standalone; codefreezed bits from
Friday, Jun 28 2019) I have found 7 errors in the Problems view:
3 occurrences of *{color:red}The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path{color}* (reported when this issue was created; errors still remains)
h3. *4 new errors:*
Missing artifact org.apache.taglibs:taglibs-standard-impl:jar:1.2.6-RC1
Missing artifact org.apache.taglibs:taglibs-standard-spec:jar:1.2.6-RC1
2x Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"
was (Author: zcervink):
h1. *Update on the situation with this issue:*
After todays testing in Red Hat CodeReady Studio (codereadystudio-12.12.0.GA-installer-standalone; codefreezed bits from
Friday, Jun 28 2019) I have found 4 errors in the Problems view:
2 occurrences of *{color:red}The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path{color}* (reported when this issue was created; errors still remains)
h3. *4 new errors:*
Missing artifact org.apache.taglibs:taglibs-standard-impl:jar:1.2.6-RC1
Missing artifact org.apache.taglibs:taglibs-standard-spec:jar:1.2.6-RC1
2x Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"
> WildFly "spring-greeter" quickstart contains errors after import into Red Hat CodeReady Studio
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-26672
> URL: https://issues.jboss.org/browse/JBIDE-26672
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.12.0.AM1
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Priority: Major
> Fix For: 4.12.x
>
> Attachments: error_msg.png
>
>
> *Issue solved by extending the pom.xml by adding the following dependency:*
> <dependency>
> <groupId>javax.servlet</groupId>
> <artifactId>javax.servlet-api</artifactId>
> <version>3.1.0</version>
> <scope>provided</scope>
> </dependency>
> *SOURCE: StackOverflow:*
> https://stackoverflow.com/questions/22756153/the-superclass-javax-servlet...
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 4 months
[JBoss JIRA] (JBIDE-26672) WildFly "spring-greeter" quickstart contains errors after import into Red Hat CodeReady Studio
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26672?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka edited comment on JBIDE-26672 at 7/1/19 12:40 PM:
------------------------------------------------------------------
h1. *Update on the situation with this issue:*
After todays testing in Red Hat CodeReady Studio (codereadystudio-12.12.0.GA-installer-standalone; codefreezed bits from
Friday, Jun 28 2019) I have found 4 errors in the Problems view:
2 occurrences of *{color:red}The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path{color}* (reported when this issue was created; errors still remains)
h3. *4 new errors:*
Missing artifact org.apache.taglibs:taglibs-standard-impl:jar:1.2.6-RC1
Missing artifact org.apache.taglibs:taglibs-standard-spec:jar:1.2.6-RC1
2x Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"
was (Author: zcervink):
h1. *Update on the situation with this issue:*
After todays testing in Red Hat CodeReady Studio (codereadystudio-12.12.0.GA-installer-standalone; codefreezed bits from
Friday, Jun 28 2019) I have found 4 errors in the Problems view:
2 occurrences of *{color:red}The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path{color}* (reported when this issue was created; errors still remains)
h3. *2 new errors:*
Missing artifact org.apache.taglibs:taglibs-standard-impl:jar:1.2.6-RC1
Missing artifact org.apache.taglibs:taglibs-standard-spec:jar:1.2.6-RC1
> WildFly "spring-greeter" quickstart contains errors after import into Red Hat CodeReady Studio
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-26672
> URL: https://issues.jboss.org/browse/JBIDE-26672
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.12.0.AM1
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Priority: Major
> Fix For: 4.12.x
>
> Attachments: error_msg.png
>
>
> *Issue solved by extending the pom.xml by adding the following dependency:*
> <dependency>
> <groupId>javax.servlet</groupId>
> <artifactId>javax.servlet-api</artifactId>
> <version>3.1.0</version>
> <scope>provided</scope>
> </dependency>
> *SOURCE: StackOverflow:*
> https://stackoverflow.com/questions/22756153/the-superclass-javax-servlet...
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 4 months
[JBoss JIRA] (JBIDE-26672) WildFly "spring-greeter" quickstart contains errors after import into Red Hat CodeReady Studio
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26672?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka edited comment on JBIDE-26672 at 7/1/19 12:09 PM:
------------------------------------------------------------------
h1. *Update on the situation with this issue:*
After todays testing in Red Hat CodeReady Studio (codereadystudio-12.12.0.GA-installer-standalone; codefreezed bits from
Friday, Jun 28 2019) I have found 4 errors in the Problems view:
2 occurrences of *{color:red}The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path{color}* (reported when this issue was created; errors still remains)
h3. *2 new errors:*
Missing artifact org.apache.taglibs:taglibs-standard-impl:jar:1.2.6-RC1
Missing artifact org.apache.taglibs:taglibs-standard-spec:jar:1.2.6-RC1
was (Author: zcervink):
h1. *Update on the situation with this issue:*
After todays testing in Red Hat CodeReady Studio (codereadystudio-12.12.0.GA-installer-standalone; codefreezed bits from
Friday, Jun 28 2019) I have found 4 errors in the Problems view:
2 occurrences of *{color:red}The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path{color}* (reported when this issue was created)
*2 new errors:*
Missing artifact org.apache.taglibs:taglibs-standard-impl:jar:1.2.6-RC1
Missing artifact org.apache.taglibs:taglibs-standard-spec:jar:1.2.6-RC1
> WildFly "spring-greeter" quickstart contains errors after import into Red Hat CodeReady Studio
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-26672
> URL: https://issues.jboss.org/browse/JBIDE-26672
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.12.0.AM1
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Priority: Major
> Fix For: 4.12.x
>
> Attachments: error_msg.png
>
>
> *Issue solved by extending the pom.xml by adding the following dependency:*
> <dependency>
> <groupId>javax.servlet</groupId>
> <artifactId>javax.servlet-api</artifactId>
> <version>3.1.0</version>
> <scope>provided</scope>
> </dependency>
> *SOURCE: StackOverflow:*
> https://stackoverflow.com/questions/22756153/the-superclass-javax-servlet...
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 4 months
[JBoss JIRA] (JBIDE-26672) WildFly "spring-greeter" quickstart contains errors after import into Red Hat CodeReady Studio
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26672?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka commented on JBIDE-26672:
-----------------------------------------
h1. *Update on the situation with this issue:*
After todays testing in Red Hat CodeReady Studio (codereadystudio-12.12.0.GA-installer-standalone; codefreezed bits from
Friday, Jun 28 2019) I have found 4 errors in the Problems view:
2 occurrences of *{color:red}The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path{color}* (reported when this issue was created)
*2 new errors:*
Missing artifact org.apache.taglibs:taglibs-standard-impl:jar:1.2.6-RC1
Missing artifact org.apache.taglibs:taglibs-standard-spec:jar:1.2.6-RC1
> WildFly "spring-greeter" quickstart contains errors after import into Red Hat CodeReady Studio
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-26672
> URL: https://issues.jboss.org/browse/JBIDE-26672
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.12.0.AM1
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Priority: Major
> Fix For: 4.12.x
>
> Attachments: error_msg.png
>
>
> *Issue solved by extending the pom.xml by adding the following dependency:*
> <dependency>
> <groupId>javax.servlet</groupId>
> <artifactId>javax.servlet-api</artifactId>
> <version>3.1.0</version>
> <scope>provided</scope>
> </dependency>
> *SOURCE: StackOverflow:*
> https://stackoverflow.com/questions/22756153/the-superclass-javax-servlet...
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 4 months
[JBoss JIRA] (JBIDE-18578) Additional javaee7-samples import issues
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-18578?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka edited comment on JBIDE-18578 at 7/1/19 12:04 PM:
------------------------------------------------------------------
h1. *Update on the situation with this issue:*
After todays testing in Red Hat CodeReady Studio (codereadystudio-12.12.0.GA-installer-standalone; codefreezed bits from
Friday, Jun 28 2019) I have found 3 failing quickstarts (they have the same issues on Java 8 and Java 11):
* *{color:red}jaxrs-singleton{color}*
* *{color:red}jsf-flows-declarative{color}*
* *{color:red}jsf-flows-mixed{color}*
h2. *The list of errors in the 'Problems view' is following:*
* *{color:red}jaxrs-singleton{color}*
[4 occurrences on Java 8, 2 ocourencies on Java 11] Multiple JAX-RS Activators are defined for the project.
* *{color:red}jsf-flows-declarative{color}*
[4 occurrences] cvc-complex-type.2.2: Element 'value' must have no element [children], and the value must be valid.
[1 occurrence] cvc-pattern-valid: Value 'param1 flow1 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'.
[1 occurrence] cvc-pattern-valid: Value 'param2 flow1 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'.
[2 occurrences] cvc-complex-type.2.4.a: Invalid content was found starting with element 'flow-call'. One of '{"http://xmlns.jcp.org/xml/ns/javaee":inbound-parameter}' is expected.
[1 occurrence] cvc-pattern-valid: Value 'param1 flow2 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'.
[1 occurrence] cvc-pattern-valid: Value 'param2 flow2 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'.
* *{color:red}jsf-flows-mixed{color}*
[2 occurrences] cvc-complex-type.2.2: Element 'value' must have no element [children], and the value must be valid. flow2-flow.xml
[1 occurrence] cvc-complex-type.2.4.a: Invalid content was found starting with element 'flow-call'. One of '{"http://xmlns.jcp.org/xml/ns/javaee":inbound-parameter}' is expected.
[1 occurrence] cvc-pattern-valid: Value 'param1 flow2 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'.
[1 occurrence] cvc-pattern-valid: Value 'param2 flow2 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'.
See the screenshot of the Problems view in the attachment - !The Problems view.png|thumbnail!
was (Author: zcervink):
h1. *Update on the situation with this issue:*
After todays testing in Red Hat CodeReady Studio (codereadystudio-12.12.0.GA-installer-standalone; codefreezed bits from
Friday, Jun 28 2019) I have found 3 failing quickstarts (they have the same issues on Java 8 and Java 11):
* *{color:red}jaxrs-singleton{color}*
* *{color:red}jsf-flows-declarative{color}*
* *{color:red}jsf-flows-mixed{color}*
h2. *The list of errors in the 'Problems view' is following:*
* *{color:red}jaxrs-singleton{color}*
[4 ocourencies on Java 8, 2 ocourencies on Java 11] Multiple JAX-RS Activators are defined for the project.
* *{color:red}jsf-flows-declarative{color}*
[4 ocourencies] cvc-complex-type.2.2: Element 'value' must have no element [children], and the value must be valid.
[1 ocourencies] cvc-pattern-valid: Value 'param1 flow1 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'.
[1 ocourencies] cvc-pattern-valid: Value 'param2 flow1 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'.
[2 ocourencies] cvc-complex-type.2.4.a: Invalid content was found starting with element 'flow-call'. One of '{"http://xmlns.jcp.org/xml/ns/javaee":inbound-parameter}' is expected.
[1 ocourencies] cvc-pattern-valid: Value 'param1 flow2 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'.
[1 ocourencies] cvc-pattern-valid: Value 'param2 flow2 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'.
* *{color:red}jsf-flows-mixed{color}*
[2 ocourencies] cvc-complex-type.2.2: Element 'value' must have no element [children], and the value must be valid. flow2-flow.xml
[1 ocourencies] cvc-complex-type.2.4.a: Invalid content was found starting with element 'flow-call'. One of '{"http://xmlns.jcp.org/xml/ns/javaee":inbound-parameter}' is expected.
[1 ocourencies] cvc-pattern-valid: Value 'param1 flow2 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'.
[1 ocourencies] cvc-pattern-valid: Value 'param2 flow2 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'.
See the screenshot of the Problems view in the attachment - !The Problems view.png|thumbnail!
> Additional javaee7-samples import issues
> ----------------------------------------
>
> Key: JBIDE-18578
> URL: https://issues.jboss.org/browse/JBIDE-18578
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven, upstream
> Affects Versions: 4.2.0.CR2
> Environment: JBDS 8.0.0.CR2
> Reporter: Jiri Peterka
> Assignee: Fred Bricon
> Priority: Major
> Fix For: 4.12.x
>
> Attachments: The Problems view.png
>
>
> Additional javaee7-samples import issues
> Clone and import https://github.com/javaee-samples/javaee7-samples as maven projects
> They should import nicely (without errors) into JBT/JBDS and deploy to a JBT/JBDS managed Wildfly.
> There are still some Java Problems, Maven Problems and XML Problems after import, most projects are without errors. Project should be imported without errors
> Java Problems
> {code}
> Description Resource Path Location Type
> EBook cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 71 Java Problem
> EBook cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 71 Java Problem
> EBook cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 76 Java Problem
> EBook cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 85 Java Problem
> EBookStore cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 63 Java Problem
> EBookStore cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 69 Java Problem
> EBookStore cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 69 Java Problem
> EBookStoreImplService cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 35 Java Problem
> EBookStoreImplService cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 56 Java Problem
> EBookStoreImplService cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 56 Java Problem
> EBookStoreImplService cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 63 Java Problem
> EBookStoreImplService cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 69 Java Problem
> Greeting cannot be resolved to a type GreetingTest.java /bean-discovery-all/src/test/java/org/javaee7/cdi/nobeans/xml line 28 Java Problem
> Greeting cannot be resolved to a type GreetingTest.java /bean-discovery-all/src/test/java/org/javaee7/cdi/nobeans/xml line 32 Java Problem
> Greeting cannot be resolved to a type GreetingTest.java /bean-discovery-all/src/test/java/org/javaee7/cdi/nobeans/xml line 36 Java Problem
> Greeting cannot be resolved to a type GreetingTest.java /bean-discovery-all/src/test/java/org/javaee7/cdi/nobeans/xml line 37 Java Problem
> SimpleGreeting cannot be resolved to a type GreetingTest.java /bean-discovery-all/src/test/java/org/javaee7/cdi/nobeans/xml line 28 Java Problem
> SimpleGreeting cannot be resolved to a type GreetingTest.java /bean-discovery-all/src/test/java/org/javaee7/cdi/nobeans/xml line 37 Java Problem
> The declared package "org.javaee7.cdi.bean.discovery" does not match the expected package "main.java.org.javaee7.cdi.bean.discovery" Greeting.java /bean-discovery-all/src/main/java/org/javaee7/cdi/bean/discovery line 1 Java Problem
> The declared package "org.javaee7.cdi.bean.discovery" does not match the expected package "main.java.org.javaee7.cdi.bean.discovery" SimpleGreeting.java /bean-discovery-all/src/main/java/org/javaee7/cdi/bean/discovery line 1 Java Problem
> The declared package "org.javaee7.cdi.nobeans.xml" does not match the expected package "test.java.org.javaee7.cdi.nobeans.xml" GreetingTest.java /bean-discovery-all/src/test/java/org/javaee7/cdi/nobeans/xml line 1 Java Problem
> The import org.javaee7 cannot be resolved GreetingTest.java /bean-discovery-all/src/test/java/org/javaee7/cdi/nobeans/xml line 3 Java Problem
> The import org.javaee7 cannot be resolved GreetingTest.java /bean-discovery-all/src/test/java/org/javaee7/cdi/nobeans/xml line 4 Java Problem
> The import org.javaee7.jaxws.client.gen cannot be resolved EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 12 Java Problem
> The import org.javaee7.jaxws.client.gen cannot be resolved EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 13 Java Problem
> The import org.javaee7.jaxws.client.gen cannot be resolved EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 14 Java Problem
> {code}
> Maven Problems:
> {code}
> Description Resource Path Location Type
> Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:jaxws-maven-plugin:1.11:wsgen (execution: default, phase: process-classes) pom.xml /jaxws-endpoint line 21 Maven Project Build Lifecycle Mapping Problem
> Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:jaxws-maven-plugin:1.11:wsimport (execution: default, phase: generate-sources) pom.xml /jaxws-client line 21 Maven Project Build Lifecycle Mapping Problem
> {code}
> and xml problems
> {code}
> Description Resource Path Location Type
> cvc-complex-type.2.1: Element 'jboss' must have no character or element information item [children], because the type's content type is empty. enforce-beans.xml /jax-rs-angularjs/src/test/resources line 4 XML Problem
> cvc-complex-type.2.2: Element 'value' must have no element [children], and the value must be valid. flow1-flow.xml /flows-declarative/src/main/webapp/flow1 line 31 XML Problem
> cvc-complex-type.2.2: Element 'value' must have no element [children], and the value must be valid. flow1-flow.xml /flows-declarative/src/main/webapp/flow1 line 35 XML Problem
> cvc-complex-type.2.2: Element 'value' must have no element [children], and the value must be valid. flow2-flow.xml /flows-declarative/src/main/webapp/flow2 line 31 XML Problem
> cvc-complex-type.2.2: Element 'value' must have no element [children], and the value must be valid. flow2-flow.xml /flows-declarative/src/main/webapp/flow2 line 35 XML Problem
> cvc-complex-type.2.2: Element 'value' must have no element [children], and the value must be valid. flow2-flow.xml /flows-mixed/src/main/webapp/flow2 line 34 XML Problem
> cvc-complex-type.2.2: Element 'value' must have no element [children], and the value must be valid. flow2-flow.xml /flows-mixed/src/main/webapp/flow2 line 38 XML Problem
> cvc-complex-type.2.4.a: Invalid content was found starting with element 'flow-call'. One of '{"http://xmlns.jcp.org/xml/ns/javaee":inbound-parameter}' is expected. flow1-flow.xml /flows-declarative/src/main/webapp/flow1 line 25 XML Problem
> cvc-complex-type.2.4.a: Invalid content was found starting with element 'flow-call'. One of '{"http://xmlns.jcp.org/xml/ns/javaee":inbound-parameter}' is expected. flow2-flow.xml /flows-declarative/src/main/webapp/flow2 line 25 XML Problem
> cvc-complex-type.2.4.a: Invalid content was found starting with element 'flow-call'. One of '{"http://xmlns.jcp.org/xml/ns/javaee":inbound-parameter}' is expected. flow2-flow.xml /flows-mixed/src/main/webapp/flow2 line 28 XML Problem
> cvc-elt.1: Cannot find the declaration of element 'arquillian'. arquillian.xml /jaxrs-endpoint/src/test/resources line 3 XML Problem
> cvc-elt.1: Cannot find the declaration of element 'arquillian'. arquillian.xml /jpa-converter/src/test/resources-glassfish-embedded line 5 XML Problem
> cvc-elt.1: Cannot find the declaration of element 'arquillian'. arquillian.xml /jpa-converter/src/test/resources-glassfish-remote line 5 XML Problem
> cvc-elt.1: Cannot find the declaration of element 'arquillian'. arquillian.xml /jpa-converter/src/test/resources-jbosseap-remote line 5 XML Problem
> cvc-elt.1: Cannot find the declaration of element 'arquillian'. arquillian.xml /send-receive/src/test/resources line 3 XML Problem
> cvc-elt.1: Cannot find the declaration of element 'arquillian'. arquillian.xml /standalone/src/test/resources line 3 XML Problem
> cvc-elt.1: Cannot find the declaration of element 'arquillian'. arquillian.xml /transactional/src/test/resources line 3 XML Problem
> cvc-elt.1: Cannot find the declaration of element 'arquillian'. arquillian.xml /user-transaction/src/test/resources line 3 XML Problem
> cvc-pattern-valid: Value 'param1 flow1 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'. flow1-flow.xml /flows-declarative/src/main/webapp/flow1 line 31 XML Problem
> cvc-pattern-valid: Value 'param1 flow2 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'. flow2-flow.xml /flows-declarative/src/main/webapp/flow2 line 31 XML Problem
> cvc-pattern-valid: Value 'param1 flow2 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'. flow2-flow.xml /flows-mixed/src/main/webapp/flow2 line 34 XML Problem
> cvc-pattern-valid: Value 'param2 flow1 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'. flow1-flow.xml /flows-declarative/src/main/webapp/flow1 line 35 XML Problem
> cvc-pattern-valid: Value 'param2 flow2 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'. flow2-flow.xml /flows-declarative/src/main/webapp/flow2 line 35 XML Problem
> cvc-pattern-valid: Value 'param2 flow2 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'. flow2-flow.xml /flows-mixed/src/main/webapp/flow2 line 38 XML Problem
> {code}
> Additional issues:
> https://issues.jboss.org/browse/JBIDE-18352
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 4 months