[JBoss JIRA] (JBIDE-16021) Revisit whether file transfer requests can trust rse's isConnected
by Rob Stryker (JIRA)
Rob Stryker created JBIDE-16021:
-----------------------------------
Summary: Revisit whether file transfer requests can trust rse's isConnected
Key: JBIDE-16021
URL: https://issues.jboss.org/browse/JBIDE-16021
Project: Tools (JBoss Tools)
Issue Type: Task
Components: server, upstream
Affects Versions: 4.2.0.Alpha1
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 4.2.0.Alpha1
With the large speed increases in jbt's RSE integration, the new bottleneck is during the beginning of the publish event.
A block of code currently exists as follows:
{code}
boolean isConnected = fileSubSystem != null && fileSubSystem.isConnected();
String connectionName = RSEUtils.getRSEConnectionName(behaviour.getServer());
if( isConnected ) {
// The RSE tools might be mistaken here. The user may in fact have lost internet connectivity
NamedRunnableWithProgress run = new NamedRunnableWithProgress("Accessing Remote System Root") {
public Object run(IProgressMonitor monitor) throws CoreException,
SystemMessageException, RuntimeException {
getFileService().getRoots(monitor);
return Status.OK_STATUS;
}
};
IProgressMonitor childMonitor = AbstractServerToolsPublisher.getSubMon(monitor, 100);
Exception e = RSERemotePublishHandler.wrapRemoteCallStatusTimeLimit(run, "null", "null", null, 15000, childMonitor);
{code}
It would seem strange for the rse's isConnected() method to be incorrect. Investigate whether it is still possible it is incorrect, and file an appropriate upstream bug, or, if no bug, simply remove the lines and improve speed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (JBIDE-15788) Download runtime wizard shouldn't complain if install folder doesn't exist
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15788?page=com.atlassian.jira.plugi... ]
Rob Stryker resolved JBIDE-15788.
---------------------------------
Resolution: Done
pushed
> Download runtime wizard shouldn't complain if install folder doesn't exist
> --------------------------------------------------------------------------
>
> Key: JBIDE-15788
> URL: https://issues.jboss.org/browse/JBIDE-15788
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: runtime-detection, server
> Affects Versions: 4.1.1.Alpha2
> Reporter: Fred Bricon
> Assignee: Rob Stryker
> Labels: respin-a
> Fix For: 4.1.1.CR1
>
> Attachments: cr1-nonexistent-folder.png, install_folder_must_exist.png
>
>
> If the install folder is missing, the download runtime wizard should cope with it, instead of displaying an error (i.e. create the missing folders when necessary)
> - assert no EAP/AS7 are installed
> - create a new html5 project from central
> - click download and install for the server requirement
> - enter a non-existing location for the install folder
> !install_folder_must_exist.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (JBIDE-15788) Download runtime wizard shouldn't complain if install folder doesn't exist
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15788?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-15788:
--------------------------------
Labels: respin-a (was: )
> Download runtime wizard shouldn't complain if install folder doesn't exist
> --------------------------------------------------------------------------
>
> Key: JBIDE-15788
> URL: https://issues.jboss.org/browse/JBIDE-15788
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: runtime-detection, server
> Affects Versions: 4.1.1.Alpha2
> Reporter: Fred Bricon
> Assignee: Rob Stryker
> Labels: respin-a
> Fix For: 4.1.1.CR1
>
> Attachments: cr1-nonexistent-folder.png, install_folder_must_exist.png
>
>
> If the install folder is missing, the download runtime wizard should cope with it, instead of displaying an error (i.e. create the missing folders when necessary)
> - assert no EAP/AS7 are installed
> - create a new html5 project from central
> - click download and install for the server requirement
> - enter a non-existing location for the install folder
> !install_folder_must_exist.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (JBIDE-15788) Download runtime wizard shouldn't complain if install folder doesn't exist
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15788?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-15788:
-------------------------------------
Rob, please reapply the patch on the 4.1.1.x branch
> Download runtime wizard shouldn't complain if install folder doesn't exist
> --------------------------------------------------------------------------
>
> Key: JBIDE-15788
> URL: https://issues.jboss.org/browse/JBIDE-15788
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: runtime-detection, server
> Affects Versions: 4.1.1.Alpha2
> Reporter: Fred Bricon
> Assignee: Rob Stryker
> Fix For: 4.1.1.CR1
>
> Attachments: cr1-nonexistent-folder.png, install_folder_must_exist.png
>
>
> If the install folder is missing, the download runtime wizard should cope with it, instead of displaying an error (i.e. create the missing folders when necessary)
> - assert no EAP/AS7 are installed
> - create a new html5 project from central
> - click download and install for the server requirement
> - enter a non-existing location for the install folder
> !install_folder_must_exist.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (JBIDE-16020) jboss-kitchensink-backbone does not work due to missing deps
by Rastislav Wagner (JIRA)
Rastislav Wagner created JBIDE-16020:
----------------------------------------
Summary: jboss-kitchensink-backbone does not work due to missing deps
Key: JBIDE-16020
URL: https://issues.jboss.org/browse/JBIDE-16020
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 4.1.1.CR1
Reporter: Rastislav Wagner
Fix For: 4.1.1.Final
backbone example requires org.jboss.bom.wfk.jboss-javaee-6.0-with-tools.2.4.0-redhat-2 but it cannot be found. It is missing in online enterprise repository.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (JBIDE-16003) Clean up jbosstools-integration-tests site/features
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16003?page=com.atlassian.jira.plugi... ]
Martin Malina resolved JBIDE-16003.
-----------------------------------
Fix Version/s: 4.1.1.CR1
(was: 4.1.1.Final)
Resolution: Duplicate Issue
Nick fixed this in JBIDE-16018.
> Clean up jbosstools-integration-tests site/features
> ---------------------------------------------------
>
> Key: JBIDE-16003
> URL: https://issues.jboss.org/browse/JBIDE-16003
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: qa
> Affects Versions: 4.1.1.CR1
> Reporter: Martin Malina
> Assignee: Martin Malina
> Fix For: 4.1.1.CR1
>
> Attachments: itests-mess.png
>
>
> Currently the integration-tests repo is a mess.
> Some features are called Test, some are missing altogether - for example hibernate reddeer extension is probably missing.
> It needs cleaning up.
> As seen here:
> !itests-mess.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months