[JBoss JIRA] (JBIDE-22114) Server Adapter wizard: project selected via content assist is ignored
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22114?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-22114:
------------------------------------------
The reason for this is quite simple: when typing into the text field (or by using the content assist) the databinding that's active tries to transfer the value to the model using the #setDeployProject method. The method was protected and the binding thus failed. This didnt happen when using the "Browse" button because that was using the method directly, not via binding.
> Server Adapter wizard: project selected via content assist is ignored
> ---------------------------------------------------------------------
>
> Key: JBIDE-22114
> URL: https://issues.jboss.org/browse/JBIDE-22114
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Fred Bricon
> Assignee: Andre Dietisheim
> Priority: Blocker
> Labels: openshift_v3, respin-b, server_adapter_wizard
> Fix For: 4.3.1.CR1
>
>
> Say you have 2 webapp projects in the workspace.
> When you create an openshift server adapter, a default project is selected, if you switch to another project, by typing the project name,
> the source path is not updated. Even if you set the source path manually, the selected project is ignored when creating the project (as seen in the server editor).
> Using the browse button to select the project, then there is no problem
> # ASSERT: have 2+ projects in your workspace
> # ASSERT: have a running application in OpenShift
> # EXEC: launch server adapter wizard
> # EXEC: in wizard: open up "Advanced >>" so that you can see "Source Path:"
> # EXEC: in wizard: put curson into the text field for "Eclipse Project:", delete the preselected project and start typing to match your other workspace project (selecting it via "Browse" works flawlessley)
> # ASSERT: content assist pops up and suggests your other project
> # EXEC: select the suggested project
> Result:
> The source path is not updated
> in the Eclipse log you can find the following:
> {code}
> java.lang.IllegalArgumentException: Missing public setter method for deployProject property
> at org.eclipse.core.internal.databinding.beans.BeanPropertyHelper.writeProperty(BeanPropertyHelper.java:52)
> at org.eclipse.core.internal.databinding.beans.BeanValueProperty.doSetValue(BeanValueProperty.java:54)
> at org.eclipse.core.databinding.property.value.ValueProperty.setValue(ValueProperty.java:85)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doSetValue(SimplePropertyObservableValue.java:111)
> at org.eclipse.core.databinding.observable.value.AbstractObservableValue.setValue(AbstractObservableValue.java:58)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:111)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:111)
> at org.eclipse.core.databinding.UpdateValueStrategy.doSet(UpdateValueStrategy.java:487)
> at org.eclipse.core.databinding.ValueBinding$3$1.run(ValueBinding.java:206)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:150)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:154)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:172)
> at org.eclipse.core.databinding.ValueBinding$3.run(ValueBinding.java:196)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:150)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:154)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:172)
> at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:158)
> at org.eclipse.core.databinding.ValueBinding.access$4(ValueBinding.java:147)
> at org.eclipse.core.databinding.ValueBinding$1.handleValueChange(ValueBinding.java:46)
> at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:63)
> at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:119)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.fireValueChange(DecoratingObservableValue.java:57)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.handleValueChange(DecoratingObservableValue.java:99)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue$1.handleValueChange(DecoratingObservableValue.java:72)
> at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:63)
> at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:119)
> at org.eclipse.core.databinding.observable.value.AbstractObservableValue.fireValueChange(AbstractObservableValue.java:74)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.notifyIfChanged(SimplePropertyObservableValue.java:127)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.access$2(SimplePropertyObservableValue.java:119)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue$1$1.run(SimplePropertyObservableValue.java:69)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:150)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:154)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:172)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue$1.handleEvent(SimplePropertyObservableValue.java:65)
> at org.eclipse.core.databinding.property.NativePropertyListener.fireChange(NativePropertyListener.java:65)
> at org.eclipse.jface.internal.databinding.swt.WidgetListener.handleEvent(WidgetListener.java:56)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1353)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1334)
> at org.eclipse.swt.widgets.Text.setText(Text.java:2591)
> at org.eclipse.swt.widgets.Text.setText(Text.java:2517)
> at org.eclipse.jface.fieldassist.TextContentAdapter.setControlContents(TextContentAdapter.java:36)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter.setControlContent(ContentProposalAdapter.java:1966)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter.proposalAccepted(ContentProposalAdapter.java:1941)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter.access$9(ContentProposalAdapter.java:1938)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter$ContentProposalPopup.acceptCurrentProposal(ContentProposalAdapter.java:989)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter$ContentProposalPopup.access$8(ContentProposalAdapter.java:982)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter$ContentProposalPopup$TargetControlListener.handleEvent(ContentProposalAdapter.java:356)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter$1.handleEvent(ContentProposalAdapter.java:1707)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1353)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1338)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1365)
> at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:763)
> at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:3325)
> at org.eclipse.swt.widgets.Text.gtk_key_press_event(Text.java:1814)
> at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1980)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:5685)
> at org.eclipse.swt.widgets.Text.windowProc(Text.java:2789)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4717)
> at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
> at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:9326)
> at org.eclipse.swt.widgets.Display.eventProc(Display.java:1225)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2435)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3428)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:827)
> at org.eclipse.jface.window.Window.open(Window.java:803)
> at org.eclipse.wst.server.ui.internal.actions.LaunchWizardAction.run(LaunchWizardAction.java:57)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
> at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBTIS-630) JBTIS Target Platform - Mars - Update to latest JBT core
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-630?page=com.atlassian.jira.plugin.... ]
Paul Leacu closed JBTIS-630.
----------------------------
Resolution: Done
TP updated
> JBTIS Target Platform - Mars - Update to latest JBT core
> --------------------------------------------------------
>
> Key: JBTIS-630
> URL: https://issues.jboss.org/browse/JBTIS-630
> Project: JBoss Tools Integration Stack
> Issue Type: Task
> Components: target-platform
> Affects Versions: 4.3.1.CR1-TP
> Reporter: Paul Leacu
> Assignee: Paul Leacu
> Fix For: 4.3.1.Final-TP
>
>
> *Reason:* Sync with JBT 4.3.1.CR1a
> *Project page/sources:* ...
> *Version:* 4.3.1.Final-SNAPSHOT
> *License and owner:* EPL
> *Original p2 repo:*
> *JBoss mirror:* Leave empty
> *Include Sources:* Yes
> *Affected JBoss Tools components:* JBDSIS
> *Include in JBDS:* Yes (JBDSIS)
> *Type of dependency:* distribution
> *List of bundles added/removed:*
> {code}
> < org.jboss.tools.as.test.core [3.1.1.CR1-v20160324-2013-B109]
> < org.jboss.tools.jmx.core.test [1.7.1.CR1-v20160324-2013-B109]
> < org.jboss.tools.common [3.7.1.CR1-v20160324-0436-B104]
> < org.jboss.tools.project.examples.feature.feature.group [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.central.feature.feature.group [2.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.common.base.test [3.7.1.CR1-v20160324-0436-B104]
> < org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.central.feature.feature.jar [2.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.project.examples [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.project.examples [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.common.test [3.7.1.CR1-v20160324-0436-B104]
> < org.jboss.tools.community.central [2.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.tests [3.6.1.CR1-v20160324-0436-B104]
> < org.jboss.tools.project.examples.cheatsheet [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.project.examples.feature.feature.jar [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.CR1-v20160324-1911-B99]
> > org.jboss.tools.project.examples.feature.feature.jar [3.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.common.base.test [3.7.1.Final-v20160401-0436-B108]
> > org.jboss.tools.community.central.feature.feature.group [2.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.community.central.feature.feature.jar [2.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.community.project.examples [3.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.project.examples.feature.feature.group [3.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.as.test.core [3.1.1.Final-v20160401-1549-B112]
> > org.jboss.tools.project.examples.cheatsheet [3.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.jmx.core.test [1.7.1.Final-v20160401-1549-B112]
> > org.jboss.tools.project.examples [3.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.tests [3.6.1.Final-v20160401-0436-B108]
> > org.jboss.tools.common [3.7.1.Final-v20160401-0436-B108]
> > org.jboss.tools.common.test [3.7.1.Final-v20160401-0436-B108]
> > org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.community.central [2.0.1.Final-v20160401-1059-B103]
> === Summary ===
> file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform.target.repo contains 16 unique IUs
> file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform.target.repo contains 16 unique IUs
> < org.jboss.tools.project.examples.cheatsheet [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.project.examples.feature.feature.group [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.project.examples.feature.feature.jar [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.central.feature.feature.group [2.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.project.examples [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.project.examples [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.central [2.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.central.feature.feature.jar [2.0.1.CR1-v20160324-1911-B99]
> > org.eclipse.graphiti.export.feature.feature.jar [0.13.0.v20160203-1129]
> > org.eclipse.graphiti.feature.feature.group [0.13.0.v20160203-1129]
> > org.apache.ant [1.9.6.v201510161327]
> > org.eclipse.graphiti.mm [0.13.0.v20160203-1129]
> > org.eclipse.emf.compare.ide [3.2.1.201509120604]
> > org.eclipse.uml2.uml.ecore.exporter [3.0.0.v20160201-0816]
> > org.apache.batik.ext.awt [1.7.0.v201011041433]
> > org.eclipse.uml2.uml.validation [5.0.0.v20160201-0816]
> > org.apache.batik.xml [1.7.0.v201011041433]
> > org.eclipse.emf.query.feature.group [1.9.0.201505312221]
> > org.eclipse.zest.feature.group [1.6.1.201508170204]
> > org.eclipse.emf.compare.rcp [2.3.1.201509120604]
> > org.apache.batik.svggen [1.7.0.v201011041433]
> > org.eclipse.uml2.uml.ecore.importer [3.0.2.v20160201-0816]
> > org.eclipse.uml2.common [2.1.0.v20160201-0816]
> > org.jsoup [1.7.2.v201411291515]
> > org.jboss.tools.project.examples.feature.feature.jar [3.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.community.central.feature.feature.group [2.0.1.Final-v20160401-1059-B103]
> > javax.xml [1.3.4.v201005080400]
> > org.eclipse.draw2d [3.10.1.201508170204]
> > lpg.runtime.java [2.0.17.v201004271640]
> > org.eclipse.emf.compare.rcp.ui [4.1.1.201509120604]
> > org.eclipse.emf.ecore.feature.group [2.11.2.v20160208-0816]
> > org.eclipse.emf.compare.ide.ui.feature.jar [3.1.1.201509120604]
> > org.eclipse.uml2.uml.edit.feature.jar [5.1.1.v20160201-0816]
> > org.eclipse.ocl.uml [5.0.100.v20150519-0914]
> > org.hamcrest.core [1.3.0.v201303031735]
> > org.eclipse.uml2.common.edit.feature.group [2.1.0.v20160201-0816]
> > org.eclipse.uml2.uml.edit [5.1.1.v20160201-0816]
> > org.eclipse.emf.transaction.ui [1.4.0.201506010221]
> > org.apache.batik.css [1.7.0.v201011041433]
> > org.apache.commons.logging [1.0.4.v201101211617]
> > org.eclipse.uml2.feature.jar [5.1.2.v20160201-0816]
> > org.eclipse.emf.query.ocl [2.0.0.201505312221]
> > org.eclipse.emf.ecore.xmi [2.11.1.v20160208-0816]
> > org.eclipse.uml2.uml.profile.standard [1.0.100.v20160201-0816]
> > org.eclipse.equinox.cm [1.1.100.v20150205-1358]
> > org.eclipse.emf.ecore.feature.jar [2.11.2.v20160208-0816]
> > org.jboss.tools.community.central.feature.feature.jar [2.0.1.Final-v20160401-1059-B103]
> > org.eclipse.emf.validation.feature.jar [1.9.0.201505312255]
> > org.eclipse.ocl.uml.feature.jar [5.1.0.v20150521-1211]
> > org.eclipse.emf.codegen.ecore.ui.feature.group [2.11.1.v20160208-0841]
> > org.eclipse.emf.compare.ide.ui [4.1.1.201509120604]
> > org.eclipse.emf.validation.ui.ide [1.3.0.201505312255]
> > org.eclipse.emf.compare.feature.jar [3.1.1.201509120604]
> > org.eclipse.emf.validation.ocl.feature.group [1.9.0.201505312255]
> > org.eclipse.uml2.feature.group [5.1.2.v20160201-0816]
> > org.jboss.tools.community.project.examples [3.0.1.Final-v20160401-1059-B103]
> > org.eclipse.uml2.common.edit.feature.jar [2.1.0.v20160201-0816]
> > org.w3c.css.sac [1.3.1.v200903091627]
> > org.eclipse.emf.query [1.7.0.201505312221]
> > org.eclipse.emf.validation.ocl [1.4.0.201505312255]
> > org.eclipse.uml2.uml.feature.group [5.1.2.v20160201-0816]
> > org.eclipse.ocl.uml.feature.group [5.1.0.v20150521-1211]
> > org.eclipse.emf.workspace [1.5.1.201506010221]
> > org.jboss.tools.project.examples.feature.feature.group [3.0.1.Final-v20160401-1059-B103]
> > org.eclipse.ocl.common [1.3.0.v20150519-0914]
> > org.eclipse.emf.compare.feature.group [3.1.1.201509120604]
> > org.jboss.tools.project.examples.cheatsheet [3.0.1.Final-v20160401-1059-B103]
> > org.eclipse.emf.workspace.ui [1.3.0.201506010221]
> > org.eclipse.ocl.jdt.annotation7 [1.0.0.v20150519-0914]
> > javax.ws.rs [1.1.1.v20130318-1750]
> > org.eclipse.emf.ecore.change [2.11.0.v20160208-0816]
> > org.eclipse.ocl.all.feature.group [5.1.0.v20150525-1635]
> > org.eclipse.emf.transaction.feature.jar [1.9.0.201506010221]
> > org.eclipse.uml2.uml.edit.feature.group [5.1.1.v20160201-0816]
> > org.eclipse.uml2.ant [1.0.0.v20160201-0816]
> > org.eclipse.emf.compare.doc [3.2.1.201509120604]
> > org.eclipse.core.net [1.2.300.v20141118-1725]
> > org.apache.batik.util.gui [1.7.0.v200903091627]
> > org.eclipse.uml2 [5.0.0.v20160201-0816]
> > org.eclipse.emf.transaction [1.9.0.201506010221]
> > org.eclipse.emf.validation.ui [1.7.0.201505312255]
> > org.eclipse.graphiti.feature.feature.jar [0.13.0.v20160203-1129]
> > org.apache.commons.codec [1.6.0.v201305230611]
> > org.junit [4.11.0.v201303080030]
> > org.eclipse.emf.validation.ocl.feature.jar [1.9.0.201505312255]
> > org.eclipse.emf.query.ocl.feature.group [1.9.0.201505312221]
> > org.eclipse.uml2.common.feature.group [2.1.0.v20160201-0816]
> > org.eclipse.graphiti.tools.newprojectwizard [0.13.0.v20160203-1129]
> > org.eclipse.ocl.all.feature.jar [5.1.0.v20150525-1635]
> > org.eclipse.emf.validation.feature.group [1.9.0.201505312255]
> > org.eclipse.emf.query.feature.jar [1.9.0.201505312221]
> > org.jboss.tools.project.examples [3.0.1.Final-v20160401-1059-B103]
> > org.eclipse.graphiti.pattern [0.13.0.v20160203-1129]
> > org.eclipse.graphiti.doc [0.13.0.v20160203-1129]
> > org.eclipse.uml2.types [2.0.0.v20160201-0816]
> > org.w3c.dom.svg [1.1.0.v201011041433]
> > org.apache.commons.httpclient [3.1.0.v201012070820]
> > org.eclipse.zest.core [1.5.201.201508170204]
> > org.eclipse.graphiti.ui.capabilities [0.13.0.v20160203-1129]
> > org.apache.commons.logging [1.1.1.v201101211721]
> > org.eclipse.zest.layouts [1.1.200.201508170204]
> > org.w3c.dom.smil [1.0.0.v200806040011]
> > org.eclipse.uml2.uml.feature.jar [5.1.2.v20160201-0816]
> > org.eclipse.emf.codegen.ecore.ui.feature.jar [2.11.1.v20160208-0841]
> > org.eclipse.uml2.codegen.ecore [2.1.2.v20160201-0816]
> > org.eclipse.emf.workspace.feature.jar [1.9.0.201506010221]
> > org.eclipse.uml2.codegen.ecore.ui.feature.jar [2.1.2.v20160201-0816]
> > org.eclipse.emf.compare [3.2.0.201509120604]
> > org.apache.batik.util [1.7.0.v201011041433]
> > org.eclipse.ocl.feature.jar [3.5.0.v20150525-1635]
> > org.apache.batik.dom [1.7.1.v201505191845]
> > org.eclipse.zest.feature.jar [1.6.1.201508170204]
> > org.eclipse.uml2.common.edit [2.1.0.v20160201-0816]
> > org.eclipse.graphiti.export.batik [0.13.0.v20160203-1129]
> > com.google.guava [15.0.0.v201403281430]
> > org.hamcrest.library [1.3.0.v201305281000]
> > org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.Final-v20160401-1059-B103]
> > org.eclipse.emf.transaction.feature.group [1.9.0.201506010221]
> > org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.Final-v20160401-1059-B103]
> > org.eclipse.uml2.uml.resources [5.1.0.v20160201-0816]
> > org.eclipse.graphiti.ui [0.13.0.v20160203-1129]
> > org.eclipse.emf.compare.ide.ui.feature.group [3.1.1.201509120604]
> > org.eclipse.uml2.uml [5.1.2.v20160201-0816]
> > org.eclipse.draw2d.feature.jar [3.10.1.201508170204]
> > org.eclipse.ocl [3.5.0.v20150521-1211]
> > org.eclipse.emf.validation [1.8.0.201505312255]
> > org.eclipse.draw2d.feature.group [3.10.1.201508170204]
> > org.eclipse.emf.query.ocl.feature.jar [1.9.0.201505312221]
> > org.eclipse.ocl.feature.group [3.5.0.v20150525-1635]
> > org.eclipse.uml2.common.feature.jar [2.1.0.v20160201-0816]
> > org.eclipse.graphiti.export.feature.feature.group [0.13.0.v20160203-1129]
> > org.eclipse.ocl.ecore [3.5.0.v20150525-1635]
> > org.eclipse.uml2.uml.editor [5.1.0.v20160201-0816]
> > org.eclipse.emf.codegen.ecore.ui [2.11.1.v20160208-0841]
> > org.eclipse.emf.compare.edit [4.1.0.201509120604]
> > org.jboss.tools.community.central [2.0.1.Final-v20160401-1059-B103]
> > org.eclipse.emf.workspace.feature.group [1.9.0.201506010221]
> > org.eclipse.graphiti [0.13.0.v20160203-1129]
> > org.eclipse.emf.ecore [2.11.2.v20160208-0816]
> > com.ibm.icu [54.1.1.v201501272100]
> > org.eclipse.uml2.codegen.ecore.ui.feature.group [2.1.2.v20160201-0816]
> > org.eclipse.uml2.codegen.ecore.ui [2.1.0.v20160201-0816]
> === Summary ===
> file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform-ea.target.repo contains 10 unique IUs
> file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform-ea.target.repo contains 134 unique IUs
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBTIS-630) JBTIS Target Platform - Mars - Update to latest JBT core
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-630?page=com.atlassian.jira.plugin.... ]
Paul Leacu updated JBTIS-630:
-----------------------------
Description:
*Reason:* Sync with JBT 4.3.1.CR1a
*Project page/sources:* ...
*Version:* 4.3.1.Final-SNAPSHOT
*License and owner:* EPL
*Original p2 repo:*
*JBoss mirror:* Leave empty
*Include Sources:* Yes
*Affected JBoss Tools components:* JBDSIS
*Include in JBDS:* Yes (JBDSIS)
*Type of dependency:* distribution
*List of bundles added/removed:*
{code}
< org.jboss.tools.as.test.core [3.1.1.CR1-v20160324-2013-B109]
< org.jboss.tools.jmx.core.test [1.7.1.CR1-v20160324-2013-B109]
< org.jboss.tools.common [3.7.1.CR1-v20160324-0436-B104]
< org.jboss.tools.project.examples.feature.feature.group [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.central.feature.feature.group [2.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.common.base.test [3.7.1.CR1-v20160324-0436-B104]
< org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.central.feature.feature.jar [2.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.project.examples [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.project.examples [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.common.test [3.7.1.CR1-v20160324-0436-B104]
< org.jboss.tools.community.central [2.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.tests [3.6.1.CR1-v20160324-0436-B104]
< org.jboss.tools.project.examples.cheatsheet [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.project.examples.feature.feature.jar [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.CR1-v20160324-1911-B99]
> org.jboss.tools.project.examples.feature.feature.jar [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.common.base.test [3.7.1.Final-v20160401-0436-B108]
> org.jboss.tools.community.central.feature.feature.group [2.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.community.central.feature.feature.jar [2.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.community.project.examples [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.project.examples.feature.feature.group [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.as.test.core [3.1.1.Final-v20160401-1549-B112]
> org.jboss.tools.project.examples.cheatsheet [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.jmx.core.test [1.7.1.Final-v20160401-1549-B112]
> org.jboss.tools.project.examples [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.tests [3.6.1.Final-v20160401-0436-B108]
> org.jboss.tools.common [3.7.1.Final-v20160401-0436-B108]
> org.jboss.tools.common.test [3.7.1.Final-v20160401-0436-B108]
> org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.community.central [2.0.1.Final-v20160401-1059-B103]
=== Summary ===
file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform.target.repo contains 16 unique IUs
file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform.target.repo contains 16 unique IUs
< org.jboss.tools.project.examples.cheatsheet [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.project.examples.feature.feature.group [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.project.examples.feature.feature.jar [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.central.feature.feature.group [2.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.project.examples [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.project.examples [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.central [2.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.central.feature.feature.jar [2.0.1.CR1-v20160324-1911-B99]
> org.eclipse.graphiti.export.feature.feature.jar [0.13.0.v20160203-1129]
> org.eclipse.graphiti.feature.feature.group [0.13.0.v20160203-1129]
> org.apache.ant [1.9.6.v201510161327]
> org.eclipse.graphiti.mm [0.13.0.v20160203-1129]
> org.eclipse.emf.compare.ide [3.2.1.201509120604]
> org.eclipse.uml2.uml.ecore.exporter [3.0.0.v20160201-0816]
> org.apache.batik.ext.awt [1.7.0.v201011041433]
> org.eclipse.uml2.uml.validation [5.0.0.v20160201-0816]
> org.apache.batik.xml [1.7.0.v201011041433]
> org.eclipse.emf.query.feature.group [1.9.0.201505312221]
> org.eclipse.zest.feature.group [1.6.1.201508170204]
> org.eclipse.emf.compare.rcp [2.3.1.201509120604]
> org.apache.batik.svggen [1.7.0.v201011041433]
> org.eclipse.uml2.uml.ecore.importer [3.0.2.v20160201-0816]
> org.eclipse.uml2.common [2.1.0.v20160201-0816]
> org.jsoup [1.7.2.v201411291515]
> org.jboss.tools.project.examples.feature.feature.jar [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.community.central.feature.feature.group [2.0.1.Final-v20160401-1059-B103]
> javax.xml [1.3.4.v201005080400]
> org.eclipse.draw2d [3.10.1.201508170204]
> lpg.runtime.java [2.0.17.v201004271640]
> org.eclipse.emf.compare.rcp.ui [4.1.1.201509120604]
> org.eclipse.emf.ecore.feature.group [2.11.2.v20160208-0816]
> org.eclipse.emf.compare.ide.ui.feature.jar [3.1.1.201509120604]
> org.eclipse.uml2.uml.edit.feature.jar [5.1.1.v20160201-0816]
> org.eclipse.ocl.uml [5.0.100.v20150519-0914]
> org.hamcrest.core [1.3.0.v201303031735]
> org.eclipse.uml2.common.edit.feature.group [2.1.0.v20160201-0816]
> org.eclipse.uml2.uml.edit [5.1.1.v20160201-0816]
> org.eclipse.emf.transaction.ui [1.4.0.201506010221]
> org.apache.batik.css [1.7.0.v201011041433]
> org.apache.commons.logging [1.0.4.v201101211617]
> org.eclipse.uml2.feature.jar [5.1.2.v20160201-0816]
> org.eclipse.emf.query.ocl [2.0.0.201505312221]
> org.eclipse.emf.ecore.xmi [2.11.1.v20160208-0816]
> org.eclipse.uml2.uml.profile.standard [1.0.100.v20160201-0816]
> org.eclipse.equinox.cm [1.1.100.v20150205-1358]
> org.eclipse.emf.ecore.feature.jar [2.11.2.v20160208-0816]
> org.jboss.tools.community.central.feature.feature.jar [2.0.1.Final-v20160401-1059-B103]
> org.eclipse.emf.validation.feature.jar [1.9.0.201505312255]
> org.eclipse.ocl.uml.feature.jar [5.1.0.v20150521-1211]
> org.eclipse.emf.codegen.ecore.ui.feature.group [2.11.1.v20160208-0841]
> org.eclipse.emf.compare.ide.ui [4.1.1.201509120604]
> org.eclipse.emf.validation.ui.ide [1.3.0.201505312255]
> org.eclipse.emf.compare.feature.jar [3.1.1.201509120604]
> org.eclipse.emf.validation.ocl.feature.group [1.9.0.201505312255]
> org.eclipse.uml2.feature.group [5.1.2.v20160201-0816]
> org.jboss.tools.community.project.examples [3.0.1.Final-v20160401-1059-B103]
> org.eclipse.uml2.common.edit.feature.jar [2.1.0.v20160201-0816]
> org.w3c.css.sac [1.3.1.v200903091627]
> org.eclipse.emf.query [1.7.0.201505312221]
> org.eclipse.emf.validation.ocl [1.4.0.201505312255]
> org.eclipse.uml2.uml.feature.group [5.1.2.v20160201-0816]
> org.eclipse.ocl.uml.feature.group [5.1.0.v20150521-1211]
> org.eclipse.emf.workspace [1.5.1.201506010221]
> org.jboss.tools.project.examples.feature.feature.group [3.0.1.Final-v20160401-1059-B103]
> org.eclipse.ocl.common [1.3.0.v20150519-0914]
> org.eclipse.emf.compare.feature.group [3.1.1.201509120604]
> org.jboss.tools.project.examples.cheatsheet [3.0.1.Final-v20160401-1059-B103]
> org.eclipse.emf.workspace.ui [1.3.0.201506010221]
> org.eclipse.ocl.jdt.annotation7 [1.0.0.v20150519-0914]
> javax.ws.rs [1.1.1.v20130318-1750]
> org.eclipse.emf.ecore.change [2.11.0.v20160208-0816]
> org.eclipse.ocl.all.feature.group [5.1.0.v20150525-1635]
> org.eclipse.emf.transaction.feature.jar [1.9.0.201506010221]
> org.eclipse.uml2.uml.edit.feature.group [5.1.1.v20160201-0816]
> org.eclipse.uml2.ant [1.0.0.v20160201-0816]
> org.eclipse.emf.compare.doc [3.2.1.201509120604]
> org.eclipse.core.net [1.2.300.v20141118-1725]
> org.apache.batik.util.gui [1.7.0.v200903091627]
> org.eclipse.uml2 [5.0.0.v20160201-0816]
> org.eclipse.emf.transaction [1.9.0.201506010221]
> org.eclipse.emf.validation.ui [1.7.0.201505312255]
> org.eclipse.graphiti.feature.feature.jar [0.13.0.v20160203-1129]
> org.apache.commons.codec [1.6.0.v201305230611]
> org.junit [4.11.0.v201303080030]
> org.eclipse.emf.validation.ocl.feature.jar [1.9.0.201505312255]
> org.eclipse.emf.query.ocl.feature.group [1.9.0.201505312221]
> org.eclipse.uml2.common.feature.group [2.1.0.v20160201-0816]
> org.eclipse.graphiti.tools.newprojectwizard [0.13.0.v20160203-1129]
> org.eclipse.ocl.all.feature.jar [5.1.0.v20150525-1635]
> org.eclipse.emf.validation.feature.group [1.9.0.201505312255]
> org.eclipse.emf.query.feature.jar [1.9.0.201505312221]
> org.jboss.tools.project.examples [3.0.1.Final-v20160401-1059-B103]
> org.eclipse.graphiti.pattern [0.13.0.v20160203-1129]
> org.eclipse.graphiti.doc [0.13.0.v20160203-1129]
> org.eclipse.uml2.types [2.0.0.v20160201-0816]
> org.w3c.dom.svg [1.1.0.v201011041433]
> org.apache.commons.httpclient [3.1.0.v201012070820]
> org.eclipse.zest.core [1.5.201.201508170204]
> org.eclipse.graphiti.ui.capabilities [0.13.0.v20160203-1129]
> org.apache.commons.logging [1.1.1.v201101211721]
> org.eclipse.zest.layouts [1.1.200.201508170204]
> org.w3c.dom.smil [1.0.0.v200806040011]
> org.eclipse.uml2.uml.feature.jar [5.1.2.v20160201-0816]
> org.eclipse.emf.codegen.ecore.ui.feature.jar [2.11.1.v20160208-0841]
> org.eclipse.uml2.codegen.ecore [2.1.2.v20160201-0816]
> org.eclipse.emf.workspace.feature.jar [1.9.0.201506010221]
> org.eclipse.uml2.codegen.ecore.ui.feature.jar [2.1.2.v20160201-0816]
> org.eclipse.emf.compare [3.2.0.201509120604]
> org.apache.batik.util [1.7.0.v201011041433]
> org.eclipse.ocl.feature.jar [3.5.0.v20150525-1635]
> org.apache.batik.dom [1.7.1.v201505191845]
> org.eclipse.zest.feature.jar [1.6.1.201508170204]
> org.eclipse.uml2.common.edit [2.1.0.v20160201-0816]
> org.eclipse.graphiti.export.batik [0.13.0.v20160203-1129]
> com.google.guava [15.0.0.v201403281430]
> org.hamcrest.library [1.3.0.v201305281000]
> org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.Final-v20160401-1059-B103]
> org.eclipse.emf.transaction.feature.group [1.9.0.201506010221]
> org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.Final-v20160401-1059-B103]
> org.eclipse.uml2.uml.resources [5.1.0.v20160201-0816]
> org.eclipse.graphiti.ui [0.13.0.v20160203-1129]
> org.eclipse.emf.compare.ide.ui.feature.group [3.1.1.201509120604]
> org.eclipse.uml2.uml [5.1.2.v20160201-0816]
> org.eclipse.draw2d.feature.jar [3.10.1.201508170204]
> org.eclipse.ocl [3.5.0.v20150521-1211]
> org.eclipse.emf.validation [1.8.0.201505312255]
> org.eclipse.draw2d.feature.group [3.10.1.201508170204]
> org.eclipse.emf.query.ocl.feature.jar [1.9.0.201505312221]
> org.eclipse.ocl.feature.group [3.5.0.v20150525-1635]
> org.eclipse.uml2.common.feature.jar [2.1.0.v20160201-0816]
> org.eclipse.graphiti.export.feature.feature.group [0.13.0.v20160203-1129]
> org.eclipse.ocl.ecore [3.5.0.v20150525-1635]
> org.eclipse.uml2.uml.editor [5.1.0.v20160201-0816]
> org.eclipse.emf.codegen.ecore.ui [2.11.1.v20160208-0841]
> org.eclipse.emf.compare.edit [4.1.0.201509120604]
> org.jboss.tools.community.central [2.0.1.Final-v20160401-1059-B103]
> org.eclipse.emf.workspace.feature.group [1.9.0.201506010221]
> org.eclipse.graphiti [0.13.0.v20160203-1129]
> org.eclipse.emf.ecore [2.11.2.v20160208-0816]
> com.ibm.icu [54.1.1.v201501272100]
> org.eclipse.uml2.codegen.ecore.ui.feature.group [2.1.2.v20160201-0816]
> org.eclipse.uml2.codegen.ecore.ui [2.1.0.v20160201-0816]
=== Summary ===
file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform-ea.target.repo contains 10 unique IUs
file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform-ea.target.repo contains 134 unique IUs
{code}
was:
*Reason:* Sync with JBT 4.3.1.CR1a
*Project page/sources:* ...
*Version:* 4.3.1.Final-SNAPSHOT
*License and owner:* EPL
*Original p2 repo:*
*JBoss mirror:* Leave empty
*Include Sources:* Yes
*Affected JBoss Tools components:* JBDSIS
*Include in JBDS:* Yes (JBDSIS)
*Type of dependency:* distribution
*List of bundles added/removed:*
{code}
< org.jboss.tools.as.test.core [3.1.1.CR1-v20160324-2013-B109]
< org.jboss.tools.jmx.core.test [1.7.1.CR1-v20160324-2013-B109]
< org.jboss.tools.common [3.7.1.CR1-v20160324-0436-B104]
< org.jboss.tools.project.examples.feature.feature.group [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.central.feature.feature.group [2.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.common.base.test [3.7.1.CR1-v20160324-0436-B104]
< org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.central.feature.feature.jar [2.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.project.examples [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.project.examples [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.common.test [3.7.1.CR1-v20160324-0436-B104]
< org.jboss.tools.community.central [2.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.tests [3.6.1.CR1-v20160324-0436-B104]
< org.jboss.tools.project.examples.cheatsheet [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.project.examples.feature.feature.jar [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.CR1-v20160324-1911-B99]
> org.jboss.tools.project.examples.feature.feature.jar [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.common.base.test [3.7.1.Final-v20160401-0436-B108]
> org.jboss.tools.community.central.feature.feature.group [2.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.community.central.feature.feature.jar [2.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.community.project.examples [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.project.examples.feature.feature.group [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.as.test.core [3.1.1.Final-v20160401-1549-B112]
> org.jboss.tools.project.examples.cheatsheet [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.jmx.core.test [1.7.1.Final-v20160401-1549-B112]
> org.jboss.tools.project.examples [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.tests [3.6.1.Final-v20160401-0436-B108]
> org.jboss.tools.common [3.7.1.Final-v20160401-0436-B108]
> org.jboss.tools.common.test [3.7.1.Final-v20160401-0436-B108]
> org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.community.central [2.0.1.Final-v20160401-1059-B103]
=== Summary ===
file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform.target.repo contains 16 unique IUs
file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform.target.repo contains 16 unique IUs
< org.jboss.tools.project.examples.cheatsheet [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.project.examples.feature.feature.group [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.project.examples.feature.feature.jar [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.central.feature.feature.group [2.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.project.examples [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.project.examples [3.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.central [2.0.1.CR1-v20160324-1911-B99]
< org.jboss.tools.community.central.feature.feature.jar [2.0.1.CR1-v20160324-1911-B99]
> org.jboss.tools.project.examples [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.community.project.examples [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.project.examples.feature.feature.group [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.project.examples.feature.feature.jar [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.community.central.feature.feature.group [2.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.project.examples.cheatsheet [3.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.community.central [2.0.1.Final-v20160401-1059-B103]
> org.jboss.tools.community.central.feature.feature.jar [2.0.1.Final-v20160401-1059-B103]
=== Summary ===
file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform-ea.target.repo contains 10 unique IUs
file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform-ea.target.repo contains 10 unique IUs
{code}
> JBTIS Target Platform - Mars - Update to latest JBT core
> --------------------------------------------------------
>
> Key: JBTIS-630
> URL: https://issues.jboss.org/browse/JBTIS-630
> Project: JBoss Tools Integration Stack
> Issue Type: Task
> Components: target-platform
> Affects Versions: 4.3.1.CR1-TP
> Reporter: Paul Leacu
> Assignee: Paul Leacu
> Fix For: 4.3.1.Final-TP
>
>
> *Reason:* Sync with JBT 4.3.1.CR1a
> *Project page/sources:* ...
> *Version:* 4.3.1.Final-SNAPSHOT
> *License and owner:* EPL
> *Original p2 repo:*
> *JBoss mirror:* Leave empty
> *Include Sources:* Yes
> *Affected JBoss Tools components:* JBDSIS
> *Include in JBDS:* Yes (JBDSIS)
> *Type of dependency:* distribution
> *List of bundles added/removed:*
> {code}
> < org.jboss.tools.as.test.core [3.1.1.CR1-v20160324-2013-B109]
> < org.jboss.tools.jmx.core.test [1.7.1.CR1-v20160324-2013-B109]
> < org.jboss.tools.common [3.7.1.CR1-v20160324-0436-B104]
> < org.jboss.tools.project.examples.feature.feature.group [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.central.feature.feature.group [2.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.common.base.test [3.7.1.CR1-v20160324-0436-B104]
> < org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.central.feature.feature.jar [2.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.project.examples [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.project.examples [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.common.test [3.7.1.CR1-v20160324-0436-B104]
> < org.jboss.tools.community.central [2.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.tests [3.6.1.CR1-v20160324-0436-B104]
> < org.jboss.tools.project.examples.cheatsheet [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.project.examples.feature.feature.jar [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.CR1-v20160324-1911-B99]
> > org.jboss.tools.project.examples.feature.feature.jar [3.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.common.base.test [3.7.1.Final-v20160401-0436-B108]
> > org.jboss.tools.community.central.feature.feature.group [2.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.community.central.feature.feature.jar [2.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.community.project.examples [3.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.project.examples.feature.feature.group [3.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.as.test.core [3.1.1.Final-v20160401-1549-B112]
> > org.jboss.tools.project.examples.cheatsheet [3.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.jmx.core.test [1.7.1.Final-v20160401-1549-B112]
> > org.jboss.tools.project.examples [3.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.tests [3.6.1.Final-v20160401-0436-B108]
> > org.jboss.tools.common [3.7.1.Final-v20160401-0436-B108]
> > org.jboss.tools.common.test [3.7.1.Final-v20160401-0436-B108]
> > org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.community.central [2.0.1.Final-v20160401-1059-B103]
> === Summary ===
> file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform.target.repo contains 16 unique IUs
> file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform.target.repo contains 16 unique IUs
> < org.jboss.tools.project.examples.cheatsheet [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.project.examples.feature.feature.group [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.project.examples.feature.feature.jar [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.central.feature.feature.group [2.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.project.examples [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.project.examples [3.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.central [2.0.1.CR1-v20160324-1911-B99]
> < org.jboss.tools.community.central.feature.feature.jar [2.0.1.CR1-v20160324-1911-B99]
> > org.eclipse.graphiti.export.feature.feature.jar [0.13.0.v20160203-1129]
> > org.eclipse.graphiti.feature.feature.group [0.13.0.v20160203-1129]
> > org.apache.ant [1.9.6.v201510161327]
> > org.eclipse.graphiti.mm [0.13.0.v20160203-1129]
> > org.eclipse.emf.compare.ide [3.2.1.201509120604]
> > org.eclipse.uml2.uml.ecore.exporter [3.0.0.v20160201-0816]
> > org.apache.batik.ext.awt [1.7.0.v201011041433]
> > org.eclipse.uml2.uml.validation [5.0.0.v20160201-0816]
> > org.apache.batik.xml [1.7.0.v201011041433]
> > org.eclipse.emf.query.feature.group [1.9.0.201505312221]
> > org.eclipse.zest.feature.group [1.6.1.201508170204]
> > org.eclipse.emf.compare.rcp [2.3.1.201509120604]
> > org.apache.batik.svggen [1.7.0.v201011041433]
> > org.eclipse.uml2.uml.ecore.importer [3.0.2.v20160201-0816]
> > org.eclipse.uml2.common [2.1.0.v20160201-0816]
> > org.jsoup [1.7.2.v201411291515]
> > org.jboss.tools.project.examples.feature.feature.jar [3.0.1.Final-v20160401-1059-B103]
> > org.jboss.tools.community.central.feature.feature.group [2.0.1.Final-v20160401-1059-B103]
> > javax.xml [1.3.4.v201005080400]
> > org.eclipse.draw2d [3.10.1.201508170204]
> > lpg.runtime.java [2.0.17.v201004271640]
> > org.eclipse.emf.compare.rcp.ui [4.1.1.201509120604]
> > org.eclipse.emf.ecore.feature.group [2.11.2.v20160208-0816]
> > org.eclipse.emf.compare.ide.ui.feature.jar [3.1.1.201509120604]
> > org.eclipse.uml2.uml.edit.feature.jar [5.1.1.v20160201-0816]
> > org.eclipse.ocl.uml [5.0.100.v20150519-0914]
> > org.hamcrest.core [1.3.0.v201303031735]
> > org.eclipse.uml2.common.edit.feature.group [2.1.0.v20160201-0816]
> > org.eclipse.uml2.uml.edit [5.1.1.v20160201-0816]
> > org.eclipse.emf.transaction.ui [1.4.0.201506010221]
> > org.apache.batik.css [1.7.0.v201011041433]
> > org.apache.commons.logging [1.0.4.v201101211617]
> > org.eclipse.uml2.feature.jar [5.1.2.v20160201-0816]
> > org.eclipse.emf.query.ocl [2.0.0.201505312221]
> > org.eclipse.emf.ecore.xmi [2.11.1.v20160208-0816]
> > org.eclipse.uml2.uml.profile.standard [1.0.100.v20160201-0816]
> > org.eclipse.equinox.cm [1.1.100.v20150205-1358]
> > org.eclipse.emf.ecore.feature.jar [2.11.2.v20160208-0816]
> > org.jboss.tools.community.central.feature.feature.jar [2.0.1.Final-v20160401-1059-B103]
> > org.eclipse.emf.validation.feature.jar [1.9.0.201505312255]
> > org.eclipse.ocl.uml.feature.jar [5.1.0.v20150521-1211]
> > org.eclipse.emf.codegen.ecore.ui.feature.group [2.11.1.v20160208-0841]
> > org.eclipse.emf.compare.ide.ui [4.1.1.201509120604]
> > org.eclipse.emf.validation.ui.ide [1.3.0.201505312255]
> > org.eclipse.emf.compare.feature.jar [3.1.1.201509120604]
> > org.eclipse.emf.validation.ocl.feature.group [1.9.0.201505312255]
> > org.eclipse.uml2.feature.group [5.1.2.v20160201-0816]
> > org.jboss.tools.community.project.examples [3.0.1.Final-v20160401-1059-B103]
> > org.eclipse.uml2.common.edit.feature.jar [2.1.0.v20160201-0816]
> > org.w3c.css.sac [1.3.1.v200903091627]
> > org.eclipse.emf.query [1.7.0.201505312221]
> > org.eclipse.emf.validation.ocl [1.4.0.201505312255]
> > org.eclipse.uml2.uml.feature.group [5.1.2.v20160201-0816]
> > org.eclipse.ocl.uml.feature.group [5.1.0.v20150521-1211]
> > org.eclipse.emf.workspace [1.5.1.201506010221]
> > org.jboss.tools.project.examples.feature.feature.group [3.0.1.Final-v20160401-1059-B103]
> > org.eclipse.ocl.common [1.3.0.v20150519-0914]
> > org.eclipse.emf.compare.feature.group [3.1.1.201509120604]
> > org.jboss.tools.project.examples.cheatsheet [3.0.1.Final-v20160401-1059-B103]
> > org.eclipse.emf.workspace.ui [1.3.0.201506010221]
> > org.eclipse.ocl.jdt.annotation7 [1.0.0.v20150519-0914]
> > javax.ws.rs [1.1.1.v20130318-1750]
> > org.eclipse.emf.ecore.change [2.11.0.v20160208-0816]
> > org.eclipse.ocl.all.feature.group [5.1.0.v20150525-1635]
> > org.eclipse.emf.transaction.feature.jar [1.9.0.201506010221]
> > org.eclipse.uml2.uml.edit.feature.group [5.1.1.v20160201-0816]
> > org.eclipse.uml2.ant [1.0.0.v20160201-0816]
> > org.eclipse.emf.compare.doc [3.2.1.201509120604]
> > org.eclipse.core.net [1.2.300.v20141118-1725]
> > org.apache.batik.util.gui [1.7.0.v200903091627]
> > org.eclipse.uml2 [5.0.0.v20160201-0816]
> > org.eclipse.emf.transaction [1.9.0.201506010221]
> > org.eclipse.emf.validation.ui [1.7.0.201505312255]
> > org.eclipse.graphiti.feature.feature.jar [0.13.0.v20160203-1129]
> > org.apache.commons.codec [1.6.0.v201305230611]
> > org.junit [4.11.0.v201303080030]
> > org.eclipse.emf.validation.ocl.feature.jar [1.9.0.201505312255]
> > org.eclipse.emf.query.ocl.feature.group [1.9.0.201505312221]
> > org.eclipse.uml2.common.feature.group [2.1.0.v20160201-0816]
> > org.eclipse.graphiti.tools.newprojectwizard [0.13.0.v20160203-1129]
> > org.eclipse.ocl.all.feature.jar [5.1.0.v20150525-1635]
> > org.eclipse.emf.validation.feature.group [1.9.0.201505312255]
> > org.eclipse.emf.query.feature.jar [1.9.0.201505312221]
> > org.jboss.tools.project.examples [3.0.1.Final-v20160401-1059-B103]
> > org.eclipse.graphiti.pattern [0.13.0.v20160203-1129]
> > org.eclipse.graphiti.doc [0.13.0.v20160203-1129]
> > org.eclipse.uml2.types [2.0.0.v20160201-0816]
> > org.w3c.dom.svg [1.1.0.v201011041433]
> > org.apache.commons.httpclient [3.1.0.v201012070820]
> > org.eclipse.zest.core [1.5.201.201508170204]
> > org.eclipse.graphiti.ui.capabilities [0.13.0.v20160203-1129]
> > org.apache.commons.logging [1.1.1.v201101211721]
> > org.eclipse.zest.layouts [1.1.200.201508170204]
> > org.w3c.dom.smil [1.0.0.v200806040011]
> > org.eclipse.uml2.uml.feature.jar [5.1.2.v20160201-0816]
> > org.eclipse.emf.codegen.ecore.ui.feature.jar [2.11.1.v20160208-0841]
> > org.eclipse.uml2.codegen.ecore [2.1.2.v20160201-0816]
> > org.eclipse.emf.workspace.feature.jar [1.9.0.201506010221]
> > org.eclipse.uml2.codegen.ecore.ui.feature.jar [2.1.2.v20160201-0816]
> > org.eclipse.emf.compare [3.2.0.201509120604]
> > org.apache.batik.util [1.7.0.v201011041433]
> > org.eclipse.ocl.feature.jar [3.5.0.v20150525-1635]
> > org.apache.batik.dom [1.7.1.v201505191845]
> > org.eclipse.zest.feature.jar [1.6.1.201508170204]
> > org.eclipse.uml2.common.edit [2.1.0.v20160201-0816]
> > org.eclipse.graphiti.export.batik [0.13.0.v20160203-1129]
> > com.google.guava [15.0.0.v201403281430]
> > org.hamcrest.library [1.3.0.v201305281000]
> > org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.Final-v20160401-1059-B103]
> > org.eclipse.emf.transaction.feature.group [1.9.0.201506010221]
> > org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.Final-v20160401-1059-B103]
> > org.eclipse.uml2.uml.resources [5.1.0.v20160201-0816]
> > org.eclipse.graphiti.ui [0.13.0.v20160203-1129]
> > org.eclipse.emf.compare.ide.ui.feature.group [3.1.1.201509120604]
> > org.eclipse.uml2.uml [5.1.2.v20160201-0816]
> > org.eclipse.draw2d.feature.jar [3.10.1.201508170204]
> > org.eclipse.ocl [3.5.0.v20150521-1211]
> > org.eclipse.emf.validation [1.8.0.201505312255]
> > org.eclipse.draw2d.feature.group [3.10.1.201508170204]
> > org.eclipse.emf.query.ocl.feature.jar [1.9.0.201505312221]
> > org.eclipse.ocl.feature.group [3.5.0.v20150525-1635]
> > org.eclipse.uml2.common.feature.jar [2.1.0.v20160201-0816]
> > org.eclipse.graphiti.export.feature.feature.group [0.13.0.v20160203-1129]
> > org.eclipse.ocl.ecore [3.5.0.v20150525-1635]
> > org.eclipse.uml2.uml.editor [5.1.0.v20160201-0816]
> > org.eclipse.emf.codegen.ecore.ui [2.11.1.v20160208-0841]
> > org.eclipse.emf.compare.edit [4.1.0.201509120604]
> > org.jboss.tools.community.central [2.0.1.Final-v20160401-1059-B103]
> > org.eclipse.emf.workspace.feature.group [1.9.0.201506010221]
> > org.eclipse.graphiti [0.13.0.v20160203-1129]
> > org.eclipse.emf.ecore [2.11.2.v20160208-0816]
> > com.ibm.icu [54.1.1.v201501272100]
> > org.eclipse.uml2.codegen.ecore.ui.feature.group [2.1.2.v20160201-0816]
> > org.eclipse.uml2.codegen.ecore.ui [2.1.0.v20160201-0816]
> === Summary ===
> file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform-ea.target.repo contains 10 unique IUs
> file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform-ea.target.repo contains 134 unique IUs
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22114) Server Adapter wizard: project selected via content assist is ignored
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22114?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-22114:
-------------------------------------
Description:
Say you have 2 webapp projects in the workspace.
When you create an openshift server adapter, a default project is selected, if you switch to another project, by typing the project name,
the source path is not updated. Even if you set the source path manually, the selected project is ignored when creating the project (as seen in the server editor).
Using the browse button to select the project, then there is no problem
# ASSERT: have 2+ projects in your workspace
# ASSERT: have a running application in OpenShift
# EXEC: launch server adapter wizard
# EXEC: in wizard: open up "Advanced >>" so that you can see "Source Path:"
# EXEC: in wizard: put curson into the text field for "Eclipse Project:", delete the preselected project and start typing to match your other workspace project (selecting it via "Browse" works flawlessley)
# ASSERT: content assist pops up and suggests your other project
# EXEC: select the suggested project
Result:
The source path is not updated
in the Eclipse log you can find the following:
{code}
java.lang.IllegalArgumentException: Missing public setter method for deployProject property
at org.eclipse.core.internal.databinding.beans.BeanPropertyHelper.writeProperty(BeanPropertyHelper.java:52)
at org.eclipse.core.internal.databinding.beans.BeanValueProperty.doSetValue(BeanValueProperty.java:54)
at org.eclipse.core.databinding.property.value.ValueProperty.setValue(ValueProperty.java:85)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doSetValue(SimplePropertyObservableValue.java:111)
at org.eclipse.core.databinding.observable.value.AbstractObservableValue.setValue(AbstractObservableValue.java:58)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:111)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:111)
at org.eclipse.core.databinding.UpdateValueStrategy.doSet(UpdateValueStrategy.java:487)
at org.eclipse.core.databinding.ValueBinding$3$1.run(ValueBinding.java:206)
at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:150)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:154)
at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:172)
at org.eclipse.core.databinding.ValueBinding$3.run(ValueBinding.java:196)
at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:150)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:154)
at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:172)
at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:158)
at org.eclipse.core.databinding.ValueBinding.access$4(ValueBinding.java:147)
at org.eclipse.core.databinding.ValueBinding$1.handleValueChange(ValueBinding.java:46)
at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:63)
at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:119)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.fireValueChange(DecoratingObservableValue.java:57)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.handleValueChange(DecoratingObservableValue.java:99)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue$1.handleValueChange(DecoratingObservableValue.java:72)
at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:63)
at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:119)
at org.eclipse.core.databinding.observable.value.AbstractObservableValue.fireValueChange(AbstractObservableValue.java:74)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.notifyIfChanged(SimplePropertyObservableValue.java:127)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.access$2(SimplePropertyObservableValue.java:119)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue$1$1.run(SimplePropertyObservableValue.java:69)
at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:150)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:154)
at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:172)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue$1.handleEvent(SimplePropertyObservableValue.java:65)
at org.eclipse.core.databinding.property.NativePropertyListener.fireChange(NativePropertyListener.java:65)
at org.eclipse.jface.internal.databinding.swt.WidgetListener.handleEvent(WidgetListener.java:56)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1353)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1334)
at org.eclipse.swt.widgets.Text.setText(Text.java:2591)
at org.eclipse.swt.widgets.Text.setText(Text.java:2517)
at org.eclipse.jface.fieldassist.TextContentAdapter.setControlContents(TextContentAdapter.java:36)
at org.eclipse.jface.fieldassist.ContentProposalAdapter.setControlContent(ContentProposalAdapter.java:1966)
at org.eclipse.jface.fieldassist.ContentProposalAdapter.proposalAccepted(ContentProposalAdapter.java:1941)
at org.eclipse.jface.fieldassist.ContentProposalAdapter.access$9(ContentProposalAdapter.java:1938)
at org.eclipse.jface.fieldassist.ContentProposalAdapter$ContentProposalPopup.acceptCurrentProposal(ContentProposalAdapter.java:989)
at org.eclipse.jface.fieldassist.ContentProposalAdapter$ContentProposalPopup.access$8(ContentProposalAdapter.java:982)
at org.eclipse.jface.fieldassist.ContentProposalAdapter$ContentProposalPopup$TargetControlListener.handleEvent(ContentProposalAdapter.java:356)
at org.eclipse.jface.fieldassist.ContentProposalAdapter$1.handleEvent(ContentProposalAdapter.java:1707)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1353)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1338)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1365)
at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:763)
at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:3325)
at org.eclipse.swt.widgets.Text.gtk_key_press_event(Text.java:1814)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1980)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:5685)
at org.eclipse.swt.widgets.Text.windowProc(Text.java:2789)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4717)
at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:9326)
at org.eclipse.swt.widgets.Display.eventProc(Display.java:1225)
at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2435)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3428)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:827)
at org.eclipse.jface.window.Window.open(Window.java:803)
at org.eclipse.wst.server.ui.internal.actions.LaunchWizardAction.run(LaunchWizardAction.java:57)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
{code}
was:
Say you have 2 webapp projects in the workspace.
When you create an openshift server adapter, a default project is selected, if you switch to another project, by typing the project name,
the source path is not updated. Even if you set the source path manually, the selected project is ignored when creating the project (as seen in the server editor).
Using the browse button to select the project, then there is no problem
# ASSERT: have 2+ projects in your workspace
# ASSERT: have a running application in OpenShift
# EXEC: launch server adapter wizard
# EXEC: in wizard: open up "Advanced >>" so that you can see "Source Path:"
# EXEC: in wizard: put curson into the text field for "Eclipse Project:", delete the preselected project and start typing to match your other workspace project
# ASSERT: content assist pops up and suggests your other project
# EXEC: select the suggested project
Result:
The source path is not updated
in the Eclipse log you can find the following:
{code}
java.lang.IllegalArgumentException: Missing public setter method for deployProject property
at org.eclipse.core.internal.databinding.beans.BeanPropertyHelper.writeProperty(BeanPropertyHelper.java:52)
at org.eclipse.core.internal.databinding.beans.BeanValueProperty.doSetValue(BeanValueProperty.java:54)
at org.eclipse.core.databinding.property.value.ValueProperty.setValue(ValueProperty.java:85)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doSetValue(SimplePropertyObservableValue.java:111)
at org.eclipse.core.databinding.observable.value.AbstractObservableValue.setValue(AbstractObservableValue.java:58)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:111)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:111)
at org.eclipse.core.databinding.UpdateValueStrategy.doSet(UpdateValueStrategy.java:487)
at org.eclipse.core.databinding.ValueBinding$3$1.run(ValueBinding.java:206)
at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:150)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:154)
at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:172)
at org.eclipse.core.databinding.ValueBinding$3.run(ValueBinding.java:196)
at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:150)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:154)
at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:172)
at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:158)
at org.eclipse.core.databinding.ValueBinding.access$4(ValueBinding.java:147)
at org.eclipse.core.databinding.ValueBinding$1.handleValueChange(ValueBinding.java:46)
at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:63)
at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:119)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.fireValueChange(DecoratingObservableValue.java:57)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.handleValueChange(DecoratingObservableValue.java:99)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue$1.handleValueChange(DecoratingObservableValue.java:72)
at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:63)
at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:119)
at org.eclipse.core.databinding.observable.value.AbstractObservableValue.fireValueChange(AbstractObservableValue.java:74)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.notifyIfChanged(SimplePropertyObservableValue.java:127)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.access$2(SimplePropertyObservableValue.java:119)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue$1$1.run(SimplePropertyObservableValue.java:69)
at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:150)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:154)
at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:172)
at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue$1.handleEvent(SimplePropertyObservableValue.java:65)
at org.eclipse.core.databinding.property.NativePropertyListener.fireChange(NativePropertyListener.java:65)
at org.eclipse.jface.internal.databinding.swt.WidgetListener.handleEvent(WidgetListener.java:56)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1353)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1334)
at org.eclipse.swt.widgets.Text.setText(Text.java:2591)
at org.eclipse.swt.widgets.Text.setText(Text.java:2517)
at org.eclipse.jface.fieldassist.TextContentAdapter.setControlContents(TextContentAdapter.java:36)
at org.eclipse.jface.fieldassist.ContentProposalAdapter.setControlContent(ContentProposalAdapter.java:1966)
at org.eclipse.jface.fieldassist.ContentProposalAdapter.proposalAccepted(ContentProposalAdapter.java:1941)
at org.eclipse.jface.fieldassist.ContentProposalAdapter.access$9(ContentProposalAdapter.java:1938)
at org.eclipse.jface.fieldassist.ContentProposalAdapter$ContentProposalPopup.acceptCurrentProposal(ContentProposalAdapter.java:989)
at org.eclipse.jface.fieldassist.ContentProposalAdapter$ContentProposalPopup.access$8(ContentProposalAdapter.java:982)
at org.eclipse.jface.fieldassist.ContentProposalAdapter$ContentProposalPopup$TargetControlListener.handleEvent(ContentProposalAdapter.java:356)
at org.eclipse.jface.fieldassist.ContentProposalAdapter$1.handleEvent(ContentProposalAdapter.java:1707)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1353)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1338)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1365)
at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:763)
at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:3325)
at org.eclipse.swt.widgets.Text.gtk_key_press_event(Text.java:1814)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1980)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:5685)
at org.eclipse.swt.widgets.Text.windowProc(Text.java:2789)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4717)
at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:9326)
at org.eclipse.swt.widgets.Display.eventProc(Display.java:1225)
at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2435)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3428)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:827)
at org.eclipse.jface.window.Window.open(Window.java:803)
at org.eclipse.wst.server.ui.internal.actions.LaunchWizardAction.run(LaunchWizardAction.java:57)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
{code}
> Server Adapter wizard: project selected via content assist is ignored
> ---------------------------------------------------------------------
>
> Key: JBIDE-22114
> URL: https://issues.jboss.org/browse/JBIDE-22114
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Fred Bricon
> Assignee: Andre Dietisheim
> Priority: Blocker
> Labels: openshift_v3, respin-b, server_adapter_wizard
> Fix For: 4.3.1.CR1
>
>
> Say you have 2 webapp projects in the workspace.
> When you create an openshift server adapter, a default project is selected, if you switch to another project, by typing the project name,
> the source path is not updated. Even if you set the source path manually, the selected project is ignored when creating the project (as seen in the server editor).
> Using the browse button to select the project, then there is no problem
> # ASSERT: have 2+ projects in your workspace
> # ASSERT: have a running application in OpenShift
> # EXEC: launch server adapter wizard
> # EXEC: in wizard: open up "Advanced >>" so that you can see "Source Path:"
> # EXEC: in wizard: put curson into the text field for "Eclipse Project:", delete the preselected project and start typing to match your other workspace project (selecting it via "Browse" works flawlessley)
> # ASSERT: content assist pops up and suggests your other project
> # EXEC: select the suggested project
> Result:
> The source path is not updated
> in the Eclipse log you can find the following:
> {code}
> java.lang.IllegalArgumentException: Missing public setter method for deployProject property
> at org.eclipse.core.internal.databinding.beans.BeanPropertyHelper.writeProperty(BeanPropertyHelper.java:52)
> at org.eclipse.core.internal.databinding.beans.BeanValueProperty.doSetValue(BeanValueProperty.java:54)
> at org.eclipse.core.databinding.property.value.ValueProperty.setValue(ValueProperty.java:85)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doSetValue(SimplePropertyObservableValue.java:111)
> at org.eclipse.core.databinding.observable.value.AbstractObservableValue.setValue(AbstractObservableValue.java:58)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:111)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:111)
> at org.eclipse.core.databinding.UpdateValueStrategy.doSet(UpdateValueStrategy.java:487)
> at org.eclipse.core.databinding.ValueBinding$3$1.run(ValueBinding.java:206)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:150)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:154)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:172)
> at org.eclipse.core.databinding.ValueBinding$3.run(ValueBinding.java:196)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:150)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:154)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:172)
> at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:158)
> at org.eclipse.core.databinding.ValueBinding.access$4(ValueBinding.java:147)
> at org.eclipse.core.databinding.ValueBinding$1.handleValueChange(ValueBinding.java:46)
> at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:63)
> at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:119)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.fireValueChange(DecoratingObservableValue.java:57)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.handleValueChange(DecoratingObservableValue.java:99)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue$1.handleValueChange(DecoratingObservableValue.java:72)
> at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:63)
> at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:119)
> at org.eclipse.core.databinding.observable.value.AbstractObservableValue.fireValueChange(AbstractObservableValue.java:74)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.notifyIfChanged(SimplePropertyObservableValue.java:127)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.access$2(SimplePropertyObservableValue.java:119)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue$1$1.run(SimplePropertyObservableValue.java:69)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:150)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:154)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:172)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue$1.handleEvent(SimplePropertyObservableValue.java:65)
> at org.eclipse.core.databinding.property.NativePropertyListener.fireChange(NativePropertyListener.java:65)
> at org.eclipse.jface.internal.databinding.swt.WidgetListener.handleEvent(WidgetListener.java:56)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1353)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1334)
> at org.eclipse.swt.widgets.Text.setText(Text.java:2591)
> at org.eclipse.swt.widgets.Text.setText(Text.java:2517)
> at org.eclipse.jface.fieldassist.TextContentAdapter.setControlContents(TextContentAdapter.java:36)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter.setControlContent(ContentProposalAdapter.java:1966)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter.proposalAccepted(ContentProposalAdapter.java:1941)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter.access$9(ContentProposalAdapter.java:1938)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter$ContentProposalPopup.acceptCurrentProposal(ContentProposalAdapter.java:989)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter$ContentProposalPopup.access$8(ContentProposalAdapter.java:982)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter$ContentProposalPopup$TargetControlListener.handleEvent(ContentProposalAdapter.java:356)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter$1.handleEvent(ContentProposalAdapter.java:1707)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1353)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1338)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1365)
> at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:763)
> at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:3325)
> at org.eclipse.swt.widgets.Text.gtk_key_press_event(Text.java:1814)
> at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1980)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:5685)
> at org.eclipse.swt.widgets.Text.windowProc(Text.java:2789)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4717)
> at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
> at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:9326)
> at org.eclipse.swt.widgets.Display.eventProc(Display.java:1225)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2435)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3428)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:827)
> at org.eclipse.jface.window.Window.open(Window.java:803)
> at org.eclipse.wst.server.ui.internal.actions.LaunchWizardAction.run(LaunchWizardAction.java:57)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
> at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22114) Server Adapter wizard: project selected via content assist is ignored
by Len DiMaggio (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22114?page=com.atlassian.jira.plugi... ]
Len DiMaggio updated JBIDE-22114:
---------------------------------
Labels: openshift_v3 respin-b server_adapter_wizard (was: openshift_v3 server_adapter_wizard)
> Server Adapter wizard: project selected via content assist is ignored
> ---------------------------------------------------------------------
>
> Key: JBIDE-22114
> URL: https://issues.jboss.org/browse/JBIDE-22114
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Fred Bricon
> Assignee: Andre Dietisheim
> Priority: Blocker
> Labels: openshift_v3, respin-b, server_adapter_wizard
> Fix For: 4.3.1.CR1
>
>
> Say you have 2 webapp projects in the workspace.
> When you create an openshift server adapter, a default project is selected, if you switch to another project, by typing the project name,
> the source path is not updated. Even if you set the source path manually, the selected project is ignored when creating the project (as seen in the server editor).
> Using the browse button to select the project, then there is no problem
> # ASSERT: have 2+ projects in your workspace
> # ASSERT: have a running application in OpenShift
> # EXEC: launch server adapter wizard
> # EXEC: in wizard: open up "Advanced >>" so that you can see "Source Path:"
> # EXEC: in wizard: put curson into the text field for "Eclipse Project:", delete the preselected project and start typing to match your other workspace project (selecting it via "Browse" works flawlessley)
> # ASSERT: content assist pops up and suggests your other project
> # EXEC: select the suggested project
> Result:
> The source path is not updated
> in the Eclipse log you can find the following:
> {code}
> java.lang.IllegalArgumentException: Missing public setter method for deployProject property
> at org.eclipse.core.internal.databinding.beans.BeanPropertyHelper.writeProperty(BeanPropertyHelper.java:52)
> at org.eclipse.core.internal.databinding.beans.BeanValueProperty.doSetValue(BeanValueProperty.java:54)
> at org.eclipse.core.databinding.property.value.ValueProperty.setValue(ValueProperty.java:85)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doSetValue(SimplePropertyObservableValue.java:111)
> at org.eclipse.core.databinding.observable.value.AbstractObservableValue.setValue(AbstractObservableValue.java:58)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:111)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:111)
> at org.eclipse.core.databinding.UpdateValueStrategy.doSet(UpdateValueStrategy.java:487)
> at org.eclipse.core.databinding.ValueBinding$3$1.run(ValueBinding.java:206)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:150)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:154)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:172)
> at org.eclipse.core.databinding.ValueBinding$3.run(ValueBinding.java:196)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:150)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:154)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:172)
> at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:158)
> at org.eclipse.core.databinding.ValueBinding.access$4(ValueBinding.java:147)
> at org.eclipse.core.databinding.ValueBinding$1.handleValueChange(ValueBinding.java:46)
> at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:63)
> at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:119)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.fireValueChange(DecoratingObservableValue.java:57)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.handleValueChange(DecoratingObservableValue.java:99)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue$1.handleValueChange(DecoratingObservableValue.java:72)
> at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:63)
> at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:119)
> at org.eclipse.core.databinding.observable.value.AbstractObservableValue.fireValueChange(AbstractObservableValue.java:74)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.notifyIfChanged(SimplePropertyObservableValue.java:127)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.access$2(SimplePropertyObservableValue.java:119)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue$1$1.run(SimplePropertyObservableValue.java:69)
> at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:150)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:154)
> at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:172)
> at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue$1.handleEvent(SimplePropertyObservableValue.java:65)
> at org.eclipse.core.databinding.property.NativePropertyListener.fireChange(NativePropertyListener.java:65)
> at org.eclipse.jface.internal.databinding.swt.WidgetListener.handleEvent(WidgetListener.java:56)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1353)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1334)
> at org.eclipse.swt.widgets.Text.setText(Text.java:2591)
> at org.eclipse.swt.widgets.Text.setText(Text.java:2517)
> at org.eclipse.jface.fieldassist.TextContentAdapter.setControlContents(TextContentAdapter.java:36)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter.setControlContent(ContentProposalAdapter.java:1966)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter.proposalAccepted(ContentProposalAdapter.java:1941)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter.access$9(ContentProposalAdapter.java:1938)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter$ContentProposalPopup.acceptCurrentProposal(ContentProposalAdapter.java:989)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter$ContentProposalPopup.access$8(ContentProposalAdapter.java:982)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter$ContentProposalPopup$TargetControlListener.handleEvent(ContentProposalAdapter.java:356)
> at org.eclipse.jface.fieldassist.ContentProposalAdapter$1.handleEvent(ContentProposalAdapter.java:1707)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1353)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1338)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1365)
> at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:763)
> at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:3325)
> at org.eclipse.swt.widgets.Text.gtk_key_press_event(Text.java:1814)
> at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1980)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:5685)
> at org.eclipse.swt.widgets.Text.windowProc(Text.java:2789)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4717)
> at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
> at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:9326)
> at org.eclipse.swt.widgets.Display.eventProc(Display.java:1225)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2435)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3428)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:827)
> at org.eclipse.jface.window.Window.open(Window.java:803)
> at org.eclipse.wst.server.ui.internal.actions.LaunchWizardAction.run(LaunchWizardAction.java:57)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
> at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21592) Tabbed properties for OpenShift resources are not in user-friendly colors
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21592?page=com.atlassian.jira.plugi... ]
Snjezana Peco commented on JBIDE-21592:
---------------------------------------
The issue has been fixed in Neon M6.
> Tabbed properties for OpenShift resources are not in user-friendly colors
> -------------------------------------------------------------------------
>
> Key: JBIDE-21592
> URL: https://issues.jboss.org/browse/JBIDE-21592
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Environment: Fedora 22, GTK 3.
> Reporter: Marián Labuda
> Assignee: Snjezana Peco
> Labels: openshift_v3, upstream
> Fix For: 4.4.0.Alpha1
>
> Attachments: grey_tabbed_properties.png, openshift-properties-mac.png
>
>
> In new deployment layout, displaying OpenShift resources in tab properties in Properties view is not user friendly. Its dark grey background with black text. See following screenshot
> !grey_tabbed_properties.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22113) CDK shutdown always goes to Forcing shutdown of VM on Windows
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22113?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-22113:
-------------------------------------
I'll look into it, but, just to be clear, this isn't the tools sending any force command at all. Obviously we're running the shutdown command, so we might not be providing everything vagrant needs (whether in environment or otherwise).
Aside from the different output, is there any noticable impact on anything? Does state not get persisted properly? Etc? We'll look into these details.
> CDK shutdown always goes to Forcing shutdown of VM on Windows
> -------------------------------------------------------------
>
> Key: JBIDE-22113
> URL: https://issues.jboss.org/browse/JBIDE-22113
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: cdk
> Affects Versions: 4.3.1.CR1
> Reporter: Martin Malina
> Assignee: Rob Stryker
>
> On OS X, when I stop CDK in JBDS, I get this in the console:
> ==> default: Unregistering box with vagrant-registration...
> ==> default: Attempting graceful shutdown of VM...
> And a few seconds later, the server adapter shows "Stopped".
> Today while testing on Windows I noticed that it behaves differently.
> It first displays these two lines, but it keeps "Stopping". And eventually there is another line in the console which says:
> ==> default: Forcing shutdown of VM...
> After this, the server adapter shows "Stopped".
> So for some unknown reason, on Windows the graceful shutdown fails to work.
> This is JBDS+CDK installed from the latest windows installer (built April 4th).
> It would be good to see if others see this on Windows as well or not.
> Interestingly, when I just tried "vagrant halt" from cygwin instead of in JBDS, it stops normally - graceful shutdown.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21967) Cannot create server adapter if there is a running build on a project although there are more projects
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21967?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-21967:
-------------------------------------
If we can get a simple fix (like the one I proposed) ready, we can consider putting it in a respin
But it's not as blocker IMHO so it can wait
> Cannot create server adapter if there is a running build on a project although there are more projects
> ------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-21967
> URL: https://issues.jboss.org/browse/JBIDE-21967
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: openshift_v3, server_adapter
> Fix For: 4.4.0.Alpha1
>
>
> When I am having several projects and some of them has already running application, I am not able to create a new server adapter for OpenShift 3 application if there is a project with running build. Once build finish, it is possible to create a project but while there is any project with not completed build (and therefore application image is not there yet) user is blocked from creating a new server adapter. This is related to JBIDE-21731 - once this issue will be fixed, it should keep in mind to allow users proceed with creation of server adapters on other projects.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years