[JBoss JIRA] (JBIDE-22004) Runtime detection unable to detect CDK
by Hardy Ferentschik (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22004?page=com.atlassian.jira.plugi... ]
Hardy Ferentschik commented on JBIDE-22004:
-------------------------------------------
See also https://github.com/projectatomic/adb-atomic-developer-bundle/issues/310
Personally I am not sure whether adding the .cdk file to the CDK distro makes sense, since hopefully one will be able to bootstrap a CDK _Vagrantfile_ by a simple {{vagrant init}}.
What is this file good for really? Can we find other ways to achieve the same goal?
Right now we have this:
{code}
openshift.auth.scheme=Basic
openshift.auth.username=openshift-dev
openshift.auth.password=devel
cdk.version=2.0
{code}
It looks like it mixes several concerns. There seems to be some OpenShift information and I believe what the server-adapter is really after, _cdk.version_. What's really needed here and why?
[~rob.stryker] !?
{code}
> Runtime detection unable to detect CDK
> --------------------------------------
>
> Key: JBIDE-22004
> URL: https://issues.jboss.org/browse/JBIDE-22004
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: runtime-detection, upstream
> Affects Versions: 4.3.1.CR1
> Reporter: Radim Hopp
> Assignee: Hardy Ferentschik
> Fix For: 4.4.x
>
>
> Due to absency of ".cdk" file in official distribution of CDK (version 2.0.0.Beta5), runtime detection is unable to detect it.
> Installator probably adds that file during install, but shouldn't we support detection of "by-hand" downloaded CDK?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22042) Cannot install JBT: Missing requirement: Smart Import support for THyM 0.0.1.201509301541
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22042?page=com.atlassian.jira.plugi... ]
Pavol Srna reassigned JBIDE-22042:
----------------------------------
Assignee: Nick Boldt
> Cannot install JBT: Missing requirement: Smart Import support for THyM 0.0.1.201509301541
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-22042
> URL: https://issues.jboss.org/browse/JBIDE-22042
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: updatesite
> Affects Versions: 4.3.1.CR1
> Reporter: Pavol Srna
> Assignee: Nick Boldt
> Priority: Blocker
> Labels: respin-a
> Fix For: 4.3.1.CR1
>
> Attachments: Screen Shot 2016-03-31 at 13.26.03.png
>
>
> {code}
> Cannot complete the install because one or more required items could not be found.
> Software being installed: JBoss Easymport for Aerogear 1.3.1.CR1-v20160203-2301-B70 (org.jboss.tools.aerogear.easymport.feature.feature.group 1.3.1.CR1-v20160203-2301-B70)
> Missing requirement: Smart Import support for THyM 0.0.1.201509301541 (org.eclipse.thym.ui.importer 0.0.1.201509301541) requires 'bundle org.eclipse.e4.ui.importer 0.0.0' but it could not be found
> Cannot satisfy dependency:
> From: JBoss Easymport for Aerogear 1.3.1.CR1-v20160203-2301-B70 (org.jboss.tools.aerogear.easymport.feature.feature.group 1.3.1.CR1-v20160203-2301-B70)
> To: org.eclipse.thym.ui.importer [0.0.1.201509301541]
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-21984) Wrong Source Path when creating OS3 Server Adapter for multiple applications
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21984?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-21984:
----------------------------------
Attachment: Screenshot 2016-03-31 14.34.47.png
[~adietish] this PR works for me after your latest changes. See attached screenshot showing all correct settings
> Wrong Source Path when creating OS3 Server Adapter for multiple applications
> ----------------------------------------------------------------------------
>
> Key: JBIDE-21984
> URL: https://issues.jboss.org/browse/JBIDE-21984
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Alexey Kazakov
> Assignee: Andre Dietisheim
> Priority: Blocker
> Labels: openshift_v3, server_adapter_wizard
> Fix For: 4.3.1.CR1
>
> Attachments: launch_config.png, Screenshot 2016-03-31 14.34.47.png, server-adapter.png
>
>
> 1.
> !server-adapter.png|thumbnail!
> 2. Even selecting the correct source manually doesn't help. The eclipse project is still incorrect in the launch config.
> !launch_config.png|thumbnail!
> Maybe it's because the nodejs eclipse project is not a wtp project and the server adapter picks up the only available wtp module - eap-app.
> The only way to create a proper server adapter for the nodejs-example is to delete the eap eclipse project from the workspace.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22043) Server adapter wizard: create unit tests
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-22043:
----------------------------------------
Summary: Server adapter wizard: create unit tests
Key: JBIDE-22043
URL: https://issues.jboss.org/browse/JBIDE-22043
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.4.0.Alpha1
Reporter: Andre Dietisheim
The server adapter wizard should be unit tested. Given it's implemented using databinding and a presentation model (ServerSettingsWizardPageModel) the model can be unit tested (ex. #setService and then test all it's states: source path, deploy project etc.).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22043) Server adapter wizard: create unit tests
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22043?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-22043:
-------------------------------------
Fix Version/s: 4.4.0.Alpha1
> Server adapter wizard: create unit tests
> ----------------------------------------
>
> Key: JBIDE-22043
> URL: https://issues.jboss.org/browse/JBIDE-22043
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Andre Dietisheim
> Labels: server_adapter_wizard
> Fix For: 4.4.0.Alpha1
>
>
> The server adapter wizard should be unit tested. Given it's implemented using databinding and a presentation model (ServerSettingsWizardPageModel) the model can be unit tested (ex. #setService and then test all it's states: source path, deploy project etc.).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22043) Server adapter wizard: create unit tests
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22043?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-22043:
-------------------------------------
Labels: server_adapter_wizard (was: )
> Server adapter wizard: create unit tests
> ----------------------------------------
>
> Key: JBIDE-22043
> URL: https://issues.jboss.org/browse/JBIDE-22043
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Andre Dietisheim
> Labels: server_adapter_wizard
> Fix For: 4.4.0.Alpha1
>
>
> The server adapter wizard should be unit tested. Given it's implemented using databinding and a presentation model (ServerSettingsWizardPageModel) the model can be unit tested (ex. #setService and then test all it's states: source path, deploy project etc.).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22004) Runtime detection unable to detect CDK
by Hardy Ferentschik (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22004?page=com.atlassian.jira.plugi... ]
Hardy Ferentschik updated JBIDE-22004:
--------------------------------------
Summary: Runtime detection unable to detect CDK (was: Runtime detection unable to detect CDK (2.0.0.Beta5))
> Runtime detection unable to detect CDK
> --------------------------------------
>
> Key: JBIDE-22004
> URL: https://issues.jboss.org/browse/JBIDE-22004
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: runtime-detection, upstream
> Affects Versions: 4.3.1.CR1
> Reporter: Radim Hopp
> Assignee: Hardy Ferentschik
> Fix For: 4.4.x
>
>
> Due to absency of ".cdk" file in official distribution of CDK (version 2.0.0.Beta5), runtime detection is unable to detect it.
> Installator probably adds that file during install, but shouldn't we support detection of "by-hand" downloaded CDK?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-21995) Hostname is set to localhost when prompt for route is checked
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21995?page=com.atlassian.jira.plugi... ]
Xavier Coulon commented on JBIDE-21995:
---------------------------------------
This [~rob.stryker]'s patch applied, the fix for JBIDE-21994 becomes obsolete because the hostname on the server adapter is properly set, which means that LiveReload can work with this server adapter has with any other one, without any specific behaviour.
I would personally prefer not to patch the LiveReload tooling, unless there was a risk that the hostname would remain to 'localhost', but that would mean that there's no route to get to the service, right ?
[~fbricon], [~rob.stryker], [~akazakov], thoughts ?
On the other hand, what would happen if the route was removed or changed ? Should we ask the user to delete and recreate the server adapter ?
As a last comment, the "Open in Web Browser via LiveReload" fails on the server module because the requested URI includes the module name (which is wrong when there's only one module deployed as ROOT.war)
> Hostname is set to localhost when prompt for route is checked
> -------------------------------------------------------------
>
> Key: JBIDE-21995
> URL: https://issues.jboss.org/browse/JBIDE-21995
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Rob Stryker
> Labels: openshift_v3, server_adapter
> Fix For: 4.3.1.CR1
>
>
> Hostname in Server Editor for an OpenShift 3 application is set to localhost if checkbox "Prompt for route when multiple routes available to show in browser" is checked.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months