[JBoss JIRA] (JBIDE-23490) Server adapter: provide ability to link pods/'deployment config'/'replication controller'(?) when no service is available
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23490?page=com.atlassian.jira.plugi... ]
Marián Labuda commented on JBIDE-23490:
---------------------------------------
Ok I see your point. I have last 3 questions.
Have you got through https://docs.openshift.com/enterprise/3.1/using_images/xpaas_images/fuse.... how FIS should be deployed on OpenShift and whether the use cases you are trying to achieve are really the right way?
What is the problem of having a Service for such daemons and applications? When creating an app via oc binary or via Web UI I havent seen so far an application without a service, even in OpenShift documentation is creation of services strongly recommended.
Next question. When you have such application, which does not need service and thus there is no endpoint. Is it really desired to publish changes to such applications, if you can't verify what your change in code has done, whether it works...., because there is no endpoint to verify?
> 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 Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23997?page=com.atlassian.jira.plugi... ]
Josef Kopriva updated JBIDE-23997:
----------------------------------
Description:
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}
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}
was:
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}
> 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}
> 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-23997) JBoss data source file schema error
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23997?page=com.atlassian.jira.plugi... ]
Josef Kopriva updated JBIDE-23997:
----------------------------------
Description:
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}
was:
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}
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}
> 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-23997) JBoss data source file error
by Josef Kopriva (JIRA)
Josef Kopriva created JBIDE-23997:
-------------------------------------
Summary: JBoss data source file 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}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23996) Install Addon from Catalog ends with Timeout Expired
by Josef Kopriva (JIRA)
Josef Kopriva created JBIDE-23996:
-------------------------------------
Summary: Install Addon from Catalog ends with Timeout Expired
Key: JBIDE-23996
URL: https://issues.jboss.org/browse/JBIDE-23996
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: forge
Affects Versions: 4.4.3.Final
Environment: Win 10
F25
Red Hat JBoss Developer Studio
Version: 10.3.0.GA
Build id: GA-v20170218-1636-B94
Build date: 20170218-1636
Reporter: Josef Kopriva
Install Addon from Catalog ends with Timeout Expired on W10 - I have tried Arquillian and Jira
On F25 is not even shown timeout expired message, but the dialog freezes after some time.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23996) Install Addon from Catalog ends with Timeout Expired
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23996?page=com.atlassian.jira.plugi... ]
Josef Kopriva reassigned JBIDE-23996:
-------------------------------------
Assignee: George Gastaldi
> Install Addon from Catalog ends with Timeout Expired
> ----------------------------------------------------
>
> Key: JBIDE-23996
> URL: https://issues.jboss.org/browse/JBIDE-23996
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.4.3.Final
> Environment: Win 10
> F25
> Red Hat JBoss Developer Studio
> Version: 10.3.0.GA
> Build id: GA-v20170218-1636-B94
> Build date: 20170218-1636
> Reporter: Josef Kopriva
> Assignee: George Gastaldi
>
> Install Addon from Catalog ends with Timeout Expired on W10 - I have tried Arquillian and Jira
> On F25 is not even shown timeout expired message, but the dialog freezes after some time.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month