[JBoss JIRA] (ERT-383) JSONEditor: NPE when working with an array of objects [EBZ#497261]
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/ERT-383?page=com.atlassian.jira.plugin.sy... ]
Gorkem Ercan updated ERT-383:
-----------------------------
Sprint: devex #123 November 2016 (was: devex #122 October 2016)
> JSONEditor: NPE when working with an array of objects [EBZ#497261]
> ------------------------------------------------------------------
>
> Key: ERT-383
> URL: https://issues.jboss.org/browse/ERT-383
> Project: Eclipse Release Train
> Issue Type: Task
> Components: WTP Source Editing
> Reporter: Friendly Jira Robot
> Assignee: Victor Rubezhny
> Labels: bzira, wst.json
> Fix For: Neon.2 (4.6)
>
>
> I have not been able to reproduce this consistently, but here it goes:
> Create a JSON file with following content:
> {
> "thirdaddition": true,
> "name": "JSONEditorTest2",
> "secondaddition": 2,
> "description": "JSONEditorTest description2",
> "version": "1.0.1",
> "main": "app.js",
> "scripts": {
> "start": "node app.js"
> },
> "array_of_objects": [{"abc": 1234}, {"value": 1234 }]]}}}}}}]}],
> "value": "test",
> "anothervalue": "1234"
> }
> When adding and removing (invalid) closing brackets, then modifying the value of the second array element (value), I tend to see this exception:
> java.lang.NullPointerException
> at org.eclipse.wst.json.core.internal.document.JSONModelParser.changeAttrValue(JSONModelParser.java:89)
> at org.eclipse.wst.json.core.internal.document.JSONModelParser.changeRegion(JSONModelParser.java:131)
> at org.eclipse.wst.json.core.internal.document.JSONModelImpl.regionChanged(JSONModelImpl.java:654)
> at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument._fireEvent(BasicStructuredDocument.java:542)
> at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.fireStructuredDocumentEvent(BasicStructuredDocument.java:1180)
> at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.internalReplaceText(BasicStructuredDocument.java:1964)
> at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.replaceText(BasicStructuredDocument.java:2423)
> at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.replaceText(BasicStructuredDocument.java:2408)
> at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.access$2(JobSafeStructuredDocument.java:1)
> at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument$3.run(JobSafeStructuredDocument.java:141)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.wst.sse.ui.EditorExecutionContext.execute(EditorExecutionContext.java:149)
> at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.replaceText(JobSafeStructuredDocument.java:144)
> at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.replace(BasicStructuredDocument.java:2368)
> at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.access$0(JobSafeStructuredDocument.java:1)
> at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument$1.run(JobSafeStructuredDocument.java:103)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.wst.sse.ui.EditorExecutionContext.execute(EditorExecutionContext.java:149)
> at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.replace(JobSafeStructuredDocument.java:106)
> at org.eclipse.jface.text.projection.ProjectionTextStore.replace(ProjectionTextStore.java:103)
> at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1094)
> at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1119)
> at org.eclipse.jface.text.projection.ProjectionDocument.replace(ProjectionDocument.java:625)
> at org.eclipse.jface.text.DefaultDocumentAdapter.replaceTextRange(DefaultDocumentAdapter.java:233)
> at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:7374)
> at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:8225)
> at org.eclipse.swt.custom.StyledText.doBackspace(StyledText.java:2334)
> at org.eclipse.swt.custom.StyledText.invokeAction(StyledText.java:7164)
> at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:6022)
> at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:6049)
> at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5733)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4248)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1501)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1524)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1509)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1538)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1534)
> at org.eclipse.swt.widgets.Canvas.sendKeyEvent(Canvas.java:515)
> at org.eclipse.swt.widgets.Control.doCommandBySelector(Control.java:1090)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:5817)
> at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
> at org.eclipse.swt.internal.cocoa.NSResponder.interpretKeyEvents(NSResponder.java:68)
> at org.eclipse.swt.widgets.Composite.keyDown(Composite.java:610)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:5727)
> at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
> at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:227)
> at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2140)
> at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2402)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:5789)
> at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
> at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:5218)
> at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5367)
> at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
> at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3695)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:687)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:604)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
> 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:673)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (ERT-214) Validate JSON file with JSON Schema [EBZ#494111]
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/ERT-214?page=com.atlassian.jira.plugin.sy... ]
Gorkem Ercan updated ERT-214:
-----------------------------
Sprint: devex #116 June 2016, devex #118 July 2016, devex #123 November 2016 (was: devex #116 June 2016, devex #118 July 2016, devex #122 October 2016)
> Validate JSON file with JSON Schema [EBZ#494111]
> ------------------------------------------------
>
> Key: ERT-214
> URL: https://issues.jboss.org/browse/ERT-214
> Project: Eclipse Release Train
> Issue Type: Task
> Components: WTP Source Editing
> Reporter: Friendly Jira Robot
> Assignee: Snjezana Peco
> Priority: Trivial
> Labels: bzira, wst.json
> Fix For: Neon.2 (4.6)
>
>
> It's a very big task, but it should be fantastic if WTP Validator could validate JSON file by using JSON Schema.
> To do that:
> * JSONSchemaDocument should support the full specification of JSON Schema.
> * minimal-json should be improved to collect line, column or perhaps we could use IJSONDocument to validate it with JSON Schema.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (JBIDE-23473) Application wizard: weirdness and usability issues when using local template via URL
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23473?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-23473 at 11/9/16 8:05 AM:
-------------------------------------------------------------------
[~aurelien.pupier] I cannot replicate this. Whether I type or paste, the URL is validated and the decorator disappears for me, once the url is valid.
I see usability issues though:
* Typing a url is unusable:
validation occurrs on each keystroke. It disables the whole dialog and displays a progress for ~1 second. Typing becomes: type a key, wait, type another key, wait, etc. You cant type continously. We should correct this via ex. delayed validating: Validating only happens once there are no keystrokes for a few seconds.
* Error-decoration is not displayed for file-urls to point to inexistant files (404):
Formally invalid urls cause a decorator to appear to the left of the text field. Once the url is formally valid, the error marker on the field disappears (https://raw.githubusercontent.c -> https://raw.githubusercontent.co) even if the url is still not valid ex. because it's 404. I believe that there's a switch in failing validator. The url validator is displaying the decorator while the validator that tries to load the file isnt
See here: [^local-template-validation-weirdness.ogv]
[~aurelien.pupier] can you point me to what I miss? (see my screencast - local-template-validation-weirdness.ogv)
was (Author: adietish):
[~aurelien.pupier] I cannot replicate this. Whether I type or paste, the URL is validated and the decorator disappears for me, once the url is valid.
I see usability issues though:
* Typing a url is unusable: validation occurrs on each keystroke. It disables the whole dialog and displays a progress for ~1 second. Typing becomes: type a key, wait, type another key, wait, etc. You cant type continously. We should correct this via ex. delayed validating: Validating only happens once there are no keystrokes for a few seconds.
* Decoration is not displayed inexistant file-urls (404): Formally invalid urls cause a decorator to appear to the left of the text field. Once the url is formally valid, the error marker on the field disappears (https://raw.githubusercontent.c -> https://raw.githubusercontent.co) even if the url is still not valid ex. because it's 404. I believe that there's a switch in failing validator. The url validator is displaying the decorator while the validator that tries to load the file isnt
See here: [^local-template-validation-weirdness.ogv]
[~aurelien.pupier] can you point me to what I miss? (see my screencast - local-template-validation-weirdness.ogv)
> Application wizard: weirdness and usability issues when using local template via URL
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-23473
> URL: https://issues.jboss.org/browse/JBIDE-23473
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Aurélien Pupier
> Assignee: Jeff MAURY
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.x
>
> Attachments: image-2016-11-08-16-18-00-572.png, image-2016-11-08-16-18-00-572.png, local-template-validation-weirdness.ogv
>
>
> !image-2016-11-08-16-18-00-572.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (JBIDE-23473) Application wizard: weirdness and usability issues when using local template via URL
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23473?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-23473 at 11/9/16 8:05 AM:
-------------------------------------------------------------------
[~aurelien.pupier] I cannot replicate this. Whether I type or paste, the URL is validated and the decorator disappears for me, once the url is valid.
I see usability issues though:
* *Typing a url is unusable*:
validation occurrs on each keystroke. It disables the whole dialog and displays a progress for ~1 second. Typing becomes: type a key, wait, type another key, wait, etc. You cant type continously. We should correct this via ex. delayed validating: Validating only happens once there are no keystrokes for a few seconds.
* *Error-decoration is not displayed for file-urls to point to inexistant files (404)*:
Formally invalid urls cause a decorator to appear to the left of the text field. Once the url is formally valid, the error marker on the field disappears (https://raw.githubusercontent.c -> https://raw.githubusercontent.co) even if the url is still not valid ex. because it's 404. I believe that there's a switch in failing validator. The url validator is displaying the decorator while the validator that tries to load the file isnt
See here: [^local-template-validation-weirdness.ogv]
[~aurelien.pupier] can you point me to what I miss? (see my screencast - local-template-validation-weirdness.ogv)
was (Author: adietish):
[~aurelien.pupier] I cannot replicate this. Whether I type or paste, the URL is validated and the decorator disappears for me, once the url is valid.
I see usability issues though:
* Typing a url is unusable:
validation occurrs on each keystroke. It disables the whole dialog and displays a progress for ~1 second. Typing becomes: type a key, wait, type another key, wait, etc. You cant type continously. We should correct this via ex. delayed validating: Validating only happens once there are no keystrokes for a few seconds.
* Error-decoration is not displayed for file-urls to point to inexistant files (404):
Formally invalid urls cause a decorator to appear to the left of the text field. Once the url is formally valid, the error marker on the field disappears (https://raw.githubusercontent.c -> https://raw.githubusercontent.co) even if the url is still not valid ex. because it's 404. I believe that there's a switch in failing validator. The url validator is displaying the decorator while the validator that tries to load the file isnt
See here: [^local-template-validation-weirdness.ogv]
[~aurelien.pupier] can you point me to what I miss? (see my screencast - local-template-validation-weirdness.ogv)
> Application wizard: weirdness and usability issues when using local template via URL
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-23473
> URL: https://issues.jboss.org/browse/JBIDE-23473
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Aurélien Pupier
> Assignee: Jeff MAURY
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.x
>
> Attachments: image-2016-11-08-16-18-00-572.png, image-2016-11-08-16-18-00-572.png, local-template-validation-weirdness.ogv
>
>
> !image-2016-11-08-16-18-00-572.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (JBIDE-23473) Application wizard: weirdness and usability issues when using local template via URL
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23473?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-23473 at 11/9/16 8:05 AM:
-------------------------------------------------------------------
[~aurelien.pupier] I cannot replicate this. Whether I type or paste, the URL is validated and the decorator disappears for me, once the url is valid.
I see usability issues though:
* *Typing an url is unusable*:
validation occurrs on each keystroke. It disables the whole dialog and displays a progress for ~1 second. Typing becomes: type a key, wait, type another key, wait, etc. You cant type continously. We should correct this via ex. delayed validating: Validating only happens once there are no keystrokes for a few seconds.
* *Error-decoration is not displayed for file-urls to point to inexistant files (404)*:
Formally invalid urls cause a decorator to appear to the left of the text field. Once the url is formally valid, the error marker on the field disappears (https://raw.githubusercontent.c -> https://raw.githubusercontent.co) even if the url is still not valid ex. because it's 404. I believe that there's a switch in failing validator. The url validator is displaying the decorator while the validator that tries to load the file isnt
See here: [^local-template-validation-weirdness.ogv]
[~aurelien.pupier] can you point me to what I miss? (see my screencast - local-template-validation-weirdness.ogv)
was (Author: adietish):
[~aurelien.pupier] I cannot replicate this. Whether I type or paste, the URL is validated and the decorator disappears for me, once the url is valid.
I see usability issues though:
* *Typing a url is unusable*:
validation occurrs on each keystroke. It disables the whole dialog and displays a progress for ~1 second. Typing becomes: type a key, wait, type another key, wait, etc. You cant type continously. We should correct this via ex. delayed validating: Validating only happens once there are no keystrokes for a few seconds.
* *Error-decoration is not displayed for file-urls to point to inexistant files (404)*:
Formally invalid urls cause a decorator to appear to the left of the text field. Once the url is formally valid, the error marker on the field disappears (https://raw.githubusercontent.c -> https://raw.githubusercontent.co) even if the url is still not valid ex. because it's 404. I believe that there's a switch in failing validator. The url validator is displaying the decorator while the validator that tries to load the file isnt
See here: [^local-template-validation-weirdness.ogv]
[~aurelien.pupier] can you point me to what I miss? (see my screencast - local-template-validation-weirdness.ogv)
> Application wizard: weirdness and usability issues when using local template via URL
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-23473
> URL: https://issues.jboss.org/browse/JBIDE-23473
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Aurélien Pupier
> Assignee: Jeff MAURY
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.x
>
> Attachments: image-2016-11-08-16-18-00-572.png, image-2016-11-08-16-18-00-572.png, local-template-validation-weirdness.ogv
>
>
> !image-2016-11-08-16-18-00-572.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (JBIDE-23463) Properties: Build pod has state of exit code 0 instead of correct status completed
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23463?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-23463:
------------------------------------------
Assigning to me so that I review and merge the patch.
> Properties: Build pod has state of exit code 0 instead of correct status completed
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-23463
> URL: https://issues.jboss.org/browse/JBIDE-23463
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM3
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Labels: openshift_v3
> Fix For: 4.4.2.Final
>
> Attachments: exit-code-0.png
>
>
> When I create a new OpenShift 3 application from a template, there is a running build. Once a build pod is completed, it has status "Completed". But now it Pods tabbed properties it contains status "Exit Code: 0" which is not user friendly and it broke integration tests.
> steps:
> # EXEC: create an application via a s2i template
> # EXEC: in OpenShift explorer: select the connection that you used to create the application and open up the "Properties view"
> # EXEC: in Properties: select "Pods" tab.
> # ASSERT: a build pod is appearing
> # EXEC: wait until the build pod is terminated and then look at its "Status" in the Properties > Pods
> Result:
> The status for the pod is reported with a "Exit Code: 0" (if successfully terminated, "Exit Code: 1" otherwise)
> !exit-code-0.png!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (JBTIS-972) The category 'Integration and SOA Development' doesn't contain fuse nor switchyard
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-972?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky closed JBTIS-972.
-----------------------------------
Verified with JBDS-IS 9.0.3.GA
> The category 'Integration and SOA Development' doesn't contain fuse nor switchyard
> ----------------------------------------------------------------------------------
>
> Key: JBTIS-972
> URL: https://issues.jboss.org/browse/JBTIS-972
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 9.0.3.GA
> Reporter: Andrej Podhradsky
> Assignee: Paul Leacu
> Fix For: 9.0.3.GA
>
>
> The category 'Integration and SOA Development' should contain all integration and soa tools except the deprecated ones such as SOA 5.x. Currenly, the fuse and switchyard tooling is commented out.
> {code:title=com.jboss.devstudio.integration-stack.soa.feature_9.0.3.GA-v20161028-1314-B73.jar}
> <requires>
> <import plugin="com.jboss.devstudio.core.project.examples"/>
> <import plugin="com.jboss.devstudio.core.usage.branding"/>
> <import plugin="com.jboss.devstudio.core.central"/>
> <import plugin="org.jboss.tools.usage"/>
> <import feature="org.jboss.tools.central.feature"/>
> <import feature="org.jboss.tools.project.examples.feature"/>
> <import feature="org.jboss.tools.bpel.feature"/>
> <import feature="org.eclipse.bpmn2.feature"/>
> <import feature="org.eclipse.bpmn2.modeler"/>
> <import feature="org.eclipse.bpmn2.modeler.runtime.jboss"/>
> <import feature="org.drools.eclipse.feature"/>
> <import feature="org.guvnor.tools.feature"/>
> <import feature="org.jbpm.eclipse.feature"/>
> <import feature="org.kie.eclipse.feature"/>
> <import feature="org.kie.eclipse.navigator.feature"/>
> <import feature="org.jboss.tools.runtime.drools.detector.feature"/>
> <import feature="org.jboss.tools.runtime.jbpm.detector.feature"/>
> <!--
> <import feature="org.fusesource.ide.camel.editor.feature"/>
> <import feature="org.fusesource.ide.core.feature"/>
> <import feature="org.fusesource.ide.jmx.feature"/>
> <import feature="org.fusesource.ide.server.extensions.feature"/>
> <import feature="org.jboss.tools.fuse.transformation.feature"/>
> <import feature="org.switchyard.tools.feature"/>
> <import feature="org.switchyard.tools.bpel.feature"/>
> <import feature="org.switchyard.tools.bpmn2.feature"/>
> -->
> </requires>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (JBIDE-23463) Properties: Build pod has state of exit code 0 instead of correct status completed
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23463?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-23463:
----------------------------------------
Assignee: Andre Dietisheim
> Properties: Build pod has state of exit code 0 instead of correct status completed
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-23463
> URL: https://issues.jboss.org/browse/JBIDE-23463
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM3
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Labels: openshift_v3
> Fix For: 4.4.2.Final
>
> Attachments: exit-code-0.png
>
>
> When I create a new OpenShift 3 application from a template, there is a running build. Once a build pod is completed, it has status "Completed". But now it Pods tabbed properties it contains status "Exit Code: 0" which is not user friendly and it broke integration tests.
> steps:
> # EXEC: create an application via a s2i template
> # EXEC: in OpenShift explorer: select the connection that you used to create the application and open up the "Properties view"
> # EXEC: in Properties: select "Pods" tab.
> # ASSERT: a build pod is appearing
> # EXEC: wait until the build pod is terminated and then look at its "Status" in the Properties > Pods
> Result:
> The status for the pod is reported with a "Exit Code: 0" (if successfully terminated, "Exit Code: 1" otherwise)
> !exit-code-0.png!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months