[JBoss JIRA] (JBIDE-22725) Provided wrong credentials, CDK adapter creates openshift connection with a strange IP
by Martin Malina (JIRA)
Martin Malina created JBIDE-22725:
-------------------------------------
Summary: Provided wrong credentials, CDK adapter creates openshift connection with a strange IP
Key: JBIDE-22725
URL: https://issues.jboss.org/browse/JBIDE-22725
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdk, upstream
Affects Versions: 4.4.1.AM1
Reporter: Martin Malina
When you start CDK with wrong credentials, service manager will return this strange IP:
{code}
# docker env:
# Copying TLS certificates to /Users/rasp/jbossqa/cdk2.1/cdk2.1.rc5/components/rhel/misc/shared_folder/rhel-ose/.vagrant/machines/default/virtualbox/docker
# Set the following environment variables to enable access to the docker daemon running inside of the vagrant virtual machine:
export DOCKER_HOST=tcp://10.0.2.15:2376
export DOCKER_CERT_PATH=/Users/rasp/jbossqa/cdk2.1/cdk2.1.rc5/components/rhel/misc/shared_folder/rhel-ose/.vagrant/machines/default/virtualbox/docker
export DOCKER_TLS_VERIFY=1
export DOCKER_API_VERSION=1.21
# run following command to configure your shell:
# eval "$(vagrant service-manager env)"
{code}
This has been reported upstream here:
https://github.com/projectatomic/vagrant-service-manager/issues/299
Let's use this JIRA to track the upstream issue.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22608) Support scenario when cdk is stopped from cli and then in devstudio
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22608?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-22608.
---------------------------------
I tried this once more today with latest devstudio 10.0.1.AM1 build 5656 and it seems to work properly:
1. Start CDK from cli
2. Start CDK in devstudio - is marked as started
3. Stop CDK from cli
4. Stop CDK in devstudio - is marked as stopped.
Closing.
> Support scenario when cdk is stopped from cli and then in devstudio
> -------------------------------------------------------------------
>
> Key: JBIDE-22608
> URL: https://issues.jboss.org/browse/JBIDE-22608
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: cdk
> Affects Versions: 4.4.0.Final
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.4.1.AM1
>
>
> Assume your cdk is started and it's shown as started in devstudio, now what if you stop cdk from cli for whatever reason? Currently the tooling can't handle such situation.
> If you then try to stop cdk in devstudio, you get an error pop-up:
> Server Container Development Environment failed to stop.
> And the console will just say:
> ==> default: VM not created. Moving on...
> But most importantly, the server adapter will stay in the Started state.
> We should probably support this scenario - it's quite likely that it will happen to users.
> Right now there are several ways out of this situation:
> a) Start cdk from cli again and everything will probably work as expected
> b) Restart your IDE
> So I suggest we improve the tooling in such a way that when you stop cdk, it will be able to detect that it's actually not running and just change the state to Stopped. It may be still ok to pop up the error saying it failed to stop. But at least you can now start it again from the IDE.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22635) Deprecate the Server Log View
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22635?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-22635.
---------------------------------
I saw the commit and it's included in master, so I guess there isn't anything else to do here.
> Deprecate the Server Log View
> -----------------------------
>
> Key: JBIDE-22635
> URL: https://issues.jboss.org/browse/JBIDE-22635
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server
> Affects Versions: 4.4.1.AM1
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Fix For: 4.4.1.AM2
>
>
> Deprecate and remove the Server Log View.
> The Server Log View was originally designed to allow a custom "Error Log" to be filled with information that wasn't just "errors" but more like tracing what the server adapter was doing.
> In it's original form, it held all status warnings and errors, and users never saw them. Eventually, we started also sending the status objects to the official Error Log, so users may see them. Once that happened, the Server Log view became completely redundant. It's only benefits were that it occasionally over-logged stuff that wasn't appropriate to send to the main error log... but it's API / extension points were kinda ugly, and it overall isn't very useful any longer.
> Also, other server adapters have requested we remove the action at least, for their server types, since they never use the Server Log.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22685) Eclipse marketplace entry for Freemarker IDE plugin
by Paul Verest (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22685?page=com.atlassian.jira.plugi... ]
Paul Verest edited comment on JBIDE-22685 at 7/12/16 4:00 AM:
--------------------------------------------------------------
Hi All
I can change anything right away (we connected via skype), if it is critical.
As Nick Bold says, there can be just more editors(persons) for an entry. For this particular entry, I would prefer to hand-over as I am not really involved in the project.
[~akazakov] Now with Neon Editor discovery, entry-per-Editor seems to be the only way to go. But talk to [~mickael_istria] who has made it all https://bugs.eclipse.org/bugs/show_bug.cgi?id=494746
Michael may have related ideas.
Again, I am sorry for cross-cutting here, but as you see we are a step further now, instead of discussing what should be on a entry, there is already one 1st version. Not good though from JBoss tools team point of view.
was (Author: paul.verest):
Hi All
I can change anything right away (we connected via skype), if it is critical.
As Nick Bold says, there can be just more editors(persons) for an entry. For this particular entry, I would prefer to hand-over as I am not really involved in the project.
[~akazakov] Now with Neon Editor discovery, it seems to be the only way to go. But talk to [~mickael_istria] who has made it all https://bugs.eclipse.org/bugs/show_bug.cgi?id=494746
Michael may have related ideas.
Again, I am sorry for cross-cutting here, but as you see we are a step further now, instead of discussing what should be on a entry, there is already one 1st version. Not good though from JBoss tools team point of view.
> Eclipse marketplace entry for Freemarker IDE plugin
> ---------------------------------------------------
>
> Key: JBIDE-22685
> URL: https://issues.jboss.org/browse/JBIDE-22685
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: freemarker, marketplace
> Reporter: Paul Verest
> Assignee: Alexey Kazakov
> Priority: Minor
> Fix For: 4.4.1.AM3
>
>
> As initially proposed at https://github.com/jbosstools/jbosstools-freemarker issues,
> just created https://marketplace.eclipse.org/content/freemarker-ide-jboss-tools , it should appear within days.
> Note, that this is now the only way for Eclipse to automatically discover and install Editor for .ftl files (and later for .ftlh and .fltx https://github.com/jbosstools/jbosstools-freemarker/pull/62)
> Also it makes freemarker plugin searchable on marketplace, so solves new users questions http://stackoverflow.com/questions/9385561/freemarker-eclipse-plug-in
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22685) Eclipse marketplace entry for Freemarker IDE plugin
by Paul Verest (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22685?page=com.atlassian.jira.plugi... ]
Paul Verest edited comment on JBIDE-22685 at 7/12/16 3:59 AM:
--------------------------------------------------------------
Hi All
I can change anything right away (we connected via skype), if it is critical.
As Nick Bold says, there can be just more editors(persons) for an entry. For this particular entry, I would prefer to hand-over as I am not really involved in the project.
[~akazakov] Now with Neon Editor discovery, it seems to be the only way to go. But talk to [~mickael_istria] who has made it all https://bugs.eclipse.org/bugs/show_bug.cgi?id=494746
Michael may have related ideas.
Again, I am sorry for cross-cutting here, but as you see we are a step further now, instead of discussing what should be on a entry, there is already one 1st version. Not good though from JBoss tools team point of view.
was (Author: paul.verest):
Hi All
I can change anything write away (we connected via skype), if it is critical.
As Nick Bold says, there can be just more editors(persons) for an entry. For this particular entry, I would prefer to hand-over as I am not really involved in the project.
[~akazakov] Now with Neon Editor discovery, it seems to be the only way to go. But talk to [~mickael_istria] who has made it all https://bugs.eclipse.org/bugs/show_bug.cgi?id=494746
Michael may have related ideas.
Again, I am sorry for cross-cutting here, but as you see we are a step further now, instead of discussing what should be on a entry, there is already one 1st version. Not good though from JBoss tools team point of view.
> Eclipse marketplace entry for Freemarker IDE plugin
> ---------------------------------------------------
>
> Key: JBIDE-22685
> URL: https://issues.jboss.org/browse/JBIDE-22685
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: freemarker, marketplace
> Reporter: Paul Verest
> Assignee: Alexey Kazakov
> Priority: Minor
> Fix For: 4.4.1.AM3
>
>
> As initially proposed at https://github.com/jbosstools/jbosstools-freemarker issues,
> just created https://marketplace.eclipse.org/content/freemarker-ide-jboss-tools , it should appear within days.
> Note, that this is now the only way for Eclipse to automatically discover and install Editor for .ftl files (and later for .ftlh and .fltx https://github.com/jbosstools/jbosstools-freemarker/pull/62)
> Also it makes freemarker plugin searchable on marketplace, so solves new users questions http://stackoverflow.com/questions/9385561/freemarker-eclipse-plug-in
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22685) Eclipse marketplace entry for Freemarker IDE plugin
by Paul Verest (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22685?page=com.atlassian.jira.plugi... ]
Paul Verest commented on JBIDE-22685:
-------------------------------------
Hi All
I can change anything write away (we connected via skype), if it is critical.
As Nick Bold says, there can be just more editors(persons) for an entry. For this particular entry, I would prefer to hand-over as I am not really involved in the project.
[~akazakov] Now with Neon Editor discovery, it seems to be the only way to go. But talk to [~mickael_istria] who has made it all https://bugs.eclipse.org/bugs/show_bug.cgi?id=494746
Michael may have related ideas.
Again, I am sorry for cross-cutting here, but as you see we are a step further now, instead of discussing what should be on a entry, there is already one 1st version. Not good though from JBoss tools team point of view.
> Eclipse marketplace entry for Freemarker IDE plugin
> ---------------------------------------------------
>
> Key: JBIDE-22685
> URL: https://issues.jboss.org/browse/JBIDE-22685
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: freemarker, marketplace
> Reporter: Paul Verest
> Assignee: Alexey Kazakov
> Priority: Minor
> Fix For: 4.4.1.AM3
>
>
> As initially proposed at https://github.com/jbosstools/jbosstools-freemarker issues,
> just created https://marketplace.eclipse.org/content/freemarker-ide-jboss-tools , it should appear within days.
> Note, that this is now the only way for Eclipse to automatically discover and install Editor for .ftl files (and later for .ftlh and .fltx https://github.com/jbosstools/jbosstools-freemarker/pull/62)
> Also it makes freemarker plugin searchable on marketplace, so solves new users questions http://stackoverflow.com/questions/9385561/freemarker-eclipse-plug-in
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBTIS-803) Provide UI test to create a Data Transformation from palette
by Tomáš Sedmík (JIRA)
[ https://issues.jboss.org/browse/JBTIS-803?page=com.atlassian.jira.plugin.... ]
Tomáš Sedmík commented on JBTIS-803:
------------------------------------
We have a test which covers this use case.
_DataTransformationTest.java --> testBasics_
* import 'starter' project from 'resources/projects/starter'
* create a new Data Transformation
* modify the Camel Route (connect Data Transformation node)
* create a new Data Transformation test
* run test and verify output
> Provide UI test to create a Data Transformation from palette
> ------------------------------------------------------------
>
> Key: JBTIS-803
> URL: https://issues.jboss.org/browse/JBTIS-803
> Project: JBoss Tools Integration Stack
> Issue Type: Feature Request
> Components: Fuse IDE, QE
> Reporter: Aurélien Pupier
> Assignee: Andrej Podhradsky
>
> - add a "Data Transformation" from the palette
> - Fill the wizard and click Finish
> - Ensure the Transformation Editor is opened correctly
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months