[JBoss JIRA] (JBIDE-24312) Explorer: SSL certificate dialog shows up many many times when using internal test server
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24312?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-24312:
-------------------------------------
Steps to Reproduce:
# ASSERT: make sure that you signed up and accepted the terms for https://open.paas.redhat.com in the browser
# EXEC: launch connection wizard so that you can create a new connection to the internal test server
# ASSERT: connection wizard shows up
# EXEC: fill in the form, using https://open.paas.redhat.com as server, "Basic" as "Protocol", and your kerberos credentialy. Hit "Finish"
# ASSERT: SSL Dialog shows up
# EXEC: Hit "Yes"
# ASSERT: SSL Dialog shows up a 2nd time
# EXEC: hit "Yes"
# ASSERT: Connection shows up in the OpenShift explorer
# EXEC: unfold the connection
# EXEC: create a new project and unfold the connection once it is created
# ASSERT: project shows up as child of the connection
# EXEC: unfold the project
Result:
I have the SSL dialog showing up 17x and I have to confirm all of them. Once finished, a child "glusterfs-cluster" (service) shows up
!create connection paas.mp4|width=1024,height=700!
was:
# EXEC: launch connection wizard so that you can create a new connection to the internal test server
# ASSERT: connection wizard shows up
# EXEC: fill in the form, using https://open.paas.redhat.com as server, "Basic" as "Protocol", and your kerberos credentialy. Hit "Finish"
# ASSERT: SSL Dialog shows up
# EXEC: Hit "Yes"
# ASSERT: SSL Dialog shows up a 2nd time
# EXEC: hit "Yes"
# ASSERT: Connection shows up in the OpenShift explorer
# EXEC: unfold the connection
# EXEC: create a new project and unfold the connection once it is created
# ASSERT: project shows up as child of the connection
# EXEC: unfold the project
Result:
I have the SSL dialog showing up 17x and I have to confirm all of them. Once finished, a child "glusterfs-cluster" (service) shows up
!create connection paas.mp4|width=1024,height=700!
> Explorer: SSL certificate dialog shows up many many times when using internal test server
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-24312
> URL: https://issues.jboss.org/browse/JBIDE-24312
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.4.AM3
> Environment: MacOS
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Critical
> Fix For: 4.4.4.Final
>
> Attachments: Screencast_04-25-2017_06-56-06+PM.webm, create connection paas.mp4, diff-in-serial.png
>
>
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-2356) JEE project example generates warnings
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBDS-2356?page=com.atlassian.jira.plugin.... ]
Jeff MAURY updated JBDS-2356:
-----------------------------
Fix Version/s: 11.0.0.AM1
(was: 10.4.0.AM3)
> JEE project example generates warnings
> --------------------------------------
>
> Key: JBDS-2356
> URL: https://issues.jboss.org/browse/JBDS-2356
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central
> Affects Versions: 6.0.0.Alpha2
> Environment: Version: 6.0.0.Alpha2
> Build id: Alpha2-v20121004-2330-B40
> Build date: 20121004-2330
> Reporter: Len DiMaggio
> Assignee: Fred Bricon
> Labels: examplewarnings
> Fix For: 11.0.0.AM1
>
>
> The JEE project example generates these warnings:
> jboss-javaee6-multi-ejb
> No connection specified for project. No database-specific validation will be performed.
> The import javax.persistence.PersistenceContext is never used
> WebResources.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/util
> line 10
> The import javax.enterprise.event.Event is never used
> MemberController.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/controller
> line 6
> The import javax.persistence.EntityManager is never used
> WebResources.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/util
> line 9
> The import java.util.logging.Logger is never used
> MemberController.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/controller
> line 3
> The import javax.enterprise.inject.spi.InjectionPoint is never used
> WebResources.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/util
> line 7
> The import java.util.logging.Logger is never used
> WebResources.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/util
> line 3
> Unnecessary @SuppressWarnings("unused") Resources.java
> /jboss-javaee6-multi-ejb/src/main/java/org/jboss/tools/example/util
> line 24
> No connection specified for project. No database-specific validation will be performed.
> jboss-javaee6-multi-ejb
> The import javax.persistence.EntityManager is never used
> MemberController.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/controller
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-2355) JEE web project example generates warnings
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBDS-2355?page=com.atlassian.jira.plugin.... ]
Jeff MAURY updated JBDS-2355:
-----------------------------
Fix Version/s: 11.0.0.AM1
(was: 10.4.0.AM3)
> JEE web project example generates warnings
> ------------------------------------------
>
> Key: JBDS-2355
> URL: https://issues.jboss.org/browse/JBDS-2355
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central
> Affects Versions: 6.0.0.Alpha2
> Environment: Version: 6.0.0.Alpha2
> Build id: Alpha2-v20121004-2330-B40
> Build date: 20121004-2330
> Reporter: Len DiMaggio
> Assignee: Fred Bricon
> Labels: examplewarnings
> Fix For: 11.0.0.AM1
>
>
> The JEE web project example generates these warnings:
> The import java.util.logging.Logger is never used
> MemberController.java
> /jboss-javaee6-webapp/src/main/java/org/jboss/tools/examples/controller
> line 3
> No connection specified for project. No database-specific validation will be performed.
> jboss-javaee6-webapp
> Unnecessary @SuppressWarnings("unused") Resources.java
> /jboss-javaee6-webapp/src/main/java/org/jboss/tools/examples/util
> line 26
> The import javax.persistence.EntityManager is never used
> MemberController.java
> /jboss-javaee6-webapp/src/main/java/org/jboss/tools/examples/controller
> line 14
> The import javax.enterprise.event.Event is never used
> MemberController.java
> /jboss-javaee6-webapp/src/main/java/org/jboss/tools/examples/controller
> line 7
> The import javax.ejb.Stateful is never used
> MemberController.java
> /jboss-javaee6-webapp/src/main/java/org/jboss/tools/examples/controller
> line 6
> The import org.jboss.tools.examples.controller.MemberController is never used
> MemberRegistrationTest.java
> /jboss-javaee6-webapp/src/test/java/org/jboss/tools/examples/test
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-4359) Two "Spring" folders in "New" wizard
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBDS-4359?page=com.atlassian.jira.plugin.... ]
Jeff MAURY updated JBDS-4359:
-----------------------------
Fix Version/s: 11.0.0.AM1
(was: 10.4.0.AM3)
> Two "Spring" folders in "New" wizard
> ------------------------------------
>
> Key: JBDS-4359
> URL: https://issues.jboss.org/browse/JBDS-4359
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central
> Affects Versions: 10.4.0.AM3
> Environment: Devstudio 10.4.0.AM3-v20170406-1058-B390 (installed form jar installer)
> Reporter: Lukáš Valach
> Priority: Minor
> Fix For: 11.0.0.AM1
>
> Attachments: Spring_in_New_wizard_2017-04-11_10-52-33.png
>
>
> I noticed that after installation of "Spring IDE" from Red Hat Central -> Software/Update there are two folders named "Spring" in "New" wizard dialog (File -> New -> Other...).
> !Spring_in_New_wizard_2017-04-11_10-52-33.png|thumbnail!
> I think that these folders should be merged into one folder.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-19368) File not deployed to server on Windows
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19368?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-19368:
-------------------------------
Fix Version/s: 4.5.0.AM1
(was: 4.4.4.AM3)
> File not deployed to server on Windows
> --------------------------------------
>
> Key: JBIDE-19368
> URL: https://issues.jboss.org/browse/JBIDE-19368
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.2.Final
> Environment: Windows 7, JBDS 4.2.2, EAP 6.4 ER1
> Reporter: Lucia Jelinkova
> Assignee: Lucia Jelinkova
> Priority: Minor
> Fix For: 4.5.0.AM1
>
> Attachments: deployments.zip, jsp-project.zip, workspace.zip
>
>
> Sometimes our automated EAP <-> JBDS compatibility UI tests fail on windows machine because one java file of the tested project is not deployed to the server (and is not in the deployment folder either).
> The tests runs like this:
> # Create server and start it
> # Import project with JSP file from ZIP into the workspace
> # Add server as targeted runtime via Properites
> # Right-click server and via Add/Remove modules add the imported project to the server
> # Open module's web page (right click + open in web browser)
> RESULT: JSP file compilation fails because it is not able to resolve HelloWorld.java class
> I have not seen any errors in server's console (except for the compilation error).
> {code}
> 05:25:04,990 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.4.Final-redhat-1
> 05:25:05,678 INFO [org.jboss.msc] (main) JBoss MSC version 1.1.5.Final-redhat-1
> 05:25:05,850 INFO [org.jboss.as] (MSC service thread 1-4) JBAS015899: JBoss EAP 6.4.0.Alpha1 (AS 7.5.0.Final-redhat-11) starting
> 05:25:08,568 INFO [org.xnio] (MSC service thread 1-4) XNIO Version 3.0.11.GA-redhat-2
> 05:25:08,584 INFO [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.0.11.GA-redhat-2
> 05:25:08,600 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> 05:25:08,787 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 45) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.
> 05:25:08,803 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 30) JBAS010280: Activating Infinispan subsystem.
> 05:25:08,850 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
> 05:25:08,881 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 36) JBAS012605: Activated the following JSF Implementations: [main, 1.2]
> 05:25:08,928 INFO [org.jboss.as.security] (ServerService Thread Pool -- 43) JBAS013171: Activating Security Subsystem
> 05:25:08,975 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 47) JBAS015537: Activating WebServices Extension
> 05:25:09,131 INFO [org.jboss.as.security] (MSC service thread 1-3) JBAS013170: Current PicketBox version=4.1.0.Beta1-redhat-1
> 05:25:09,381 INFO [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 3.3.4.Final-redhat-1
> 05:25:09,584 INFO [org.jboss.as.naming] (MSC service thread 1-4) JBAS011802: Starting Naming Service
> 05:25:09,600 INFO [org.jboss.as.mail.extension] (MSC service thread 1-4) JBAS015400: Bound mail session [java:jboss/mail/Default]
> 05:25:09,725 INFO [org.jboss.as.connector.logging] (MSC service thread 1-4) JBAS010408: Starting JCA Subsystem (IronJacamar 1.0.29.Final-redhat-1)
> 05:25:10,334 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 15) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> 05:25:10,412 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) JBWEB003001: Coyote HTTP/1.1 initializing on : http-localhost/127.0.0.1:8080
> 05:25:10,553 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) JBWEB003000: Coyote HTTP/1.1 starting on: http-localhost/127.0.0.1:8080
> 05:25:10,881 INFO [org.jboss.as.remoting] (MSC service thread 1-3) JBAS017100: Listening on 127.0.0.1:9999
> 05:25:10,881 INFO [org.jboss.as.remoting] (MSC service thread 1-3) JBAS017100: Listening on 127.0.0.1:4447
> 05:25:10,928 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) JBAS015012: Started FileSystemDeploymentService for directory W:\workspace\eap-6x-jbds-compatibility-jbosstools-4.2.x-windows\8b0502d6\tests\org.jboss.ide.eclipse.as.ui.bot.test\target\requirements\jboss-eap-6.4\standalone\deployments
> 05:25:11,287 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> 05:25:12,100 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.3.1.Final-redhat-1
> 05:25:12,272 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> 05:25:12,272 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> 05:25:12,272 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss EAP 6.4.0.Alpha1 (AS 7.5.0.Final-redhat-11) started in 9016ms - Started 152 of 190 services (57 services are lazy, passive or on-demand)
> 05:25:25,990 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found jsp-project.war in deployment directory. To trigger deployment create a file called jsp-project.war.dodeploy
> 05:25:26,084 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "jsp-project.war" (runtime-name: "jsp-project.war")
> 05:25:26,881 INFO [org.jboss.web] (ServerService Thread Pool -- 24) JBAS018210: Register web context: /jsp-project
> 05:25:27,318 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "jsp-project.war" (runtime-name : "jsp-project.war")
> 05:25:39,693 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/jsp-project].[jsp]] (http-localhost/127.0.0.1:8080-1) JBWEB000236: Servlet.service() for servlet jsp threw exception: org.apache.jasper.JasperException: JBWEB004062: Unable to compile class for JSP:
> JBWEB004060: An error occurred at line: 4 in the jsp file: /index.jsp
> HelloWorld cannot be resolved
> 1: <%@ page language="java" import="org.jboss.tools.tests.as.*" errorPage="" %>
> 2: <html>
> 3: <body>
> 4: <%=HelloWorld.sayHello()%>
> 5: </body>
> 6: </html>
> JBWEB004211: Stacktrace:
> at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:85) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:69) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:461) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at org.apache.jasper.compiler.Compiler.compile(Compiler.java:361) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at org.apache.jasper.compiler.Compiler.compile(Compiler.java:339) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at org.apache.jasper.compiler.Compiler.compile(Compiler.java:326) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:606) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:308) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:309) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:242) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.2.Final-redhat-1.jar:1.0.2.Final-redhat-1]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:231) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web-7.5.0.Final-redhat-11.jar:7.5.0.Final-redhat-11]
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:854) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:926) [jbossweb-7.5.0.Beta4.jar:7.5.0.Beta4]
> at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_20]
> {code}
> Do you have any idea why this could happen or how to continue with locating the problem?
> I am attaching the imported project as ZIP file, the workspace after import and also the content of deployments folder.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-20558) org.jboss.tools.common.validation.JBTValidationException at org.jboss.tools.common.validation.AsYouTypeValidatorManager.
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20558?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-20558:
-------------------------------
Fix Version/s: 4.5.0.AM1
(was: 4.4.4.AM3)
> org.jboss.tools.common.validation.JBTValidationException at org.jboss.tools.common.validation.AsYouTypeValidatorManager.
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20558
> URL: https://issues.jboss.org/browse/JBIDE-20558
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, common
> Affects Versions: 4.3.0.Beta2
> Reporter: The Alchemist
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Fix For: 4.5.0.AM1
>
>
> {noformat}
> org.jboss.tools.common.validation.JBTValidationException
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:187)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validateJavaElement(AsYouTypeValidatorManager.java:222)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validateJavaElement(AsYouTypeValidatorManager.java:217)
> at org.jboss.tools.common.validation.java.JavaDirtyRegionProcessor.endProcessing(JavaDirtyRegionProcessor.java:507)
> at org.eclipse.wst.sse.ui.internal.reconcile.DirtyRegionProcessor$BackgroundThread.run(DirtyRegionProcessor.java:697)
> Caused by: java.lang.NullPointerException
> at org.jboss.tools.cdi.core.CDIUtil.collectAdditionalInterceptorBindingDeclaratios(CDIUtil.java:1114)
> at org.jboss.tools.cdi.core.CDIUtil.collectAdditionalInterceptorBindingDeclaratios(CDIUtil.java:1118)
> at org.jboss.tools.cdi.core.CDIUtil.getAllInterceptorBindingDeclaratios(CDIUtil.java:1110)
> at org.jboss.tools.cdi.internal.core.validation.CDICoreValidator.hasConflictedInterceptorBindings(CDICoreValidator.java:984)
> at org.jboss.tools.cdi.internal.core.validation.CDICoreValidator.validateInterceptorBindings(CDICoreValidator.java:970)
> at org.jboss.tools.cdi.internal.core.validation.CDICoreValidator.validateClassBean(CDICoreValidator.java:952)
> at org.jboss.tools.cdi.internal.core.validation.CDICoreValidator.validateBean(CDICoreValidator.java:792)
> at org.jboss.tools.cdi.internal.core.validation.CDICoreValidator.validateResource(CDICoreValidator.java:641)
> at org.jboss.tools.cdi.internal.core.validation.CDICoreValidator.validate(CDICoreValidator.java:574)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:183)
> ... 4 more
> {noformat}
> I wish I could see which class is causing this error...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-21895) Application wizard: Resource name collisions after deleting and recreating the application
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21895?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-21895:
-------------------------------
Fix Version/s: 4.5.0.AM1
(was: 4.4.4.AM3)
> Application wizard: Resource name collisions after deleting and recreating the application
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-21895
> URL: https://issues.jboss.org/browse/JBIDE-21895
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Pavol Srna
> Assignee: Andre Dietisheim
> Labels: application_wizard, openshift_v3
> Fix For: 4.5.0.AM1
>
> Attachments: 1st-child-of-project.png, Screen Shot 2016-03-17 at 16.19.05.png, Screenshot 2017-02-02 18.22.34.png, Screenshot 2017-02-02 18.22.43.png, os-resources-empty.png
>
>
> 1) Create e.g. node application in a openshift project
> 2) Right click from project explorer -> Delete the application
> 3) repeat step 1)
> Result:
> !Screen Shot 2016-03-17 at 16.19.05.png!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months