[JBoss JIRA] (JBIDE-10548) Application creation never ends, have to kill eclipse, if I disconnect from network
by Andre Dietisheim (Created) (JIRA)
Application creation never ends, have to kill eclipse, if I disconnect from network
-----------------------------------------------------------------------------------
Key: JBIDE-10548
URL: https://issues.jboss.org/browse/JBIDE-10548
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 3.3.0.M5
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.3.0.Beta1
I've tried to create a new application and during the creation I've disconnected my computer from the network. Then, depending of the time of disconnection, two things happened:
1. computer disconnected from network for 30s -> after the connection was re-establisged the application was created
2. computer disconnected from network for 3mins -> even after the connection was re-established the wizard never finished with no possibility of canceling the operation. The whole JBDS needed to be killed from command line.
Tested on: 5.0.0.v201112111508M-H55-M5
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month
[JBoss JIRA] (JBIDE-10332) central refresh job still running after shutdown started
by Nick Boldt (Created) (JIRA)
central refresh job still running after shutdown started
--------------------------------------------------------
Key: JBIDE-10332
URL: https://issues.jboss.org/browse/JBIDE-10332
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 3.3.0.M5
Reporter: Nick Boldt
Assignee: Snjezana Peco
Fix For: 3.3.0.Beta1
Steps to repro:
1. Install latest nightly Central into Indigo SR1 JEE bundle. Restart.
2. Click Software/Update tab in Central, then Refresh button.
3. While refreshing, shut down Eclipse.
Result:
{code}
!ENTRY org.eclipse.core.jobs 2 2 2011-12-03 16:35:16.169
!MESSAGE Job found still running after platform shutdown. Jobs should be canceled by
the plugin that scheduled them during shutdown: org.jboss.tools.central.jobs.RefreshDiscoveryJob
Job found still running after platform shutdown. Jobs should be canceled by the
plugin that scheduled them during shutdown: org.jboss.tools.central.jobs.RefreshDiscoveryJob
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month
[JBoss JIRA] (JBIDE-10401) externalize URL for Central directory.xml file so it can be passed in via commandline when building or at runtime
by Nick Boldt (Created) (JIRA)
externalize URL for Central directory.xml file so it can be passed in via commandline when building or at runtime
------------------------------------------------------------------------------------------------------------------
Key: JBIDE-10401
URL: https://issues.jboss.org/browse/JBIDE-10401
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng, central, updatesite
Affects Versions: 3.3.0.M5
Reporter: Nick Boldt
Assignee: Nick Boldt
1. Need to replace hardcoded variable
{code}
private static final String JBOSS_DISCOVERY_DIRECTORY_3_3_0_XML = "http://download.jboss.org/jbosstools/updates/nightly/core/trunk/jbosstool..."; // published URL
{code}
with value in plugin.properties. This will allow the plugin to be "fixed" when releasing it to point at a different URL.
2. Need to allow passing in the URL as a commandline variable at build-time so that we can have the same code overridden when built in stable branch for a milestone vs. in trunk.
This could be done via Maven calling Ant in the pom.xml to do a simple XSLT on the build.properties file. (If you can't figure out another way, assign this part to me and I'll do this -- already have 80% of the code for such a transform in place.) This would allow overrides to be set in the parent/pom.xml or via commandline -D flags.
3. We could also set 4 variables in the plugin.properties file (for the 4 possible URLs) and have the -D flag be a simple switch between GA, milestone, nightly stable, and nightly trunk, without having to actually state the URL via the commandline.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month