[JBoss JIRA] (JBIDE-25897) New Project validation uses wrong name space when there are two connections in OpenShift Explorer
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25897?page=com.atlassian.jira.plugi... ]
Denis Golovin closed JBIDE-25897.
---------------------------------
> New Project validation uses wrong name space when there are two connections in OpenShift Explorer
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25897
> URL: https://issues.jboss.org/browse/JBIDE-25897
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.3.AM3
> Environment: Windows 10 Pro, CDK 3.4.0-alpha.1
> Reporter: Denis Golovin
> Assignee: Andre Dietisheim
> Labels: explorer, new_project_wizard
> Fix For: 4.6.0.AM3
>
> Attachments: project-already-exists.png, pyproject-error.gif
>
>
> !pyproject-error.gif!
> Prerequisites to reproduce the issue:
> 1. Start CDK/Minishift
> 2. Create second connection with different user name 'developer3' for example
> 3. Click hyper link in explorer to create new Project
> 4. Use name 'myproject'
> 5. ERROR:
> {code}Could not create project "myproject": project.project.openshift.io "myproject" already exists
> Exception trying to POST https://192.168.99.100:8443/oapi/v1/projectrequests response code: 409 project.project.openshift.io "myproject" already exists{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 5 months
[JBoss JIRA] (JBIDE-26070) [SSP] Client Managed workflow
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26070?page=com.atlassian.jira.plugi... ]
Rob Stryker reassigned JBIDE-26070:
-----------------------------------
Assignee: Rob Stryker
> [SSP] Client Managed workflow
> -----------------------------
>
> Key: JBIDE-26070
> URL: https://issues.jboss.org/browse/JBIDE-26070
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.6.0.AM2
> Reporter: Rob Stryker
> Assignee: Rob Stryker
>
> aged flow
> @startuml
> Client -> Adaptor : findservers
> Client <- Adaptor : serverlist
> Client -> Adaptor : create server
> Client <- Adaptor : serverAdded (id)
> Client -> Adaptor : getLaunchProperties()
> Adapter -> Client : here’s a list
> Client -> Adaptor : getLaunchCommand(String serverId, String mode, Map<String,String> properties)
> Client <- Adaptor : launch string (id)
> Client -> Adaptor : server started
> Client -> Adaptor : server stopped
> Client -> Adaptor : publish
> @enduml
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 5 months
[JBoss JIRA] (JBIDE-26070) [SSP] Client Managed workflow
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26070?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-26070:
-------------------------------------
initial Commit made, incomplete for setting the state / polling / etc.
> [SSP] Client Managed workflow
> -----------------------------
>
> Key: JBIDE-26070
> URL: https://issues.jboss.org/browse/JBIDE-26070
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.6.0.AM2
> Reporter: Rob Stryker
> Assignee: Rob Stryker
>
> aged flow
> @startuml
> Client -> Adaptor : findservers
> Client <- Adaptor : serverlist
> Client -> Adaptor : create server
> Client <- Adaptor : serverAdded (id)
> Client -> Adaptor : getLaunchProperties()
> Adapter -> Client : here’s a list
> Client -> Adaptor : getLaunchCommand(String serverId, String mode, Map<String,String> properties)
> Client <- Adaptor : launch string (id)
> Client -> Adaptor : server started
> Client -> Adaptor : server stopped
> Client -> Adaptor : publish
> @enduml
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 5 months
[JBoss JIRA] (JBIDE-26070) [SSP] Client Managed workflow
by Rob Stryker (JIRA)
Rob Stryker created JBIDE-26070:
-----------------------------------
Summary: [SSP] Client Managed workflow
Key: JBIDE-26070
URL: https://issues.jboss.org/browse/JBIDE-26070
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.6.0.AM2
Reporter: Rob Stryker
aged flow
@startuml
Client -> Adaptor : findservers
Client <- Adaptor : serverlist
Client -> Adaptor : create server
Client <- Adaptor : serverAdded (id)
Client -> Adaptor : getLaunchProperties()
Adapter -> Client : here’s a list
Client -> Adaptor : getLaunchCommand(String serverId, String mode, Map<String,String> properties)
Client <- Adaptor : launch string (id)
Client -> Adaptor : server started
Client -> Adaptor : server stopped
Client -> Adaptor : publish
@enduml
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 5 months
[JBoss JIRA] (JBIDE-26069) Spring Boot Project configurator: Creating child module for main project fails
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26069?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-26069:
------------------------------------------
[~rawb] any hints where to dig to find out why this could be happening? The code is here: [SpringBootProjectConfigurator|https://github.com/jbosstools/jbosstools-ce...]
> Spring Boot Project configurator: Creating child module for main project fails
> -------------------------------------------------------------------------------
>
> Key: JBIDE-26069
> URL: https://issues.jboss.org/browse/JBIDE-26069
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.6.0.AM2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: project_configurator, springboot
> Fix For: 4.6.0.AM3
>
> Attachments: image-2018-05-30-22-31-37-635.png
>
>
> steps:
> # ASSERT: We dont know for now, really. We can only reproduce this on [~jeffmaury]'s machine (happens to him in Windows and Linux - doesn't for others in Linux nor Mac).
> # EXEC: import the 2 maven projects that are attached to JBIDE-25504 (camel-ose-springboot-xml and penguins
> # EXEC: in project properties for project *camel-ose-springboot-xml*: pick "Deployment Assembly"
> # ASSERT: verify that *penguins* is defined as child module
> Result:
> !image-2018-05-30-22-31-37-635.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 5 months
[JBoss JIRA] (JBIDE-26069) Spring Boot Project configurator: Creating child module for main project fails
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26069?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-26069:
-------------------------------------
Sprint: devex #150 June 2018
> Spring Boot Project configurator: Creating child module for main project fails
> -------------------------------------------------------------------------------
>
> Key: JBIDE-26069
> URL: https://issues.jboss.org/browse/JBIDE-26069
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.6.0.AM2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: project_configurator, springboot
> Fix For: 4.6.0.AM3
>
> Attachments: image-2018-05-30-22-31-37-635.png
>
>
> steps:
> # ASSERT: We dont know for now, really. We can only reproduce this on [~jeffmaury]'s machine (happens to him in Windows and Linux - doesn't for others in Linux nor Mac).
> # EXEC: import the 2 maven projects that are attached to JBIDE-25504 (camel-ose-springboot-xml and penguins
> # EXEC: in project properties for project *camel-ose-springboot-xml*: pick "Deployment Assembly"
> # ASSERT: verify that *penguins* is defined as child module
> Result:
> !image-2018-05-30-22-31-37-635.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 5 months
[JBoss JIRA] (JBIDE-26069) Spring Boot Project configurator: Creating child module for main project fails
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26069?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-26069:
-------------------------------------
Priority: Critical (was: Major)
> Spring Boot Project configurator: Creating child module for main project fails
> -------------------------------------------------------------------------------
>
> Key: JBIDE-26069
> URL: https://issues.jboss.org/browse/JBIDE-26069
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.6.0.AM2
> Reporter: Andre Dietisheim
> Priority: Critical
> Labels: project_configurator, springboot
> Fix For: 4.6.0.AM3
>
> Attachments: image-2018-05-30-22-31-37-635.png
>
>
> steps:
> # ASSERT: We dont know for now, really. We can only reproduce this on [~jeffmaury]'s machine (happens to him in Windows and Linux - doesn't for others in Linux nor Mac).
> # EXEC: import the 2 maven projects that are attached to JBIDE-25504 (camel-ose-springboot-xml and penguins
> # EXEC: in project properties for project *camel-ose-springboot-xml*: pick "Deployment Assembly"
> # ASSERT: verify that *penguins* is defined as child module
> Result:
> !image-2018-05-30-22-31-37-635.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 5 months
[JBoss JIRA] (JBIDE-26069) Spring Boot Project configurator: Creating child module for main project fails
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26069?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-26069:
----------------------------------------
Assignee: Andre Dietisheim
> Spring Boot Project configurator: Creating child module for main project fails
> -------------------------------------------------------------------------------
>
> Key: JBIDE-26069
> URL: https://issues.jboss.org/browse/JBIDE-26069
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.6.0.AM2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: project_configurator, springboot
> Fix For: 4.6.0.AM3
>
> Attachments: image-2018-05-30-22-31-37-635.png
>
>
> steps:
> # ASSERT: We dont know for now, really. We can only reproduce this on [~jeffmaury]'s machine (happens to him in Windows and Linux - doesn't for others in Linux nor Mac).
> # EXEC: import the 2 maven projects that are attached to JBIDE-25504 (camel-ose-springboot-xml and penguins
> # EXEC: in project properties for project *camel-ose-springboot-xml*: pick "Deployment Assembly"
> # ASSERT: verify that *penguins* is defined as child module
> Result:
> !image-2018-05-30-22-31-37-635.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 5 months