[JBoss JIRA] (JBIDE-22241) OpenShift Explorer: Cascade resource deletion
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22241?page=com.atlassian.jira.plugi... ]
Marián Labuda commented on JBIDE-22241:
---------------------------------------
So that's how I am afraid it was meant ;) Simple delete could be probably more sophisticated too. E.g. once you remove a service which had a routing, it makes almost no sense to keep routing there. Because routing has mapping to a service so there would be non-usable routing (unless you manually edit routing and point it to different service, but who would do that and why?) Similar logic could apply to services - if selector in service, usually deployment config, does not exists and neither replication controller, it does not make much sense to keep service alive.
> OpenShift Explorer: Cascade resource deletion
> ---------------------------------------------
>
> Key: JBIDE-22241
> URL: https://issues.jboss.org/browse/JBIDE-22241
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Marián Labuda
> Assignee: Jeff MAURY
> Labels: explorer, openshift_v3, ux
> Fix For: 4.4.1.Alpha1
>
>
> It would be nice to have a possibility to allow cascading deletion, deletion of related resource/resource managed by the resource which is about to be deleted.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22485) For JBIDE 4.4.0.Final: Prepare for Final/GA [Base]
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22485?page=com.atlassian.jira.plugi... ]
Radim Hopp closed JBIDE-22485.
------------------------------
> For JBIDE 4.4.0.Final: Prepare for Final/GA [Base]
> --------------------------------------------------
>
> Key: JBIDE-22485
> URL: https://issues.jboss.org/browse/JBIDE-22485
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: common/jst/core, usage
> Reporter: Nick Boldt
> Assignee: Rob Stryker
> Priority: Blocker
> Labels: task
> Fix For: 4.4.0.Final
>
>
> For JBIDE 4.4.0.Final [Base]: Please perform the following tasks:
> 0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.4.0.Final or 10.0.0.GA
> [Unresolved JIRAs with fixVersion = 4.4.0.Final, 10.0.0.GA|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22J...]
> 1. Update your *{color:orange}master branch{color}* root pom to use the latest parent pom version, *{color:orange}4.4.0.Final-SNAPSHOT{color}*:
> {code}
> <parent>
> <groupId>org.jboss.tools</groupId>
> <artifactId>parent</artifactId>
> <version>4.4.0.Final-SNAPSHOT</version>
> </parent>
> {code}
> Now, your root pom will use parent pom version:
> * *{color:orange}4.4.0.Final-SNAPSHOT{color}* in your *{color:orange}jbosstools-4.4.x{color}* branch
> 2. Branch from your existing master branch into a new *{color:blue}jbosstools-4.4.x{color}* branch;
> {code}
> git checkout master
> git pull origin master
> git checkout -b jbosstools-4.4.x
> git push origin jbosstools-4.4.x
> {code}
> Now, your root pom will use parent pom version:
> * *{color:orange}4.4.0.Final-SNAPSHOT{color}* in your *{color:blue}master{color}* branch (we'll move to 4.5.0.Alpha1 later!)
> * *{color:blue}4.4.0.Final-SNAPSHOT{color}* in your *{color:blue}jbosstools-4.4.x{color}* branch
> 3. Ensure you've *built your code* using the latest target platform version 4.60.0.Final-SNAPSHOT (4.60 = Eclipse Neon.0)
> {code}
> mvn clean verify -Dtpc.version=4.60.0.Final-SNAPSHOT
> {code}
> 4. Close (do not resolve) this JIRA when done.
> 5. If you have any outstanding [New + Noteworthy JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JBIDE...] to do, please complete them next.
> [Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for Base task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBTIS-731) Create a test for the new SAP configuration wizard
by Andrej Podhradsky (JIRA)
Andrej Podhradsky created JBTIS-731:
---------------------------------------
Summary: Create a test for the new SAP configuration wizard
Key: JBTIS-731
URL: https://issues.jboss.org/browse/JBTIS-731
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: Fuse IDE, QE
Affects Versions: 4.3.0.Final
Reporter: Andrej Podhradsky
Assignee: Andrej Podhradsky
Fix For: 4.3.1.Final
There is a new SAP configuration wizard which is similar to the SAP connections view. Create a new test for the wizard.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22543) Different errors when closing Central right after it was opened
by Radim Hopp (JIRA)
Radim Hopp created JBIDE-22543:
----------------------------------
Summary: Different errors when closing Central right after it was opened
Key: JBIDE-22543
URL: https://issues.jboss.org/browse/JBIDE-22543
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.4.0.Final
Environment: Devstudio 10.0.0.GA-v20160603-1025-B5510
Reporter: Radim Hopp
Priority: Minor
Opening and closing central gives me two different errors:
{noformat}
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.download(P2TransportService.java:86)
at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.download(WebUtil.java:157)
at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.download(WebUtil.java:66)
at org.jboss.tools.discovery.core.internal.connectors.xpl.RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteExternalBundleDiscoveryStrategy.java:223)
at org.jboss.tools.discovery.core.internal.connectors.xpl.RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteExternalBundleDiscoveryStrategy.java:1)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.download(P2TransportService.java:84)
... 8 more
Caused by: org.eclipse.core.runtime.OperationCanceledException
at org.eclipse.core.internal.jobs.JobManager.join(JobManager.java:999)
at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.readInto(FileReader.java:360)
at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:101)
at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:156)
... 12 more
{noformat}
and
{noformat:title=Failed to get connectors from RemoteProxyWizardDiscoveryStrategy}
org.eclipse.core.runtime.CoreException: IO failure: cannot load discovery directory
at org.jboss.tools.discovery.core.internal.connectors.xpl.RemoteExternalBundleDiscoveryStrategy.loadRegistry(RemoteExternalBundleDiscoveryStrategy.java:111)
at org.jboss.tools.discovery.core.internal.connectors.xpl.ExternalBundleDiscoveryStrategy.performDiscovery(ExternalBundleDiscoveryStrategy.java:117)
at org.jboss.tools.discovery.core.internal.connectors.ChainedDiscoveryStrategy.performDiscovery(ChainedDiscoveryStrategy.java:68)
at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery.performDiscovery(ConnectorDiscovery.java:114)
at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardManager.loadWizards(ProxyWizardManager.java:107)
at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardUpdateJob.run(ProxyWizardUpdateJob.java:47)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.io.IOException: Cancelled by user
at org.eclipse.equinox.internal.p2.transport.ecf.FileReader$1.checkException(FileReader.java:337)
at org.eclipse.equinox.internal.p2.transport.ecf.FileReader$1.close(FileReader.java:287)
at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.readResource(WebUtil.java:101)
at org.jboss.tools.discovery.core.internal.connectors.xpl.RemoteExternalBundleDiscoveryStrategy.loadRegistry(RemoteExternalBundleDiscoveryStrategy.java:91)
... 6 more
Caused by: org.eclipse.core.runtime.OperationCanceledException: Cancelled by user
at org.eclipse.equinox.internal.p2.transport.ecf.FileReader$1.checkException(FileReader.java:334)
... 9 more
Caused by: org.eclipse.ecf.filetransfer.UserCancelledException: Cancelled by user
at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.newUserCancelledException(AbstractRetrieveFileTransfer.java:442)
at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.setDoneCanceled(AbstractRetrieveFileTransfer.java:472)
at org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer.cancel(HttpClientRetrieveFileTransfer.java:228)
at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.handleTransferEvent(FileReader.java:213)
at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.fireTransferReceiveDataEvent(AbstractRetrieveFileTransfer.java:390)
at org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer.fireTransferReceiveDataEvent(HttpClientRetrieveFileTransfer.java:1116)
at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.handleReceivedData(AbstractRetrieveFileTransfer.java:294)
at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer$1.performFileTransfer(AbstractRetrieveFileTransfer.java:179)
at org.eclipse.ecf.filetransfer.FileTransferJob.run(FileTransferJob.java:74)
... 1 more
{noformat}
They do not appear every time, but pretty often.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22167) SWTException below GettingStartedHtmlPage.updateEarlyAccess
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22167?page=com.atlassian.jira.plugi... ]
Radim Hopp closed JBIDE-22167.
------------------------------
I was able to reproduce it with Devstudio 9.1.0., but not with Devstudio 10.0.0.GA-v20160603-1025-B5510
> SWTException below GettingStartedHtmlPage.updateEarlyAccess
> -----------------------------------------------------------
>
> Key: JBIDE-22167
> URL: https://issues.jboss.org/browse/JBIDE-22167
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.3.1.CR1
> Reporter: Automated Error Reporting Bot
> Assignee: Fred Bricon
> Priority: Minor
> Fix For: 4.4.0.Alpha1
>
>
> The following problem was reported via the automated error reporting:
> Message: LockManager.handleException
> {noformat}
> org.eclipse.swt.SWTException: Widget is disposed
> at org.eclipse.swt.widgets.Widget.error(Widget.java:482)
> at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:419)
> at org.eclipse.swt.browser.Browser.checkWidget(Browser.java:207)
> at org.eclipse.swt.browser.Browser.execute(Browser.java:532)
> at org.jboss.tools.central.editors.GettingStartedHtmlPage.updateEarlyAccess(GettingStartedHtmlPage.java:367)
> at org.jboss.tools.central.editors.GettingStartedHtmlPage.access$14(GettingStartedHtmlPage.java:350)
> at org.jboss.tools.central.editors.GettingStartedHtmlPage$6$1.run(GettingStartedHtmlPage.java:335)
> at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:162)
> at org.eclipse.ui.internal.UILockListener.aboutToWait(UILockListener.java:128)
> at org.eclipse.core.internal.jobs.LockManager.aboutToWait(LockManager.java:114)
> at org.jboss.tools.central.editors.JBossCentralEditor.dispose(JBossCentralEditor.java:139)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.invalidate(CompatibilityPart.java:238)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.destroy(CompatibilityPart.java:394)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:54)
> {noformat}
> Bundles:
> | org.eclipse.core.jobs | 3.8.0.v20160125-0953 | 3.8.0.v20160125-0953 |
> | org.eclipse.e4.core.di | 1.6.0.v20160125-1759 | 1.6.0.v20160125-1759 |
> | org.eclipse.swt | 3.105.0.v20160127-0039 | 3.105.0.v20160127-0039 |
> | org.eclipse.ui | 3.107.0.v20160108-0627 | 3.107.0.v20160108-0627 |
> | org.jboss.tools.central | 2.1.0.Alpha1-v20160405-0310-B839 | 2.1.0.Alpha1-v20160405-0310-B839 |
> Operating Systems:
> | Linux | 3.13.0 | 3.13.0 |
> The above information is a snapshot of the collected data. Visit [https://redhat.ctrlflow.com/reviewers/#!/problems/5704c399e4b08ccb7be358a3 this page] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBTIS-719) Fix 'DeploymentEAPTest'
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-719?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky closed JBTIS-719.
-----------------------------------
the second PR was pushed as a part of JBTIS-728
> Fix 'DeploymentEAPTest'
> -----------------------
>
> Key: JBTIS-719
> URL: https://issues.jboss.org/browse/JBTIS-719
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: Fuse IDE, QE
> Affects Versions: 4.3.0.Final
> Environment: Fuse on EAP 6.3.0.ER1
> JBDS 9.1.0.GA
> JBDSIS 9.0.0.GA
> Reporter: Tomáš Sedmík
> Assignee: Tomáš Sedmík
> Fix For: 4.3.0.Final
>
>
> Fuse on EAP log was slightly changed.
> {code}
> ...file://src/data) Creating JAXBContext...
> {code}
> to
> {code}
> ...file://src/data) Created XMLInputFactory...
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months