[JBoss JIRA] (JBDS-4437) Include Fuse Integration Platform on JBoss EAP into DevSuite Installer
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4437?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4437:
--------------------------------
Description:
Include new install item:
Name: Red Hat Fuse Integration Platform on JBoss EAP
Description: An agile, lightweight and modern integration platform
Version: 6.3.0.GA
Install After: OpenJDK
Requires: OpenJDK
!fuse-platform-on-eap.png!
> Include Fuse Integration Platform on JBoss EAP into DevSuite Installer
> ----------------------------------------------------------------------
>
> Key: JBDS-4437
> URL: https://issues.jboss.org/browse/JBDS-4437
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 11.0.0.AM1
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Fix For: 11.0.0.AM2
>
>
> Include new install item:
> Name: Red Hat Fuse Integration Platform on JBoss EAP
> Description: An agile, lightweight and modern integration platform
> Version: 6.3.0.GA
> Install After: OpenJDK
> Requires: OpenJDK
> !fuse-platform-on-eap.png!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 8 months
[JBoss JIRA] (JBIDE-24659) NPE in AttributeControlFactory.createControl
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24659?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-24659:
-------------------------------------
This seems related to the inability to display arbitrary non-string non-numerics in the UI. I can fix the npe, but for it to show useful stuff, I think we need more extensions to be created ;)
> NPE in AttributeControlFactory.createControl
> --------------------------------------------
>
> Key: JBIDE-24659
> URL: https://issues.jboss.org/browse/JBIDE-24659
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.5.0.AM1
> Reporter: Aurélien Pupier
> Attachments: image-2017-07-10-16-04-14-279.png
>
>
> {noformat}
> !ENTRY org.jboss.tools.jmx.ui 4 0 2017-07-10 16:00:20.250
> !MESSAGE Unable to retrieve value for attribute FirstExchangeFailureTimestamp
> !STACK 0
> java.lang.NullPointerException
> at org.jboss.tools.jmx.ui.internal.controls.AttributeControlFactory.createControl(AttributeControlFactory.java:127)
> at org.jboss.tools.jmx.ui.internal.editors.AttributeDetails.update(AttributeDetails.java:215)
> at org.jboss.tools.jmx.ui.internal.editors.AttributeDetails.selectionChanged(AttributeDetails.java:184)
> at org.eclipse.ui.forms.DetailsPart.lambda$0(DetailsPart.java:267)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> at org.eclipse.ui.forms.DetailsPart.showPage(DetailsPart.java:255)
> at org.eclipse.ui.forms.DetailsPart.update(DetailsPart.java:228)
> at org.eclipse.ui.forms.DetailsPart.selectionChanged(DetailsPart.java:213)
> at org.eclipse.ui.forms.ManagedForm.fireSelectionChanged(ManagedForm.java:125)
> at org.jboss.tools.jmx.ui.internal.editors.AttributesSection$1.selectionChanged(AttributesSection.java:57)
> at org.eclipse.jface.viewers.Viewer$1.run(Viewer.java:155)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil.lambda$0(JFaceUtil.java:44)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:152)
> at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2180)
> at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1223)
> at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1252)
> at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:240)
> at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:235)
> at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:400)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4428)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4238)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3817)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1044)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
> at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151)
> 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:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> 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:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 8 months
[JBoss JIRA] (JBTIS-1140) JBTIS-TP 4.5.0.Final - final updates
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-1140?page=com.atlassian.jira.plugin... ]
Paul Leacu updated JBTIS-1140:
------------------------------
Description:
*Reason:* 4.5.0.Final sync with JBT 4.5.0.Final
*Project page/sources:*
*Version:* .4.5.0.Final
*License and owner:* EPL
*Original p2 repo:*
*JBoss mirror:*
*Include Sources:* Yes
*Affected JBoss Tools components:* .Integration Stack
*Include in JBDS:* Yes
*Type of dependency:* distribution
*List of bundles added/removed:*
{code}
diff --git a/target-platform/src/targets/community.target b/target-platform/src/targets/community.target
index f0f2856..56e1e0a 100644
--- a/target-platform/src/targets/community.target
+++ b/target-platform/src/targets/community.target
@@ -15,8 +15,8 @@
<unit id="org.jboss.tools.project.examples.feature.feature.group" version="3.1.100.v20170420-1329"/>
<unit id="org.jboss.tools.central.feature.feature.group" version="2.1.100.v20170420-1309"/>
<!-- <repository id="jbt-core-4.5.0.AM1" location="http://download.jboss.org/jbosstools/oxygen/staging/builds/jbosstools-4.5..."/> -->
- <!-- <repository id="jbt-core-4.5.0.AM1" location="http://download.jboss.org/jbosstools/oxygen/staging/updates/core/4.5.0.AM1/"/> -->
- <repository id="jbt-core-4.5.0.AM1" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/>
+ <repository id="jbt-core-4.5.0.AM2" location="http://download.jboss.org/jbosstools/oxygen/staging/updates/core/4.5.0.AM2/"/>
+ <!-- <repository id="jbt-core-4.5.0.AM2" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/> -->
</location>
</locations>
diff --git a/target-platform/src/targets/core-base.target b/target-platform/src/targets/core-base.target
index cedeacd..5c2ce20 100644
--- a/target-platform/src/targets/core-base.target
+++ b/target-platform/src/targets/core-base.target
@@ -12,7 +12,7 @@
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.hibernate.eclipse.feature.feature.group" version="5.2.0.v20170529-1840"/>
<unit id="org.jboss.ide.eclipse.archives.feature.feature.group" version="3.6.110.v20170308-1750"/>
- <unit id="org.jboss.ide.eclipse.as.feature.feature.group" version="3.3.0.v20170613-1537"/>
+ <unit id="org.jboss.ide.eclipse.as.feature.feature.group" version="3.3.0.v20170629-0212"/>
<unit id="org.jboss.ide.eclipse.freemarker.feature.feature.group" version="1.5.300.v20161214-1103"/>
<unit id="org.jboss.tools.cdi.deltaspike.feature.feature.group" version="1.8.3.v20161214-1452"/>
<unit id="org.jboss.tools.cdi.feature.feature.group" version="1.8.3.v20161214-1452"/>
@@ -27,11 +27,11 @@
<unit id="org.jboss.tools.common.ui.feature.feature.group" version="3.9.0.v20170316-1838"/>
<unit id="org.jboss.tools.common.verification.feature.feature.group" version="3.9.0.v20170316-1838"/>
<unit id="org.jboss.tools.common.feature.feature.group" version="3.9.0.v20170531-1022"/>
- <unit id="org.jboss.tools.foundation.feature.feature.group" version="1.4.0.v20170619-1445"/>
- <unit id="org.jboss.tools.foundation.security.linux.feature.feature.group" version="1.4.0.v20170316-1838"/>
+ <unit id="org.jboss.tools.foundation.feature.feature.group" version="1.4.0.v20170630-0039"/>
+ <unit id="org.jboss.tools.foundation.security.linux.feature.feature.group" version="1.4.0.v20170627-1515"/>
<unit id="org.jboss.tools.foundation.help.ui" version="1.4.0.v20170316-1838"/>
<unit id="org.jboss.tools.foundation.license.feature.feature.group" version="1.4.0.v20170517-1834"/>
- <unit id="org.jboss.tools.jmx.feature.feature.group" version="1.10.0.v20170609-2025"/>
+ <unit id="org.jboss.tools.jmx.feature.feature.group" version="1.10.0.v20170712-1450"/>
<unit id="org.jboss.tools.jsf.feature.feature.group" version="3.8.3.v20161214-1452"/>
<unit id="org.jboss.tools.jst.feature.feature.group" version="3.8.3.v20161214-1634"/>
<unit id="org.jboss.tools.maven.apt.feature.feature.group" version="1.3.0.201610261805"/>
@@ -44,14 +44,14 @@
<unit id="org.jboss.tools.maven.project.examples.feature.feature.group" version="3.1.100.v20170420-1329"/>
<unit id="org.jboss.tools.maven.seam.feature.feature.group" version="1.8.100.v20170420-1329"/>
<unit id="org.jboss.tools.maven.sourcelookup.feature.feature.group" version="1.8.100.v20170420-1329"/>
- <unit id="org.jboss.tools.openshift.cdk.feature.feature.group" version="3.4.0.v20170530-1720"/>
+ <unit id="org.jboss.tools.openshift.cdk.feature.feature.group" version="3.4.0.v20170713-0057"/>
<unit id="org.jboss.tools.openshift.egit.integration.feature.feature.group" version="3.4.0.v20170405-1309"/>
- <unit id="org.jboss.tools.openshift.express.feature.feature.group" version="3.4.0.v20170530-1720"/>
- <unit id="org.jboss.tools.openshift.feature.feature.group" version="3.4.0.v20170622-0619"/>
+ <unit id="org.jboss.tools.openshift.express.feature.feature.group" version="3.4.0.v20170712-1939"/>
+ <unit id="org.jboss.tools.openshift.feature.feature.group" version="3.4.0.v20170713-1729"/>
<unit id="org.jboss.tools.openshift.js.feature.feature.group" version="3.4.0.v20170419-2328"/>
<unit id="org.jboss.tools.portlet.feature.feature.group" version="1.6.0.Final-v20141209-0339-B20"/>
<unit id="org.jboss.tools.project.examples.feature.feature.group" version="3.1.100.v20170420-1329"/>
- <unit id="org.jboss.tools.runtime.core.feature.feature.group" version="3.2.100.v20170526-2039"/>
+ <unit id="org.jboss.tools.runtime.core.feature.feature.group" version="3.2.100.v20170629-0136"/>
<unit id="org.jboss.tools.runtime.seam.detector.feature.feature.group" version="3.8.3.v20161214-1452"/>
<unit id="org.jboss.tools.seam.feature.feature.group" version="3.8.3.v20161214-1452"/>
<unit id="org.jboss.tools.stacks.core.feature.feature.group" version="1.4.0.v20170519-2128"/>
@@ -60,8 +60,8 @@
<unit id="org.mozilla.xpcom" version="1.9.2.16"/>
<!-- <repository id="jbt-core-4.5.0.AM1" location="http://download.jboss.org/jbosstools/oxygen/staging/builds/jbosstools-4.5..."/> -->
- <!-- <repository id="jbt-core-4.5.0.AM1" location="http://download.jboss.org/jbosstools/oxygen/staging/updates/core/4.5.0.AM1/"/> -->
- <repository id="jbt-core-4.5.0.AM1" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/>
+ <repository id="jbt-core-4.5.0.AM2" location="http://download.jboss.org/jbosstools/oxygen/staging/updates/core/4.5.0.AM2/"/>
+ <!-- <repository id="jbt-core-4.5.0.AM2" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/> -->
</location>
</locations>
diff --git a/target-platform/src/targets/integration-stack-base-ea.target b/target-platform/src/targets/integration-stack-base-ea.target
index 6609ab8..a879768 100644
--- a/target-platform/src/targets/integration-stack-base-ea.target
+++ b/target-platform/src/targets/integration-stack-base-ea.target
@@ -11,7 +11,8 @@
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.jboss.tools.common" version="3.9.0.v20170316-1838"/>
- <repository id="jbt-core-4.5.0.AM1" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/>
+ <repository id="jbt-core-4.5.0.AM2" location="http://download.jboss.org/jbosstools/oxygen/staging/updates/core/4.5.0.AM2/"/>
+ <!-- <repository id="jbt-core-4.5.0.AM2" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/> -->
</location>
</locations>
diff --git a/target-platform/src/targets/integration-stack-base.target b/target-platform/src/targets/integration-stack-base.target
index 07369a0..a237fc4 100644
--- a/target-platform/src/targets/integration-stack-base.target
+++ b/target-platform/src/targets/integration-stack-base.target
@@ -199,28 +199,28 @@
<!-- TODO: consider migrating UI tests to https://github.com/jbosstools/jbosstools-integration-tests/ so they're built downstream instead of within the components' builds -->
<unit id="org.jboss.tools.test.feature.feature.group" version="3.7.100.v20170529-1436"/>
<unit id="org.jboss.tools.tests" version="3.7.100.v20170529-1436"/>
- <unit id="org.jboss.tools.as.test.core" version="3.3.0.v20170606-1712"/>
+ <unit id="org.jboss.tools.as.test.core" version="3.3.0.v20170628-2210"/>
<unit id="org.jboss.tools.common.base.test" version="3.9.0.v20170316-1838"/>
<unit id="org.jboss.tools.common.test" version="3.9.0.v20170316-1838"/>
<unit id="org.jboss.tools.jmx.core.test" version="1.10.0.v20170406-2053"/>
<!-- <repository location="http://download.jboss.org/jbosstools/oxygen/staging/builds/jbosstools-4.5..."/> -->
<!-- <repository location="http://download.jboss.org/jbosstools/static/oxygen/stable/updates/coretes..."/> -->
- <!-- <repository location="http://download.jboss.org/jbosstools/oxygen/staging/updates/coretests/4.4..."/> -->
- <repository id="jbt-coretests-4.5.0.AM1" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/>
+ <repository id="jbt-core-4.5.0.AM2" location="http://download.jboss.org/jbosstools/oxygen/staging/updates/coretests/4.5..."/>
+ <!-- <repository id="jbt-coretests-4.5.0.AM2" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/> -->
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
- <unit id="org.fusesource.ide.camel.editor.feature.feature.group" version="10.0.0.v20170526-0921"/>
- <unit id="org.fusesource.ide.core.feature.feature.group" version="10.0.0.v20170523-0654"/>
- <unit id="org.fusesource.ide.jmx.feature.feature.group" version="10.0.0.v20170523-0654"/>
- <unit id="org.fusesource.ide.server.extensions.feature.feature.group" version="10.0.0.v20170523-0654"/>
- <unit id="org.jboss.tools.fuse.transformation.feature.feature.group" version="10.0.0.v20170523-0654"/>
+ <unit id="org.fusesource.ide.camel.editor.feature.feature.group" version="10.0.0.v20170712-1652"/>
+ <unit id="org.fusesource.ide.core.feature.feature.group" version="10.0.0.v20170712-2134"/>
+ <unit id="org.fusesource.ide.jmx.feature.feature.group" version="10.0.0.v20170712-1652"/>
+ <unit id="org.fusesource.ide.server.extensions.feature.feature.group" version="10.0.0.v20170712-1652"/>
+ <unit id="org.jboss.tools.fuse.transformation.feature.feature.group" version="10.0.0.v20170712-1652"/>
<unit id="org.jboss.tools.common" version="3.9.0.v20170316-1838"/>
<!-- <repository location="http://download.jboss.org/jbosstools/oxygen/staging/builds/jbosstools-4.5..."/> -->
- <!-- <repository id="jbt-core-4.5.0.AM1" location="http://download.jboss.org/jbosstools/oxygen/staging/updates/core/4.5.0.AM1/"/> -->
- <repository id="jbt-core-4.5.0.AM1" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/>
+ <repository id="jbt-core-4.5.0.AM2" location="http://download.jboss.org/jbosstools/oxygen/staging/updates/core/4.5.0.AM2/"/>
+ <!-- <repository id="jbt-core-4.5.0.AM2" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/> -->
</location>
</locations>
{code}
was:
*Reason:* 4.5.0.Final sync with JBT 4.5.0.Final
*Project page/sources:*
*Version:* .4.5.0.Final
*License and owner:* EPL
*Original p2 repo:*
*JBoss mirror:*
*Include Sources:* Yes
*Affected JBoss Tools components:* .Integration Stack
*Include in JBDS:* Yes
*Type of dependency:* distribution
*List of bundles added/removed:*
{code}
suggested diff on the .target files
{code}
> JBTIS-TP 4.5.0.Final - final updates
> ------------------------------------
>
> Key: JBTIS-1140
> URL: https://issues.jboss.org/browse/JBTIS-1140
> Project: JBoss Tools Integration Stack
> Issue Type: Task
> Components: target-platform
> Affects Versions: 4.5.0.Final-TP
> Reporter: Paul Leacu
> Assignee: Paul Leacu
> Fix For: 4.5.0.Final-TP
>
>
> *Reason:* 4.5.0.Final sync with JBT 4.5.0.Final
> *Project page/sources:*
> *Version:* .4.5.0.Final
> *License and owner:* EPL
> *Original p2 repo:*
> *JBoss mirror:*
> *Include Sources:* Yes
> *Affected JBoss Tools components:* .Integration Stack
> *Include in JBDS:* Yes
> *Type of dependency:* distribution
> *List of bundles added/removed:*
> {code}
> diff --git a/target-platform/src/targets/community.target b/target-platform/src/targets/community.target
> index f0f2856..56e1e0a 100644
> --- a/target-platform/src/targets/community.target
> +++ b/target-platform/src/targets/community.target
> @@ -15,8 +15,8 @@
> <unit id="org.jboss.tools.project.examples.feature.feature.group" version="3.1.100.v20170420-1329"/>
> <unit id="org.jboss.tools.central.feature.feature.group" version="2.1.100.v20170420-1309"/>
> <!-- <repository id="jbt-core-4.5.0.AM1" location="http://download.jboss.org/jbosstools/oxygen/staging/builds/jbosstools-4.5..."/> -->
> - <!-- <repository id="jbt-core-4.5.0.AM1" location="http://download.jboss.org/jbosstools/oxygen/staging/updates/core/4.5.0.AM1/"/> -->
> - <repository id="jbt-core-4.5.0.AM1" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/>
> + <repository id="jbt-core-4.5.0.AM2" location="http://download.jboss.org/jbosstools/oxygen/staging/updates/core/4.5.0.AM2/"/>
> + <!-- <repository id="jbt-core-4.5.0.AM2" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/> -->
> </location>
>
> </locations>
> diff --git a/target-platform/src/targets/core-base.target b/target-platform/src/targets/core-base.target
> index cedeacd..5c2ce20 100644
> --- a/target-platform/src/targets/core-base.target
> +++ b/target-platform/src/targets/core-base.target
> @@ -12,7 +12,7 @@
> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
> <unit id="org.hibernate.eclipse.feature.feature.group" version="5.2.0.v20170529-1840"/>
> <unit id="org.jboss.ide.eclipse.archives.feature.feature.group" version="3.6.110.v20170308-1750"/>
> - <unit id="org.jboss.ide.eclipse.as.feature.feature.group" version="3.3.0.v20170613-1537"/>
> + <unit id="org.jboss.ide.eclipse.as.feature.feature.group" version="3.3.0.v20170629-0212"/>
> <unit id="org.jboss.ide.eclipse.freemarker.feature.feature.group" version="1.5.300.v20161214-1103"/>
> <unit id="org.jboss.tools.cdi.deltaspike.feature.feature.group" version="1.8.3.v20161214-1452"/>
> <unit id="org.jboss.tools.cdi.feature.feature.group" version="1.8.3.v20161214-1452"/>
> @@ -27,11 +27,11 @@
> <unit id="org.jboss.tools.common.ui.feature.feature.group" version="3.9.0.v20170316-1838"/>
> <unit id="org.jboss.tools.common.verification.feature.feature.group" version="3.9.0.v20170316-1838"/>
> <unit id="org.jboss.tools.common.feature.feature.group" version="3.9.0.v20170531-1022"/>
> - <unit id="org.jboss.tools.foundation.feature.feature.group" version="1.4.0.v20170619-1445"/>
> - <unit id="org.jboss.tools.foundation.security.linux.feature.feature.group" version="1.4.0.v20170316-1838"/>
> + <unit id="org.jboss.tools.foundation.feature.feature.group" version="1.4.0.v20170630-0039"/>
> + <unit id="org.jboss.tools.foundation.security.linux.feature.feature.group" version="1.4.0.v20170627-1515"/>
> <unit id="org.jboss.tools.foundation.help.ui" version="1.4.0.v20170316-1838"/>
> <unit id="org.jboss.tools.foundation.license.feature.feature.group" version="1.4.0.v20170517-1834"/>
> - <unit id="org.jboss.tools.jmx.feature.feature.group" version="1.10.0.v20170609-2025"/>
> + <unit id="org.jboss.tools.jmx.feature.feature.group" version="1.10.0.v20170712-1450"/>
> <unit id="org.jboss.tools.jsf.feature.feature.group" version="3.8.3.v20161214-1452"/>
> <unit id="org.jboss.tools.jst.feature.feature.group" version="3.8.3.v20161214-1634"/>
> <unit id="org.jboss.tools.maven.apt.feature.feature.group" version="1.3.0.201610261805"/>
> @@ -44,14 +44,14 @@
> <unit id="org.jboss.tools.maven.project.examples.feature.feature.group" version="3.1.100.v20170420-1329"/>
> <unit id="org.jboss.tools.maven.seam.feature.feature.group" version="1.8.100.v20170420-1329"/>
> <unit id="org.jboss.tools.maven.sourcelookup.feature.feature.group" version="1.8.100.v20170420-1329"/>
> - <unit id="org.jboss.tools.openshift.cdk.feature.feature.group" version="3.4.0.v20170530-1720"/>
> + <unit id="org.jboss.tools.openshift.cdk.feature.feature.group" version="3.4.0.v20170713-0057"/>
> <unit id="org.jboss.tools.openshift.egit.integration.feature.feature.group" version="3.4.0.v20170405-1309"/>
> - <unit id="org.jboss.tools.openshift.express.feature.feature.group" version="3.4.0.v20170530-1720"/>
> - <unit id="org.jboss.tools.openshift.feature.feature.group" version="3.4.0.v20170622-0619"/>
> + <unit id="org.jboss.tools.openshift.express.feature.feature.group" version="3.4.0.v20170712-1939"/>
> + <unit id="org.jboss.tools.openshift.feature.feature.group" version="3.4.0.v20170713-1729"/>
> <unit id="org.jboss.tools.openshift.js.feature.feature.group" version="3.4.0.v20170419-2328"/>
> <unit id="org.jboss.tools.portlet.feature.feature.group" version="1.6.0.Final-v20141209-0339-B20"/>
> <unit id="org.jboss.tools.project.examples.feature.feature.group" version="3.1.100.v20170420-1329"/>
> - <unit id="org.jboss.tools.runtime.core.feature.feature.group" version="3.2.100.v20170526-2039"/>
> + <unit id="org.jboss.tools.runtime.core.feature.feature.group" version="3.2.100.v20170629-0136"/>
> <unit id="org.jboss.tools.runtime.seam.detector.feature.feature.group" version="3.8.3.v20161214-1452"/>
> <unit id="org.jboss.tools.seam.feature.feature.group" version="3.8.3.v20161214-1452"/>
> <unit id="org.jboss.tools.stacks.core.feature.feature.group" version="1.4.0.v20170519-2128"/>
> @@ -60,8 +60,8 @@
> <unit id="org.mozilla.xpcom" version="1.9.2.16"/>
>
> <!-- <repository id="jbt-core-4.5.0.AM1" location="http://download.jboss.org/jbosstools/oxygen/staging/builds/jbosstools-4.5..."/> -->
> - <!-- <repository id="jbt-core-4.5.0.AM1" location="http://download.jboss.org/jbosstools/oxygen/staging/updates/core/4.5.0.AM1/"/> -->
> - <repository id="jbt-core-4.5.0.AM1" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/>
> + <repository id="jbt-core-4.5.0.AM2" location="http://download.jboss.org/jbosstools/oxygen/staging/updates/core/4.5.0.AM2/"/>
> + <!-- <repository id="jbt-core-4.5.0.AM2" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/> -->
> </location>
>
> </locations>
> diff --git a/target-platform/src/targets/integration-stack-base-ea.target b/target-platform/src/targets/integration-stack-base-ea.target
> index 6609ab8..a879768 100644
> --- a/target-platform/src/targets/integration-stack-base-ea.target
> +++ b/target-platform/src/targets/integration-stack-base-ea.target
> @@ -11,7 +11,8 @@
> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
> <unit id="org.jboss.tools.common" version="3.9.0.v20170316-1838"/>
>
> - <repository id="jbt-core-4.5.0.AM1" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/>
> + <repository id="jbt-core-4.5.0.AM2" location="http://download.jboss.org/jbosstools/oxygen/staging/updates/core/4.5.0.AM2/"/>
> + <!-- <repository id="jbt-core-4.5.0.AM2" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/> -->
> </location>
>
> </locations>
> diff --git a/target-platform/src/targets/integration-stack-base.target b/target-platform/src/targets/integration-stack-base.target
> index 07369a0..a237fc4 100644
> --- a/target-platform/src/targets/integration-stack-base.target
> +++ b/target-platform/src/targets/integration-stack-base.target
> @@ -199,28 +199,28 @@
> <!-- TODO: consider migrating UI tests to https://github.com/jbosstools/jbosstools-integration-tests/ so they're built downstream instead of within the components' builds -->
> <unit id="org.jboss.tools.test.feature.feature.group" version="3.7.100.v20170529-1436"/>
> <unit id="org.jboss.tools.tests" version="3.7.100.v20170529-1436"/>
> - <unit id="org.jboss.tools.as.test.core" version="3.3.0.v20170606-1712"/>
> + <unit id="org.jboss.tools.as.test.core" version="3.3.0.v20170628-2210"/>
> <unit id="org.jboss.tools.common.base.test" version="3.9.0.v20170316-1838"/>
> <unit id="org.jboss.tools.common.test" version="3.9.0.v20170316-1838"/>
> <unit id="org.jboss.tools.jmx.core.test" version="1.10.0.v20170406-2053"/>
>
> <!-- <repository location="http://download.jboss.org/jbosstools/oxygen/staging/builds/jbosstools-4.5..."/> -->
> <!-- <repository location="http://download.jboss.org/jbosstools/static/oxygen/stable/updates/coretes..."/> -->
> - <!-- <repository location="http://download.jboss.org/jbosstools/oxygen/staging/updates/coretests/4.4..."/> -->
> - <repository id="jbt-coretests-4.5.0.AM1" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/>
> + <repository id="jbt-core-4.5.0.AM2" location="http://download.jboss.org/jbosstools/oxygen/staging/updates/coretests/4.5..."/>
> + <!-- <repository id="jbt-coretests-4.5.0.AM2" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/> -->
> </location>
>
> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
> - <unit id="org.fusesource.ide.camel.editor.feature.feature.group" version="10.0.0.v20170526-0921"/>
> - <unit id="org.fusesource.ide.core.feature.feature.group" version="10.0.0.v20170523-0654"/>
> - <unit id="org.fusesource.ide.jmx.feature.feature.group" version="10.0.0.v20170523-0654"/>
> - <unit id="org.fusesource.ide.server.extensions.feature.feature.group" version="10.0.0.v20170523-0654"/>
> - <unit id="org.jboss.tools.fuse.transformation.feature.feature.group" version="10.0.0.v20170523-0654"/>
> + <unit id="org.fusesource.ide.camel.editor.feature.feature.group" version="10.0.0.v20170712-1652"/>
> + <unit id="org.fusesource.ide.core.feature.feature.group" version="10.0.0.v20170712-2134"/>
> + <unit id="org.fusesource.ide.jmx.feature.feature.group" version="10.0.0.v20170712-1652"/>
> + <unit id="org.fusesource.ide.server.extensions.feature.feature.group" version="10.0.0.v20170712-1652"/>
> + <unit id="org.jboss.tools.fuse.transformation.feature.feature.group" version="10.0.0.v20170712-1652"/>
> <unit id="org.jboss.tools.common" version="3.9.0.v20170316-1838"/>
>
> <!-- <repository location="http://download.jboss.org/jbosstools/oxygen/staging/builds/jbosstools-4.5..."/> -->
> - <!-- <repository id="jbt-core-4.5.0.AM1" location="http://download.jboss.org/jbosstools/oxygen/staging/updates/core/4.5.0.AM1/"/> -->
> - <repository id="jbt-core-4.5.0.AM1" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/>
> + <repository id="jbt-core-4.5.0.AM2" location="http://download.jboss.org/jbosstools/oxygen/staging/updates/core/4.5.0.AM2/"/>
> + <!-- <repository id="jbt-core-4.5.0.AM2" location="http://download.jboss.org/jbosstools/static/oxygen/development/updates/co..."/> -->
> </location>
>
> </locations>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 8 months
[JBoss JIRA] (JBTIS-1140) JBTIS-TP 4.5.0.Final - final updates
by Paul Leacu (JIRA)
Paul Leacu created JBTIS-1140:
---------------------------------
Summary: JBTIS-TP 4.5.0.Final - final updates
Key: JBTIS-1140
URL: https://issues.jboss.org/browse/JBTIS-1140
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: target-platform
Affects Versions: 4.5.0.Final-TP
Reporter: Paul Leacu
Assignee: Paul Leacu
Fix For: 4.5.0.Final-TP
*Reason:* 4.5.0.Final sync with JBT 4.5.0.Final
*Project page/sources:*
*Version:* .4.5.0.Final
*License and owner:* EPL
*Original p2 repo:*
*JBoss mirror:*
*Include Sources:* Yes
*Affected JBoss Tools components:* .Integration Stack
*Include in JBDS:* Yes
*Type of dependency:* distribution
*List of bundles added/removed:*
{code}
suggested diff on the .target files
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 8 months
[JBoss JIRA] (JBTIS-1139) SAP tests are failing on RHEL 6.8
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-1139?page=com.atlassian.jira.plugin... ]
Andrej Podhradsky edited comment on JBTIS-1139 at 7/14/17 8:44 AM:
-------------------------------------------------------------------
Adding the $HOSTNAME to /etc/hosts helped, so there is definitely something wrong in the slave.
was (Author: apodhrad):
Adding the $HOSTNAME to /etc/hosts helped.
> SAP tests are failing on RHEL 6.8
> ---------------------------------
>
> Key: JBTIS-1139
> URL: https://issues.jboss.org/browse/JBTIS-1139
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: Fuse IDE, QE
> Affects Versions: 4.5.0.AM1
> Reporter: Andrej Podhradsky
> Assignee: Andrej Podhradsky
>
> It seems that there something wrong with hostname on RHEL 6.8 since I'm getting the following error
> {code}
> Initialization of destination testDest failed: Connect to SAP gateway failed
> Connection parameters: TYPE=A DEST=testDest ASHOST=fuse-sap.mw.lab.eng.bos.redhat.com SYSNR=00 PCS=1
> LOCATION CPIC (TCP/IP) on local host with Unicode
> ERROR hostname 'rhel68-x86-64-2405.localdomain' unknown
> TIME Fri Jul 14 07:36:46 2017
> RELEASE 720
> COMPONENT NI (network interface)
> VERSION 40
> RC -2
> MODULE nixxhl.cpp
> LINE 193
> DETAIL NiHLGetNodeAddr: hostname cached as unknown
> COUNTER 1
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 8 months
[JBoss JIRA] (JBTIS-1139) SAP tests are failing on RHEL 6.8
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-1139?page=com.atlassian.jira.plugin... ]
Andrej Podhradsky commented on JBTIS-1139:
------------------------------------------
Adding the $HOSTNAME to /etc/hosts helped.
> SAP tests are failing on RHEL 6.8
> ---------------------------------
>
> Key: JBTIS-1139
> URL: https://issues.jboss.org/browse/JBTIS-1139
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: Fuse IDE, QE
> Affects Versions: 4.5.0.AM1
> Reporter: Andrej Podhradsky
> Assignee: Andrej Podhradsky
>
> It seems that there something wrong with hostname on RHEL 6.8 since I'm getting the following error
> {code}
> Initialization of destination testDest failed: Connect to SAP gateway failed
> Connection parameters: TYPE=A DEST=testDest ASHOST=fuse-sap.mw.lab.eng.bos.redhat.com SYSNR=00 PCS=1
> LOCATION CPIC (TCP/IP) on local host with Unicode
> ERROR hostname 'rhel68-x86-64-2405.localdomain' unknown
> TIME Fri Jul 14 07:36:46 2017
> RELEASE 720
> COMPONENT NI (network interface)
> VERSION 40
> RC -2
> MODULE nixxhl.cpp
> LINE 193
> DETAIL NiHLGetNodeAddr: hostname cached as unknown
> COUNTER 1
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 8 months