[JBoss JIRA] (JBIDE-23490) Server adapter: provide ability to link pods/'deployment config'/'replication controller'(?) when no service is available
by Hiram Chirino (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23490?page=com.atlassian.jira.plugi... ]
Hiram Chirino commented on JBIDE-23490:
---------------------------------------
[~mlabuda],
The docs at https://docs.openshift.com/enterprise/3.1/using_images/xpaas_images/fuse.... are for FIS 1.0.
The 2.0 docs can be found here: https://access.redhat.com/documentation/en-us/red_hat_jboss_middleware_fo...
Services are used to loadblance an to IP endpoints. It is a totally valid and common use case to create camel JVMs which do to create any IP endpoints at all. For example you could have an integraiton route makes outbound TCP connections to a messaging server and a Rest service. The camel route itself is not exposing any services, it's just consuming services. It would be weird to ask users to create a service for this camel route.
It can be verified by taking a look at the pods logs to see if the integration routes are executing as expected.
> Server adapter: provide ability to link pods/'deployment config'/'replication controller'(?) when no service is available
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23490
> URL: https://issues.jboss.org/browse/JBIDE-23490
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.4.2.AM3
> Reporter: Aurélien Pupier
> Assignee: Jeff MAURY
> Labels: new_and_noteworthy, openshift_v3, server_adapter, server_adapter_wizard
> Fix For: 4.4.3.Final
>
>
> When some OpenShift applications are not providing any services. the Eclipse OpenShift Tooling is not able to create an OpenShift server adapters to deploy new version of the application.
> The only that we are sure that will be always available are pods so it would be nice to provide some fallback logic that asks you to choose a pod or uses the only one it finds when there is no service provided.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23997) JBoss data source file schema error
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23997?page=com.atlassian.jira.plugi... ]
George Gastaldi commented on JBIDE-23997:
-----------------------------------------
This doesn't seem to be related to Forge, the JBoss Datasource wizard belongs to other project
> JBoss data source file schema error
> -----------------------------------
>
> Key: JBIDE-23997
> URL: https://issues.jboss.org/browse/JBIDE-23997
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.4.3.Final
> Reporter: Josef Kopriva
>
> An error message is shown, when new datasource file is added to a project:
> {code:java}
> Description Resource Path Location Type
> cvc-elt.1: Cannot find the declaration of element 'datasources'. sa-ds.xml /testteast line 2 XML Problem
> {code}
> Datasource file:
> {code:java}
> <?xml version="1.0" encoding="UTF-8"?>
> <datasources xmlns="http://www.jboss.org/ironjacamar/schema">
> <datasource jndi-name="java:jboss/datasources/sa" enabled="true"
> use-java-context="true" pool-name="sa">
> <connection-url>jdbc:h2:tcp://localhost/sakila</connection-url>
> <driver>h2-1.3.161.jar</driver>
> <pool></pool>
> <security>
> <user-name>sa</user-name>
> <password></password>
> </security>
> </datasource>
> </datasources>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23999) JBoss JIRA Tasks repository is not available after installing Mylyn connector from Central
by Josef Kopriva (JIRA)
Josef Kopriva created JBIDE-23999:
-------------------------------------
Summary: JBoss JIRA Tasks repository is not available after installing Mylyn connector from Central
Key: JBIDE-23999
URL: https://issues.jboss.org/browse/JBIDE-23999
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.4.3.Final
Environment: Red Hat JBoss Developer Studio
Version: 10.3.0.GA
Build id: GA-v20170218-1636-B94
Build date: 20170218-1636
Reporter: Josef Kopriva
I have installed all Mylyn features from Central's Software/Update page, but JBoss JIRA is not in Task Repositories view, There is only: *Tasks -> Local* and *Bugs-> Eclipse.org and Red Hat Bugzilla*
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23772) show in -> file browser not visible on linux in certain environments
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23772?page=com.atlassian.jira.plugi... ]
Rastislav Wagner closed JBIDE-23772.
------------------------------------
verified in Devstudio 10.3.0.v20170218-1636 on Ubuntu 16.04
> show in -> file browser not visible on linux in certain environments
> --------------------------------------------------------------------
>
> Key: JBIDE-23772
> URL: https://issues.jboss.org/browse/JBIDE-23772
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.4.3.AM1
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Fix For: 4.4.3.AM2
>
>
> After publishing a web app or other module to a server, the show in -> File Browser action is missing if:
> 1) You are on linux, and
> 2) /usr/bin/nautilus does not exist, and
> 3) /usr/bin/konqueror does not exist
> After some research, it seems the best most universal way of opening a file explorer is via /usr/bin/xdg-open which seems to be available in more environments.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBTIS-758) Fuse: Add test for collapse/expand feature in Camel Editor
by Tomáš Sedmík (JIRA)
[ https://issues.jboss.org/browse/JBTIS-758?page=com.atlassian.jira.plugin.... ]
Tomáš Sedmík commented on JBTIS-758:
------------------------------------
I would rather check if the size is smaller (after collapse). Maybe check the height of the component - it seems to be a constant value for all collapsed components.
> Fuse: Add test for collapse/expand feature in Camel Editor
> ----------------------------------------------------------
>
> Key: JBTIS-758
> URL: https://issues.jboss.org/browse/JBTIS-758
> Project: JBoss Tools Integration Stack
> Issue Type: Task
> Components: Fuse IDE, QE
> Affects Versions: 4.3.0.Final
> Reporter: Tomáš Sedmík
> Assignee: Dominik Jelinek
> Priority: Minor
>
> SSIA
> Create a simple test (can be part of class CamelEditorTest)
> 1) create a project (eg. CBR)
> 2) at Choice component you can try collapse components and check if all are hidden and no error occurred
> 3) then push expad, it displays the hidden components, and again check errors in the error log view
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month