[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 1:53 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 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"
> 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, 9 months
[JBoss JIRA] (JBIDE-26688) "jaxws-retail" quickstart from Red Hat Central and "jaxws-retail" WildFly 17.0.0 quickstart shows errors after import
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26688?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26688:
------------------------------------
Description:
h1. *"jaxws-retail" quickstart from Red Hat Central shows errors after import*
{color:red}*jboss-jaxws-retail-client -> Client.java [unresolvable imports]:*{color}
import org.jboss.quickstarts.ws.jaxws.samples.retail.profile.Customer;
import org.jboss.quickstarts.ws.jaxws.samples.retail.profile.DiscountRequest;
import org.jboss.quickstarts.ws.jaxws.samples.retail.profile.DiscountResponse;
import org.jboss.quickstarts.ws.jaxws.samples.retail.profile.ProfileMgmt;
{color:red}*jboss-jaxws-retail-service -> ProfileMgmtBean.java:*{color}
*DiscountResponse* cannot be resolved to a type
{color:red}*jboss-jaxws-retail-service - > pom.xml:*{color}
Error while running wsconsume.
was:
h1. *"jaxws-retail" quickstart from Red Hat Central shows errors after import*
{color:red}*jboss-jaxws-retail-client -> Client.java [unresolvable imports]:*{color}
import org.jboss.quickstarts.ws.jaxws.samples.retail.profile.Customer;
import org.jboss.quickstarts.ws.jaxws.samples.retail.profile.DiscountRequest;
import org.jboss.quickstarts.ws.jaxws.samples.retail.profile.DiscountResponse;
import org.jboss.quickstarts.ws.jaxws.samples.retail.profile.ProfileMgmt;
{color:red}*jboss-jaxws-retail-service -> ProfileMgmtBean.java:*{color}
*DiscountResponse* cannot be resolved to a type
{color:red}*jboss-jaxws-retail-service - > pom.xml:*{color}
Error while running wsconsume.
> "jaxws-retail" quickstart from Red Hat Central and "jaxws-retail" WildFly 17.0.0 quickstart shows errors after import
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26688
> URL: https://issues.jboss.org/browse/JBIDE-26688
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.12.0.AM1
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Assignee: Jeff MAURY
> Priority: Major
>
> h1. *"jaxws-retail" quickstart from Red Hat Central shows errors after import*
> {color:red}*jboss-jaxws-retail-client -> Client.java [unresolvable imports]:*{color}
> import org.jboss.quickstarts.ws.jaxws.samples.retail.profile.Customer;
> import org.jboss.quickstarts.ws.jaxws.samples.retail.profile.DiscountRequest;
> import org.jboss.quickstarts.ws.jaxws.samples.retail.profile.DiscountResponse;
> import org.jboss.quickstarts.ws.jaxws.samples.retail.profile.ProfileMgmt;
> {color:red}*jboss-jaxws-retail-service -> ProfileMgmtBean.java:*{color}
> *DiscountResponse* cannot be resolved to a type
> {color:red}*jboss-jaxws-retail-service - > pom.xml:*{color}
> Error while running wsconsume.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (JBIDE-26688) "jaxws-retail" quickstart from Red Hat Central and "jaxws-retail" WildFly 17.0.0 quickstart shows errors after import
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26688?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26688:
------------------------------------
Summary: "jaxws-retail" quickstart from Red Hat Central and "jaxws-retail" WildFly 17.0.0 quickstart shows errors after import (was: "jaxws-retail" quickstart from Red Hat Central shows errors after import)
> "jaxws-retail" quickstart from Red Hat Central and "jaxws-retail" WildFly 17.0.0 quickstart shows errors after import
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26688
> URL: https://issues.jboss.org/browse/JBIDE-26688
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.12.0.AM1
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Assignee: Jeff MAURY
> Priority: Major
>
> h1. *"jaxws-retail" quickstart from Red Hat Central shows errors after import*
> {color:red}*jboss-jaxws-retail-client -> Client.java [unresolvable imports]:*{color}
> import org.jboss.quickstarts.ws.jaxws.samples.retail.profile.Customer;
> import org.jboss.quickstarts.ws.jaxws.samples.retail.profile.DiscountRequest;
> import org.jboss.quickstarts.ws.jaxws.samples.retail.profile.DiscountResponse;
> import org.jboss.quickstarts.ws.jaxws.samples.retail.profile.ProfileMgmt;
> {color:red}*jboss-jaxws-retail-service -> ProfileMgmtBean.java:*{color}
> *DiscountResponse* cannot be resolved to a type
> {color:red}*jboss-jaxws-retail-service - > pom.xml:*{color}
> Error while running wsconsume.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (JBIDE-26708) WF quickstart 'messaging-clustering-singleton' shows errors after import
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26708?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26708:
------------------------------------
Attachment: jboss-ejb3.xml file.png
Project explorer.png
> 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
> Priority: Major
> Attachments: Problems view.png, Project explorer.png, jboss-ejb3.xml file.png
>
>
> h1. WF quickstart 'messaging-clustering-singleton' shows 3 errors in the jboss-ejb3.xml file after import:
> * 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, 9 months
[JBoss JIRA] (JBIDE-26708) WF quickstart 'messaging-clustering-singleton' shows errors after import
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26708?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26708:
------------------------------------
Description:
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..."
was:
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..."
> 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
> Priority: Major
> Attachments: Problems view.png
>
>
> 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, 9 months
[JBoss JIRA] (JBIDE-26708) WF quickstart 'messaging-clustering-singleton' shows errors after import
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26708?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26708:
------------------------------------
Description:
h1. WF quickstart 'messaging-clustering-singleton' shows 3 errors in the jboss-ejb3.xml file after import:
* 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..."
was:
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..."
> 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
> Priority: Major
> Attachments: Problems view.png
>
>
> h1. WF quickstart 'messaging-clustering-singleton' shows 3 errors in the jboss-ejb3.xml file after import:
> * 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, 9 months
[JBoss JIRA] (JBIDE-26708) WF quickstart 'messaging-clustering-singleton' shows errors after import
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26708?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26708:
------------------------------------
Attachment: Problems view.png
> 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
> Priority: Major
> Attachments: Problems view.png
>
>
> 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, 9 months
[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, 9 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, 9 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, 9 months