[JBoss JIRA] (JBIDE-26708) WildFly quickstart 'messaging-clustering-singleton' shows errors after import
by Zbyněk Červinka (Jira)
[ https://issues.redhat.com/browse/JBIDE-26708?page=com.atlassian.jira.plug... ]
Zbyněk Červinka commented on JBIDE-26708:
-----------------------------------------
h1. *Update on this issue - WildFly version 18.0.1.Final:*
After testing in Red Hat CodeReady Studio I have found the same 3 errors as mentioned in the Description of this issue.
The error message differs a little bit in the version of the *{color:#DE350B}jar{color}*. See the following updated error messages with highlighted version change:
* Referenced file contains errors (jar:file:/Applications/codereadystudio/studio/codereadystudio.app/Contents/Eclipse/plugins/org.jboss.tools.as.catalog_3.9.0.v20200224-1753.jar!/schema/xsd/jboss-ejb-delivery-active_1_1.xsd).
* Referenced file contains errors (jar:file:/Applications/codereadystudio/studio/codereadystudio.app/Contents/Eclipse/plugins/org.jboss.tools.as.catalog_3.9.0.v20200224-1753.jar!/schema/xsd/jboss-ejb3-2_0.xsd).
* Referenced file contains errors (jar:file:/Applications/codereadystudio/studio/codereadystudio.app/Contents/Eclipse/plugins/org.jboss.tools.as.catalog_3.9.0.v20200224-1753.jar!/schema/xsd/jboss-ejb3-spec-2_0.xsd).
h2. Version of the Red Hat CodeReady Studio:
Version: 12.14.0.GA
Build id: GA-v20200227-0726-B6011
Build date: 20200227-0726
> WildFly quickstart 'messaging-clustering-singleton' shows errors after import
> -----------------------------------------------------------------------------
>
> Key: JBIDE-26708
> URL: https://issues.redhat.com/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
> Fix For: 4.15.x
>
> 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.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-26672) WildFly quickstart 'spring-greeter' contains errors after import into Red Hat CodeReady Studio
by Zbyněk Červinka (Jira)
[ https://issues.redhat.com/browse/JBIDE-26672?page=com.atlassian.jira.plug... ]
Zbyněk Červinka commented on JBIDE-26672:
-----------------------------------------
h1. *Update on this issue - WildFly version 18.0.1.Final:*
After todays testing in Red Hat CodeReady Studio I have found the 3 following errors in the Problems view:
* The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path {color:#DE350B}(in the create.jsp file){color}
* The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path {color:#DE350B}(in the greet.jsp file){color}
* The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path {color:#DE350B}(in the index.jsp file){color}
h2. Solution to the current errors:
This issue is still resolvable by extending the pom.xml file of the 'spring-greeter' example as it is mentioned in the *Description* of this issue. By adding this dependency all the error disappeared from the Problems view.
h2. Version of the Red Hat CodeReady Studio:
Version: 12.14.0.GA
Build id: GA-v20200227-0726-B6011
Build date: 20200227-0726
> WildFly quickstart 'spring-greeter' contains errors after import into Red Hat CodeReady Studio
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-26672
> URL: https://issues.redhat.com/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.15.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.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-27062) no Quarkus Extension are added to Gradle project
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-27062?page=com.atlassian.jira.plug... ]
Jeff MAURY updated JBIDE-27062:
-------------------------------
Fix Version/s: 4.15.0.AM1
> no Quarkus Extension are added to Gradle project
> ------------------------------------------------
>
> Key: JBIDE-27062
> URL: https://issues.redhat.com/browse/JBIDE-27062
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: quarkus
> Affects Versions: 4.14.0.Final
> Reporter: Oleksii Korniienko
> Priority: Major
> Fix For: 4.15.0.AM1
>
> Attachments: Screenshot from 2020-02-19 12-47-05.png
>
>
> Can`t add any quarkus extensions to Gradle project.
> Red Hat CodeReady Studio
> Version: 12.14.0.GA
> Build id: GA-v20200213-1019-B5905
> Build date: 20200213-1019
> Java
> openjdk version "1.8.0_232"
> OpenJDK Runtime Environment (build 1.8.0_232-b09)
> OpenJDK 64-Bit Server VM (build 25.232-b09, mixed mode)
> OS
> RHEL 8.0
> 64-bit
> GNOME
> Version: 3.28.2
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-27057) rootProject.name in Gradle Project is incorrect
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-27057?page=com.atlassian.jira.plug... ]
Jeff MAURY updated JBIDE-27057:
-------------------------------
Fix Version/s: 4.15.0.AM1
> rootProject.name in Gradle Project is incorrect
> -----------------------------------------------
>
> Key: JBIDE-27057
> URL: https://issues.redhat.com/browse/JBIDE-27057
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: quarkus
> Affects Versions: 4.14.0.Final
> Reporter: Oleksii Korniienko
> Priority: Major
> Fix For: 4.15.0.AM1
>
>
> rootProject.name in settings.gradle in Gradle Project is "code-with-quarkus" not name of project
> Red Hat CodeReady Studio
> Version: 12.14.0.GA
> Build id: GA-v20200213-1019-B5905
> Build date: 20200213-1019
> Java
> openjdk version "1.8.0_232"
> OpenJDK Runtime Environment (build 1.8.0_232-b09)
> OpenJDK 64-Bit Server VM (build 25.232-b09, mixed mode)
> OS
> RHEL 8.0
> 64-bit
> GNOME
> Version: 3.28.2
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-26848) CRC server adapter: existing connection is not updated
by Ondrej Dockal (Jira)
[ https://issues.redhat.com/browse/JBIDE-26848?page=com.atlassian.jira.plug... ]
Ondrej Dockal closed JBIDE-26848.
---------------------------------
Verified on CR studio 12.14.0.GA-v20200227-0726-B6011.
> CRC server adapter: existing connection is not updated
> ------------------------------------------------------
>
> Key: JBIDE-26848
> URL: https://issues.redhat.com/browse/JBIDE-26848
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, openshift
> Affects Versions: 4.13.0.AM1
> Reporter: André Dietisheim
> Assignee: André Dietisheim
> Priority: Major
> Labels: crc_server_adapter
> Fix For: 4.13.0.Final
>
>
> Steps:
> # ASSERT: Have CRC server adapter
> # ASSERT: in openshift explorer: have connection
> # EXEC: in cmd-line: kill ~/.crc
> # EXEC: start server adapter
> # ASSERT: it complains that crc is not set up, asks if it should set it up
> # EXEC: ok to set it up
> # ASSERT: server is [started]
> # EXEC: refresh connection in openshift explorer
> Result:
> Connection wont work, it's an outdated connection to a crc cluster that doesnt exist any more. Server adapter didnt update the connection.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-27026) Adjust Job DSL defined QE Jobs to be operational on RHEV Jenkins CSB Master
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-27026?page=com.atlassian.jira.plug... ]
Josef Kopriva commented on JBIDE-27026:
---------------------------------------
Changing priority to Major.
> Adjust Job DSL defined QE Jobs to be operational on RHEV Jenkins CSB Master
> ---------------------------------------------------------------------------
>
> Key: JBIDE-27026
> URL: https://issues.redhat.com/browse/JBIDE-27026
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: integration-tests, qa
> Affects Versions: 4.14.0.Final
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Priority: Major
> Fix For: 4.14.0.Final
>
>
> Please, update Job DSL defined QE jobs to be aligned with Jenkins CSB Master on RHEV. Especially testing matrices of OSes, other configuration tools - Java axes, Groovy or maven, credentials IDs, etc.
> Your jobs defined in job dsl have to run on RHEV Jenkins. Seed job can be found on dev-platform-jenkins -> DSL Jobs seed -> cci-config-seed, once you are done adjusting your jobs, you can test locally using CCI-JD and then using seed to get it into Jenkins master.
> Be aware that:
> * former jenkins labels for OSes and jdks were different from labels defined jenkins using jcasc -> It should be fixed, but you still need to check
> * You need to sync your credentials IDs (hardcoded in RHEV Jenkins could differ from jcasc defined)
> * Matrix combination filter should be updated to something like: {code}(label =~ "mac") && !(jdk =~ "open") || !(label =~ "mac") && (jdk =~ "open"){code}
> * [~jkopriva] is updating and extracting matrices (axes function in job dsl language) to be general and you just use constants of arrays for each axes, ie. OS = ['rhel', 'win'], JDK = ['java11', 'jdk-39']
> * After we have jobs running every component owner will disable former QE jobs and these will be erased in future
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months