[JBoss JIRA] (JBIDE-24436) Deploy wizard: dialog expands to full available vertical space
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24436?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-24436:
-------------------------------------
Steps to Reproduce:
# ASSERT: have a docker image available in your local docker daemon
# ASSERT: have docker tooling installed and a connection to your local docker daemon defined
# EXEC: open "Docker Explorer" view, unfold "Images" for the conneciton to your local docker daemon
# EXEC: select your docker image and pick "Deploy to OpenShift..."
Result:
Docker Image deploy wizard pops up, taking all the available vertical space
!deploy-image-wizard-too-tall.png!
was:
# ASSERT: have a docker image available in your local docker daemon
# ASSERT: have docker tooling installed and a connection to your local docker daemon defined
# EXEC: open "Docker Explorer" view, unfold "Images" for the conneciton to your local docker daemon
# EXEC: select your docker image and pick "Deploy to OpenShift..."
Result:
Docker Image deploy wizard pops up, taking all the available vertical space
> Deploy wizard: dialog expands to full available vertical space
> --------------------------------------------------------------
>
> Key: JBIDE-24436
> URL: https://issues.jboss.org/browse/JBIDE-24436
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.4.Final
> Reporter: Andre Dietisheim
> Priority: Minor
> Fix For: 4.5.0.AM1
>
> Attachments: deploy-image-wizard-too-tall.png
>
>
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24301) Error while building jbosstools-openshift-4.4.3
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24301?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-24301 at 5/11/17 5:04 AM:
-------------------------------------------------------------------
[~jyoti-jboss] what is {quote}run jbosstools-server-4.4.3{quote}?
What is the exact command that you ran, where and when (in what sequence to what else) did you run it? In what step within the above document, that shows you how to build the tooling, did this happen?
Your error points to the plugin org.jboss.ide.eclipse.as.management.as7 missing the required dmr library. In that plugin, there's a lib folder. Does that lib folder contain jboss-dmr-1.1.6.Final-redhat-1.jar? mine looks as follows:
{code}
-rw-r--r-- 1 adietish staff 209K May 10 17:28 jboss-as-controller-client-7.2.0.Final-redhat-8.jar
-rw-r--r-- 1 adietish staff 118K May 10 17:28 jboss-as-protocol-7.2.0.Final-redhat-8.jar
-rw-r--r-- 1 adietish staff 90K May 10 17:28 jboss-dmr-1.1.6.Final-redhat-1.jar
-rw-r--r-- 1 adietish staff 54K May 10 17:28 jboss-logging-3.1.2.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 224K May 10 17:28 jboss-marshalling-1.3.16.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 80K May 10 17:28 jboss-marshalling-river-1.3.16.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 233K May 10 17:28 jboss-remoting-3.2.16.GA.jar
-rw-r--r-- 1 adietish staff 87K May 10 17:28 jboss-sasl-1.0.3.Final-redhat-1.jar
-rw-r--r-- 1 adietish staff 117K May 10 17:28 jboss-threads-2.1.0.Final-redhat-1.jar
-rw-r--r-- 1 adietish staff 236K May 10 17:28 xnio-api-3.0.7.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 78K May 10 17:28 xnio-nio-3.0.7.GA-redhat-1.jar
{code}
Why it's missing for you is hard to tell since I am wondering about the above questions.
was (Author: adietish):
[~jyoti-jboss] what is {quote}run jbosstools-server-4.4.3{quote}?
What is the exact command that you ran, where and when (in what sequence to what else) did you run it? In what step within the above document, that shows you how to build the tooling, did this happen?
Your error points to the plugin org.jboss.ide.eclipse.as.management.as7 missing the required dmr library. In that plugin, there's a lib folder. Does that lib folder contain jboss-dmr-1.1.6.Final-redhat-1.jar? mine looks as follows:
{quote}
-rw-r--r-- 1 adietish staff 209K May 10 17:28 jboss-as-controller-client-7.2.0.Final-redhat-8.jar
-rw-r--r-- 1 adietish staff 118K May 10 17:28 jboss-as-protocol-7.2.0.Final-redhat-8.jar
-rw-r--r-- 1 adietish staff 90K May 10 17:28 jboss-dmr-1.1.6.Final-redhat-1.jar
-rw-r--r-- 1 adietish staff 54K May 10 17:28 jboss-logging-3.1.2.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 224K May 10 17:28 jboss-marshalling-1.3.16.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 80K May 10 17:28 jboss-marshalling-river-1.3.16.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 233K May 10 17:28 jboss-remoting-3.2.16.GA.jar
-rw-r--r-- 1 adietish staff 87K May 10 17:28 jboss-sasl-1.0.3.Final-redhat-1.jar
-rw-r--r-- 1 adietish staff 117K May 10 17:28 jboss-threads-2.1.0.Final-redhat-1.jar
-rw-r--r-- 1 adietish staff 236K May 10 17:28 xnio-api-3.0.7.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 78K May 10 17:28 xnio-nio-3.0.7.GA-redhat-1.jar
{quote}
Why it's missing for you is hard to tell since I am wondering about the above questions.
> Error while building jbosstools-openshift-4.4.3
> -----------------------------------------------
>
> Key: JBIDE-24301
> URL: https://issues.jboss.org/browse/JBIDE-24301
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, openshift
> Affects Versions: 4.4.3.Final
> Reporter: jyoti tumsare
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.0.AM1
>
> Attachments: Error.PNG, issues.PNG, issues.txt, target-platform.png
>
>
> To build jbosstools-openshift-4.4.3 I followed following steps
> 1. I clone jbosstools-base and jbosstools-server which are required for the building jbosstools-openshift-4.4.3.
> 2. while executing the jbosstools-base I got error "Missing requirement: org.jboss.tools.common.core 3.8.3.qualifier requires 'bundle org.jboss.tools.foundation.core 1.3.3' but it could not be found".
> 3. I build the org.jboss.tools.foundation.core 1.3.3 plugin and add into eclipse plugin folder and restart the eclipse IDE still facing the isuue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24301) Error while building jbosstools-openshift-4.4.3
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24301?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-24301:
------------------------------------------
[~jyoti-jboss] what is {quote}run jbosstools-server-4.4.3{quote}? What is the exact command that you ran, where and when (in what sequence to what else) did you run it? In what step within the above document, that shows you how to build the tooling, did this happen?
Your error points to the plugin org.jboss.ide.eclipse.as.management.as7 missing the required dmr library. In that plugin, there's a lib folder. Does that lib folder contain jboss-dmr-1.1.6.Final-redhat-1.jar? mine looks as follows:
{quote}
-rw-r--r-- 1 adietish staff 209K May 10 17:28 jboss-as-controller-client-7.2.0.Final-redhat-8.jar
-rw-r--r-- 1 adietish staff 118K May 10 17:28 jboss-as-protocol-7.2.0.Final-redhat-8.jar
-rw-r--r-- 1 adietish staff 90K May 10 17:28 jboss-dmr-1.1.6.Final-redhat-1.jar
-rw-r--r-- 1 adietish staff 54K May 10 17:28 jboss-logging-3.1.2.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 224K May 10 17:28 jboss-marshalling-1.3.16.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 80K May 10 17:28 jboss-marshalling-river-1.3.16.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 233K May 10 17:28 jboss-remoting-3.2.16.GA.jar
-rw-r--r-- 1 adietish staff 87K May 10 17:28 jboss-sasl-1.0.3.Final-redhat-1.jar
-rw-r--r-- 1 adietish staff 117K May 10 17:28 jboss-threads-2.1.0.Final-redhat-1.jar
-rw-r--r-- 1 adietish staff 236K May 10 17:28 xnio-api-3.0.7.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 78K May 10 17:28 xnio-nio-3.0.7.GA-redhat-1.jar
{quote}
Why it's missing for you is hard to tell since I am wondering about the above questions.
> Error while building jbosstools-openshift-4.4.3
> -----------------------------------------------
>
> Key: JBIDE-24301
> URL: https://issues.jboss.org/browse/JBIDE-24301
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, openshift
> Affects Versions: 4.4.3.Final
> Reporter: jyoti tumsare
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.0.AM1
>
> Attachments: Error.PNG, issues.PNG, issues.txt, target-platform.png
>
>
> To build jbosstools-openshift-4.4.3 I followed following steps
> 1. I clone jbosstools-base and jbosstools-server which are required for the building jbosstools-openshift-4.4.3.
> 2. while executing the jbosstools-base I got error "Missing requirement: org.jboss.tools.common.core 3.8.3.qualifier requires 'bundle org.jboss.tools.foundation.core 1.3.3' but it could not be found".
> 3. I build the org.jboss.tools.foundation.core 1.3.3 plugin and add into eclipse plugin folder and restart the eclipse IDE still facing the isuue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24301) Error while building jbosstools-openshift-4.4.3
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24301?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-24301 at 5/11/17 5:03 AM:
-------------------------------------------------------------------
[~jyoti-jboss] what is {quote}run jbosstools-server-4.4.3{quote}?
What is the exact command that you ran, where and when (in what sequence to what else) did you run it? In what step within the above document, that shows you how to build the tooling, did this happen?
Your error points to the plugin org.jboss.ide.eclipse.as.management.as7 missing the required dmr library. In that plugin, there's a lib folder. Does that lib folder contain jboss-dmr-1.1.6.Final-redhat-1.jar? mine looks as follows:
{quote}
-rw-r--r-- 1 adietish staff 209K May 10 17:28 jboss-as-controller-client-7.2.0.Final-redhat-8.jar
-rw-r--r-- 1 adietish staff 118K May 10 17:28 jboss-as-protocol-7.2.0.Final-redhat-8.jar
-rw-r--r-- 1 adietish staff 90K May 10 17:28 jboss-dmr-1.1.6.Final-redhat-1.jar
-rw-r--r-- 1 adietish staff 54K May 10 17:28 jboss-logging-3.1.2.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 224K May 10 17:28 jboss-marshalling-1.3.16.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 80K May 10 17:28 jboss-marshalling-river-1.3.16.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 233K May 10 17:28 jboss-remoting-3.2.16.GA.jar
-rw-r--r-- 1 adietish staff 87K May 10 17:28 jboss-sasl-1.0.3.Final-redhat-1.jar
-rw-r--r-- 1 adietish staff 117K May 10 17:28 jboss-threads-2.1.0.Final-redhat-1.jar
-rw-r--r-- 1 adietish staff 236K May 10 17:28 xnio-api-3.0.7.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 78K May 10 17:28 xnio-nio-3.0.7.GA-redhat-1.jar
{quote}
Why it's missing for you is hard to tell since I am wondering about the above questions.
was (Author: adietish):
[~jyoti-jboss] what is {quote}run jbosstools-server-4.4.3{quote}? What is the exact command that you ran, where and when (in what sequence to what else) did you run it? In what step within the above document, that shows you how to build the tooling, did this happen?
Your error points to the plugin org.jboss.ide.eclipse.as.management.as7 missing the required dmr library. In that plugin, there's a lib folder. Does that lib folder contain jboss-dmr-1.1.6.Final-redhat-1.jar? mine looks as follows:
{quote}
-rw-r--r-- 1 adietish staff 209K May 10 17:28 jboss-as-controller-client-7.2.0.Final-redhat-8.jar
-rw-r--r-- 1 adietish staff 118K May 10 17:28 jboss-as-protocol-7.2.0.Final-redhat-8.jar
-rw-r--r-- 1 adietish staff 90K May 10 17:28 jboss-dmr-1.1.6.Final-redhat-1.jar
-rw-r--r-- 1 adietish staff 54K May 10 17:28 jboss-logging-3.1.2.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 224K May 10 17:28 jboss-marshalling-1.3.16.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 80K May 10 17:28 jboss-marshalling-river-1.3.16.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 233K May 10 17:28 jboss-remoting-3.2.16.GA.jar
-rw-r--r-- 1 adietish staff 87K May 10 17:28 jboss-sasl-1.0.3.Final-redhat-1.jar
-rw-r--r-- 1 adietish staff 117K May 10 17:28 jboss-threads-2.1.0.Final-redhat-1.jar
-rw-r--r-- 1 adietish staff 236K May 10 17:28 xnio-api-3.0.7.GA-redhat-1.jar
-rw-r--r-- 1 adietish staff 78K May 10 17:28 xnio-nio-3.0.7.GA-redhat-1.jar
{quote}
Why it's missing for you is hard to tell since I am wondering about the above questions.
> Error while building jbosstools-openshift-4.4.3
> -----------------------------------------------
>
> Key: JBIDE-24301
> URL: https://issues.jboss.org/browse/JBIDE-24301
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, openshift
> Affects Versions: 4.4.3.Final
> Reporter: jyoti tumsare
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.0.AM1
>
> Attachments: Error.PNG, issues.PNG, issues.txt, target-platform.png
>
>
> To build jbosstools-openshift-4.4.3 I followed following steps
> 1. I clone jbosstools-base and jbosstools-server which are required for the building jbosstools-openshift-4.4.3.
> 2. while executing the jbosstools-base I got error "Missing requirement: org.jboss.tools.common.core 3.8.3.qualifier requires 'bundle org.jboss.tools.foundation.core 1.3.3' but it could not be found".
> 3. I build the org.jboss.tools.foundation.core 1.3.3 plugin and add into eclipse plugin folder and restart the eclipse IDE still facing the isuue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBTIS-1105) Fix tests for Camel configurations tab
by Dominik Jelinek (JIRA)
Dominik Jelinek created JBTIS-1105:
--------------------------------------
Summary: Fix tests for Camel configurations tab
Key: JBTIS-1105
URL: https://issues.jboss.org/browse/JBTIS-1105
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: Fuse IDE, QE
Affects Versions: 4.4.3.CR1
Environment: 10.3.0.CR1-v20170429-2214-B9
Reporter: Dominik Jelinek
Assignee: Dominik Jelinek
Fix For: 4.4.3.Final
ConfigurationsEditorDataFormatsTest.testDataFormatAvailability:186 gzip - GZip compression data format
ConfigurationsEditorDataFormatsTest.testDataFormatAvailability:186 json-johnzon - Camel Johnzon support
ConfigurationsEditorDataFormatsTest.testDataFormatAvailability:186 protobuf - Camel Google Protobuf data format support
ConfigurationsEditorDataFormatsTest.testDataFormatAvailability:186 serialization - Java Object Serialization data format
ConfigurationsEditorDataFormatsTest.testDataFormatAvailability:186 string - String (text based) data format
ConfigurationsEditorDataFormatsTest.testDataFormatAvailability:186 zip - Zip compression data format (not for zip files)
ConfigurationsEditorDataFormatsTest.testSourceXML:302 zipfile - Camel Zip file support
ConfigurationsEditorEndpointsTest.testEditEndpoint:247 CXF - The cxf component is used for SOAP WebServices using Apache CXF.
ConfigurationsEditorEndpointsTest.testCreateEndpoint:212 IMAPS - To send or receive emails using imap/pop3 or stmp protocols.
ConfigurationsEditorEndpointsTest.testCreateEndpoint:212 JDBC - The jdbc component enables you to access databases through JDBC where SQL queries are sent in the message body.
ConfigurationsEditorEndpointsTest.testEditEndpoint:247 Linkedin - The linkedin component is uses for retrieving LinkedIn user profiles connections companies groups posts etc.
ConfigurationsEditorEndpointsTest.testCreateEndpoint:212 Linkedin - The linkedin component is uses for retrieving LinkedIn user profiles connections companies groups posts etc.
ConfigurationsEditorEndpointsTest.testEditEndpoint:247 MVEL - Transforms the message using a MVEL template.
ConfigurationsEditorEndpointsTest.testCreateEndpoint:212 Quartz2 - Provides a scheduled delivery of messages using the Quartz 2.x scheduler.
ConfigurationsEditorEndpointsTest.testCreateEndpoint:212 SFTP - The sftp (FTP over SSH) component is used for uploading or downloading files from SFTP servers.
ConfigurationsEditorEndpointsTest.testEndpointAvailability:188 SQL - The sql component allows you to work with databases using JDBC Stored Procedure queries.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months