[JBoss JIRA] (JBIDE-21609) Source path validation does not work properly in new server adapter wizard
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21609?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-21609.
---------------------------------
Verified in nightly build of JBT with OpenShift tools plugin of version B202.
> Source path validation does not work properly in new server adapter wizard
> --------------------------------------------------------------------------
>
> Key: JBIDE-21609
> URL: https://issues.jboss.org/browse/JBIDE-21609
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Labels: openshift_v3, server_adapter_wizard
> Fix For: 4.3.1.CR1
>
>
> When using eclipse path properties in source path in New Server wizard for a new OpenShift 3 server adapter, validation does not work properly. E.g. I choose a workspace project by browsing workspace and choosing it, it fill into the text widget for source path
> {code}
> ${workspace_loc:/org.jboss.tools.openshift.ui.bot.test}
> {code}
> and it is OK, next button is enabled. But if I cut/paste it there again or if I type workspace location manually, not via browsing workspace project, it is validated as incorrect path and it is not possible to proceed through wizard.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-21801) On Windows, can't Download Runtimes for JBoss EAP and JBoss Fuse
by Aurélien Pupier (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21801?page=com.atlassian.jira.plugi... ]
Aurélien Pupier updated JBIDE-21801:
------------------------------------
Description:
first technical investigation:
- the url used to retrieve information on the Terms and conditions page is (I put a breakpoint on DownloadmanagertermsAndConditionsFragment.getTCResponseString): https://developers.redhat.com/download-manager/rest/tc?downloadURL=https%...
and it returns:
{noformat}
<?xml version="1.0" encoding="UTF-8"?>
<result>
<htmlText><![CDATA[It is no longer possible to accept terms and conditions in the wizard. Please, use <a href="https://developers.redhat.com/download-manager/file/jboss-fuse-6.2.1.GA-f...">following link</a> instead!]]></htmlText>
<plainText><![CDATA[It is no longer possible to accept terms and conditions in the wizard. Please, use https://developers.redhat.com/download-manager/file/jboss-fuse-6.2.1.GA-f... instead!]]></plainText>
<customParams>
<param name="company" label="Company" />
<param name="country" label="Country" >
<options multiple="false">
</options>
</param>
<param name="downloadURL" label="Downloaded file" >
<options multiple="false">
<option key="https://www.jboss.org/download-manager/content/origin/files/sha256/e5/e5b..."/>
</options>
</param>
</customParams>
</result>
{noformat}
was:
first technical investigation:
- the url used to retrieve information on the Terms and conditions page is: https://developers.redhat.com/download-manager/rest/tc?downloadURL=https%...
and it returns:
{noformat}
<?xml version="1.0" encoding="UTF-8"?>
<result>
<htmlText><![CDATA[It is no longer possible to accept terms and conditions in the wizard. Please, use <a href="https://developers.redhat.com/download-manager/file/jboss-fuse-6.2.1.GA-f...">following link</a> instead!]]></htmlText>
<plainText><![CDATA[It is no longer possible to accept terms and conditions in the wizard. Please, use https://developers.redhat.com/download-manager/file/jboss-fuse-6.2.1.GA-f... instead!]]></plainText>
<customParams>
<param name="company" label="Company" />
<param name="country" label="Country" >
<options multiple="false">
</options>
</param>
<param name="downloadURL" label="Downloaded file" >
<options multiple="false">
<option key="https://www.jboss.org/download-manager/content/origin/files/sha256/e5/e5b..."/>
</options>
</param>
</customParams>
</result>
{noformat}
> On Windows, can't Download Runtimes for JBoss EAP and JBoss Fuse
> ----------------------------------------------------------------
>
> Key: JBIDE-21801
> URL: https://issues.jboss.org/browse/JBIDE-21801
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Affects Versions: 4.3.1.Beta2
> Reporter: Aurélien Pupier
> Attachments: 1-preferencepage.png, 2-selectRuntime.png, 3-clickDownLoadAndInstall.png, 4-selectEactVersion.png, 5-fillCredentials.png, 6-PleaseuseFollowingLink.png, 7-allInformationprovided.png
>
>
> first technical investigation:
> - the url used to retrieve information on the Terms and conditions page is (I put a breakpoint on DownloadmanagertermsAndConditionsFragment.getTCResponseString): https://developers.redhat.com/download-manager/rest/tc?downloadURL=https%...
> and it returns:
> {noformat}
> <?xml version="1.0" encoding="UTF-8"?>
> <result>
> <htmlText><![CDATA[It is no longer possible to accept terms and conditions in the wizard. Please, use <a href="https://developers.redhat.com/download-manager/file/jboss-fuse-6.2.1.GA-f...">following link</a> instead!]]></htmlText>
> <plainText><![CDATA[It is no longer possible to accept terms and conditions in the wizard. Please, use https://developers.redhat.com/download-manager/file/jboss-fuse-6.2.1.GA-f... instead!]]></plainText>
> <customParams>
> <param name="company" label="Company" />
> <param name="country" label="Country" >
> <options multiple="false">
> </options>
> </param>
> <param name="downloadURL" label="Downloaded file" >
> <options multiple="false">
> <option key="https://www.jboss.org/download-manager/content/origin/files/sha256/e5/e5b..."/>
> </options>
> </param>
> </customParams>
> </result>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-21801) On Windows, can't Download Runtimes for JBoss EAP and JBoss Fuse
by Aurélien Pupier (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21801?page=com.atlassian.jira.plugi... ]
Aurélien Pupier updated JBIDE-21801:
------------------------------------
Description:
first technical investigation:
- the url used to retrieve information on the Terms and conditions page is: https://developers.redhat.com/download-manager/rest/tc?downloadURL=https%...
and it returns:
{noformat}
<?xml version="1.0" encoding="UTF-8"?>
<result>
<htmlText><![CDATA[It is no longer possible to accept terms and conditions in the wizard. Please, use <a href="https://developers.redhat.com/download-manager/file/jboss-fuse-6.2.1.GA-f...">following link</a> instead!]]></htmlText>
<plainText><![CDATA[It is no longer possible to accept terms and conditions in the wizard. Please, use https://developers.redhat.com/download-manager/file/jboss-fuse-6.2.1.GA-f... instead!]]></plainText>
<customParams>
<param name="company" label="Company" />
<param name="country" label="Country" >
<options multiple="false">
</options>
</param>
<param name="downloadURL" label="Downloaded file" >
<options multiple="false">
<option key="https://www.jboss.org/download-manager/content/origin/files/sha256/e5/e5b..."/>
</options>
</param>
</customParams>
</result>
{noformat}
> On Windows, can't Download Runtimes for JBoss EAP and JBoss Fuse
> ----------------------------------------------------------------
>
> Key: JBIDE-21801
> URL: https://issues.jboss.org/browse/JBIDE-21801
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Affects Versions: 4.3.1.Beta2
> Reporter: Aurélien Pupier
> Attachments: 1-preferencepage.png, 2-selectRuntime.png, 3-clickDownLoadAndInstall.png, 4-selectEactVersion.png, 5-fillCredentials.png, 6-PleaseuseFollowingLink.png, 7-allInformationprovided.png
>
>
> first technical investigation:
> - the url used to retrieve information on the Terms and conditions page is: https://developers.redhat.com/download-manager/rest/tc?downloadURL=https%...
> and it returns:
> {noformat}
> <?xml version="1.0" encoding="UTF-8"?>
> <result>
> <htmlText><![CDATA[It is no longer possible to accept terms and conditions in the wizard. Please, use <a href="https://developers.redhat.com/download-manager/file/jboss-fuse-6.2.1.GA-f...">following link</a> instead!]]></htmlText>
> <plainText><![CDATA[It is no longer possible to accept terms and conditions in the wizard. Please, use https://developers.redhat.com/download-manager/file/jboss-fuse-6.2.1.GA-f... instead!]]></plainText>
> <customParams>
> <param name="company" label="Company" />
> <param name="country" label="Country" >
> <options multiple="false">
> </options>
> </param>
> <param name="downloadURL" label="Downloaded file" >
> <options multiple="false">
> <option key="https://www.jboss.org/download-manager/content/origin/files/sha256/e5/e5b..."/>
> </options>
> </param>
> </customParams>
> </result>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months