[JBoss JIRA] (JBIDE-21234) release webtools site for Eclipse 4.4 Neon to so WTP 3.8 discovery upstream can find it
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21234?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-21234.
---------------------------------
Verified with Eclipse Neon RC3. What I'm getting now is Alpha1 from May 19, which actually is the Alpha2 that we released under the Alpha1 name (yeah, confusing).
So it's as expected.
{code}
$ find Eclipse-neon-RC3-wtp.app -type d -name 'org.jboss.ide*'
Eclipse-neon-RC3-wtp.app/Contents/Eclipse/features/org.jboss.ide.eclipse.archives.feature_3.6.100.Alpha1-v20160519-0029-B970
Eclipse-neon-RC3-wtp.app/Contents/Eclipse/features/org.jboss.ide.eclipse.as.archives.integration.feature_3.2.0.Alpha1-v20160519-0029-B970
Eclipse-neon-RC3-wtp.app/Contents/Eclipse/features/org.jboss.ide.eclipse.as.feature_3.2.0.Alpha1-v20160519-0029-B970
Eclipse-neon-RC3-wtp.app/Contents/Eclipse/features/org.jboss.ide.eclipse.as.jmx.integration.feature_3.2.0.Alpha1-v20160519-0029-B970
Eclipse-neon-RC3-wtp.app/Contents/Eclipse/features/org.jboss.ide.eclipse.as.server.rse.integration.feature_3.2.0.Alpha1-v20160519-0029-B970
Eclipse-neon-RC3-wtp.app/Contents/Eclipse/features/org.jboss.ide.eclipse.as.serverAdapter.wtp.feature_3.2.0.Alpha1-v20160519-0029-B970
Eclipse-neon-RC3-wtp.app/Contents/Eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.6.100.Alpha1-v20160519-0029-B970
Eclipse-neon-RC3-wtp.app/Contents/Eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.6.100.Alpha1-v20160519-0029-B970/META-INF/maven/org.jboss.tools.archives.plugins/org.jboss.ide.eclipse.archives.core
{code}
> release webtools site for Eclipse 4.4 Neon to so WTP 3.8 discovery upstream can find it
> ---------------------------------------------------------------------------------------
>
> Key: JBIDE-21234
> URL: https://issues.jboss.org/browse/JBIDE-21234
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server, updatesite, upstream
> Affects Versions: 4.4.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.4.0.Alpha1
>
>
> Need a semi-working placeholder (even if it's a weak first alpha or copy of JBT 4.4.0's site) so that WTP can resolve a valid site for server adapters.
> Content that needs to be copied is here:
> http://download.jboss.org/jbosstools/neon/snapshots/updates/
> Eventually we'll have a first Alpha and the symlink can be updated to point here:
> http://download.jboss.org/jbosstools/mars/development/updates/
> Once we release 4.4.0.Final, we can then update the symlink to point here:
> http://download.jboss.org/jbosstools/mars/stable/updates/
> Upstream issue:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=484041
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22471) Explorer: connection (without stored token) stays "Loading" after I provided the token
by Dmitry Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22471?page=com.atlassian.jira.plugi... ]
Dmitry Bocharov updated JBIDE-22471:
------------------------------------
Comment: was deleted
(was: UPDATE
It seems (i really hope) that i've become closer to resolve it.
When we try to expand the connection (without stored token) Connection.authorize() is called from 2 places:
1) from OpenShiftExplorerContentProvider:
Thread [Worker-11] (Suspended (breakpoint at line 289 in Connection))
Connection.authorize() line: 289
Connection.connect() line: 259
Connection.retryList(String, OpenShiftException, String, String) line: 555
Connection.getResources(String, String) line: 479
Connection.getResources(String) line: 468
OpenShiftProjectCache.getProjectsFor(IOpenShiftConnection) line: 58
OpenShiftExplorerContentProvider.getChildrenFor(Object) line: 93
BaseExplorerContentProvider$1.run(IProgressMonitor) line: 167
Worker.run() line: 55
2) from ConnectionWizardPageModel
Thread [Worker-6] (Suspended (breakpoint at line 289 in Connection))
Connection.authorize() line: 289
Connection.connect() line: 259
ConnectionWizardPageModel.connect() line: 355
ConnectionWizardPage$ConnectJob.doRun(IProgressMonitor) line: 479
ConnectionWizardPage$ConnectJob(AbstractDelegatingMonitorJob).run(IProgressMonitor) line: 37
Worker.run() line: 55
But when we store the token, it is called only from OpenShiftExplorerContentProvider.
So i think that is where the conflict (and race condition) happens.)
> Explorer: connection (without stored token) stays "Loading" after I provided the token
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-22471
> URL: https://issues.jboss.org/browse/JBIDE-22471
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Andre Dietisheim
> Assignee: Dmitry Bocharov
> Labels: explorer, openshift_v3
> Fix For: 4.4.x
>
> Attachments: explorer-not-refreshed.png
>
> Original Estimate: 2 days
> Remaining Estimate: 2 days
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months