[JBoss JIRA] (JBIDE-22664) Invalid registry URL when OS3 connection created by CDK server
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22664?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-22664:
-------------------------------
Description: When the OS3 connection is created when launching the CDK server, then the Docker registry URL is not valid (garbage characters at the end). This may be a Windows problem. The CDK version used what CDK 2.1RC5 (see [^screenshot-1.png]) (was: When the OS3 connection is created when launching the CDK server, then the Docker registry URL is not valid (garbage characters at the end). This may be a Windows problem. The CDK version used what CDK 2.1RC5)
> Invalid registry URL when OS3 connection created by CDK server
> --------------------------------------------------------------
>
> Key: JBIDE-22664
> URL: https://issues.jboss.org/browse/JBIDE-22664
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Final
> Reporter: Jeff MAURY
> Fix For: 4.4.1.M2
>
> Attachments: screenshot-1.png
>
>
> When the OS3 connection is created when launching the CDK server, then the Docker registry URL is not valid (garbage characters at the end). This may be a Windows problem. The CDK version used what CDK 2.1RC5 (see [^screenshot-1.png])
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22664) Invalid registry URL when OS3 connection created by CDK server
by Jeff MAURY (JIRA)
Jeff MAURY created JBIDE-22664:
----------------------------------
Summary: Invalid registry URL when OS3 connection created by CDK server
Key: JBIDE-22664
URL: https://issues.jboss.org/browse/JBIDE-22664
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.0.Final
Reporter: Jeff MAURY
Fix For: 4.4.1.M2
When the OS3 connection is created when launching the CDK server, then the Docker registry URL is not valid (garbage characters at the end). This may be a Windows problem. The CDK version used what CDK 2.1RC5
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22657) smart import nullpointer
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22657?page=com.atlassian.jira.plugi... ]
Mickael Istria updated JBIDE-22657:
-----------------------------------
Fix Version/s: 4.4.1.M1
4.5.0.M1
> smart import nullpointer
> ------------------------
>
> Key: JBIDE-22657
> URL: https://issues.jboss.org/browse/JBIDE-22657
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Reporter: Max Rydahl Andersen
> Fix For: 4.4.1.M1, 4.5.0.M1
>
>
> when using smartimport to import https://github.com/maxandersen/imapfilter-docker.git from disk I got a NPE in jaxrs:
> {code}
> java.lang.NullPointerException
> at org.jboss.tools.ws.jaxrs.ui.internal.importer.JaxRsConfigurator.canConfigure(JaxRsConfigurator.java:66)
> at org.eclipse.ui.internal.wizards.datatransfer.SmartImportJob.importProjectAndChildrenRecursively(SmartImportJob.java:466)
> at org.eclipse.ui.internal.wizards.datatransfer.SmartImportJob.run(SmartImportJob.java:242)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22657) smart import nullpointer
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22657?page=com.atlassian.jira.plugi... ]
Mickael Istria reassigned JBIDE-22657:
--------------------------------------
Assignee: Mickael Istria
> smart import nullpointer
> ------------------------
>
> Key: JBIDE-22657
> URL: https://issues.jboss.org/browse/JBIDE-22657
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Reporter: Max Rydahl Andersen
> Assignee: Mickael Istria
> Fix For: 4.4.1.M1, 4.5.0.M1
>
>
> when using smartimport to import https://github.com/maxandersen/imapfilter-docker.git from disk I got a NPE in jaxrs:
> {code}
> java.lang.NullPointerException
> at org.jboss.tools.ws.jaxrs.ui.internal.importer.JaxRsConfigurator.canConfigure(JaxRsConfigurator.java:66)
> at org.eclipse.ui.internal.wizards.datatransfer.SmartImportJob.importProjectAndChildrenRecursively(SmartImportJob.java:466)
> at org.eclipse.ui.internal.wizards.datatransfer.SmartImportJob.run(SmartImportJob.java:242)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22657) smart import nullpointer
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22657?page=com.atlassian.jira.plugi... ]
Mickael Istria updated JBIDE-22657:
-----------------------------------
Component/s: webservices
(was: easymport)
> smart import nullpointer
> ------------------------
>
> Key: JBIDE-22657
> URL: https://issues.jboss.org/browse/JBIDE-22657
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Reporter: Max Rydahl Andersen
>
> when using smartimport to import https://github.com/maxandersen/imapfilter-docker.git from disk I got a NPE in jaxrs:
> {code}
> java.lang.NullPointerException
> at org.jboss.tools.ws.jaxrs.ui.internal.importer.JaxRsConfigurator.canConfigure(JaxRsConfigurator.java:66)
> at org.eclipse.ui.internal.wizards.datatransfer.SmartImportJob.importProjectAndChildrenRecursively(SmartImportJob.java:466)
> at org.eclipse.ui.internal.wizards.datatransfer.SmartImportJob.run(SmartImportJob.java:242)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22661) Docker registry URL not saved
by Jeff MAURY (JIRA)
Jeff MAURY created JBIDE-22661:
----------------------------------
Summary: Docker registry URL not saved
Key: JBIDE-22661
URL: https://issues.jboss.org/browse/JBIDE-22661
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: docker, openshift
Affects Versions: 4.4.0.Final
Reporter: Jeff MAURY
Fix For: 4.4.1.M2
ASSERT: create an OS3 connection without Docker registry URL
EXEC: go to Docker explorer, select an image and Deploy to Openshift
EXEC: select the OS3 connection and add the Docker registry URL and click Next
ASSERT: in the next page, select the Push Image to regsitry but the registry URL is not filled
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22660) Review test cases after JBIDE-22599 commit in batch tests
by Ondrej Dockal (JIRA)
Ondrej Dockal created JBIDE-22660:
-------------------------------------
Summary: Review test cases after JBIDE-22599 commit in batch tests
Key: JBIDE-22660
URL: https://issues.jboss.org/browse/JBIDE-22660
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: batch
Affects Versions: 4.4.1.Final
Reporter: Ondrej Dockal
Assignee: Ondrej Dockal
Priority: Minor
In jbosstools was added functionality of validating reference attribute of decision tag in javaee-batch component. Some tests must take into account this enhancement, ie.: DesignDecisionElementTest fails.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months