[JBoss JIRA] (JBIDE-23274) Rename of batch artefact should affect batch.xml file
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23274?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-23274:
-------------------------------
Fix Version/s: 4.6.x
(was: 4.5.x)
> Rename of batch artefact should affect batch.xml file
> -----------------------------------------------------
>
> Key: JBIDE-23274
> URL: https://issues.jboss.org/browse/JBIDE-23274
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: batch
> Affects Versions: 4.4.2.AM1
> Reporter: Lukáš Valach
> Assignee: Jeff MAURY
> Fix For: 4.6.x
>
> Attachments: BatchRenameManualTest.zip
>
>
> There are three ways how to refer batch artefact in job.xml file.
> * Using @Name annotation
> * Using fully qualified class name
> * Using batch.xml
> I noticed that the class name is not changed in batch.xml file during refactoring and the job.xml file become invalid for this reason.
> There is a way how to avoid this problem. User can check the "Update fully qualified names in non-Java text files" option in Rename window, but this solution is not intuitive/is not user friendly I think.
> In another case, when I don't use batch.xml and use the name comming from @Named annotation. The artefact is renamed in job.xml file even if the "Update fully qualified names in non-Java text files" option aren't selected. Non-Java text file (job.xml) is updated automatically in this case.
> There is attached project that you can use to reproduce this problem.
> [^BatchRenameManualTest.zip]. Just try to rename Writer class.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-12124) Improve JAX-RS content assist on @PathParam annotations
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12124?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-12124:
-------------------------------
Fix Version/s: 4.6.x
(was: 4.5.x)
> Improve JAX-RS content assist on @PathParam annotations
> -------------------------------------------------------
>
> Key: JBIDE-12124
> URL: https://issues.jboss.org/browse/JBIDE-12124
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: webservices
> Affects Versions: 3.3.0.CR1
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Labels: jax-rs
> Fix For: 4.6.x
>
>
> After JBIDE-12105, the content assist proposal computer is only called in the "__java_string" partition. It should be possible to have content assist just after the opening parenthesis, even if the method is incomplete. (Maybe adding a new partition in the document ?)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-25865) Mylyn: CoreException: Unexpected error: Forbidden
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25865?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-25865:
-------------------------------
Fix Version/s: 4.6.x
(was: 4.5.x)
> Mylyn: CoreException: Unexpected error: Forbidden
> -------------------------------------------------
>
> Key: JBIDE-25865
> URL: https://issues.jboss.org/browse/JBIDE-25865
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 4.5.3.AM3
> Environment: F28
> Reporter: Josef Kopriva
> Fix For: 4.6.x
>
>
> {code:java}
> eclipse.buildId=11.3.0.AM3-v20180322-1027-B2194
> java.version=1.8.0_161
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.eclipse.mylyn.builds.core
> Error
> Tue Mar 27 12:24:58 CEST 2018
> Running build 'openshift.itests' failed
> org.eclipse.core.runtime.CoreException: Unexpected error: Forbidden
> at org.eclipse.mylyn.internal.hudson.core.HudsonCorePlugin.toCoreException(HudsonCorePlugin.java:61)
> at org.eclipse.mylyn.internal.hudson.core.HudsonServerBehaviour.runBuild(HudsonServerBehaviour.java:808)
> at org.eclipse.mylyn.builds.internal.core.operations.RunBuildOperation$1.doExecute(RunBuildOperation.java:55)
> at org.eclipse.mylyn.builds.internal.core.operations.BuildJob.run(BuildJob.java:79)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
> Caused by: org.eclipse.mylyn.internal.hudson.core.client.HudsonException: Forbidden
> at org.eclipse.mylyn.internal.hudson.core.client.HudsonOperation.run(HudsonOperation.java:169)
> at org.eclipse.mylyn.internal.hudson.core.client.RestfulHudsonClient.runBuild(RestfulHudsonClient.java:417)
> at org.eclipse.mylyn.internal.hudson.core.HudsonServerBehaviour.runBuild(HudsonServerBehaviour.java:806)
> ... 3 more
> Caused by: org.eclipse.mylyn.commons.repositories.core.auth.AuthenticationException: Forbidden
> at org.eclipse.mylyn.internal.hudson.core.client.HudsonOperation.validate(HudsonOperation.java:273)
> at org.eclipse.mylyn.commons.repositories.http.core.CommonHttpOperation.executeOnce(CommonHttpOperation.java:119)
> at org.eclipse.mylyn.commons.repositories.http.core.CommonHttpOperation.execute(CommonHttpOperation.java:86)
> at org.eclipse.mylyn.internal.hudson.core.client.RestfulHudsonClient$7.execute(RestfulHudsonClient.java:403)
> at org.eclipse.mylyn.internal.hudson.core.client.HudsonOperation.run(HudsonOperation.java:167)
> ... 5 more
> {code}
> I have tried to delete secure storage and set up it again and check user permissions, but it didn't help.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-22947) IllegalArgumentException below VpvPreview.createPartControl (thrown in Widget.checkParent)
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22947?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-22947:
-------------------------------
Fix Version/s: 4.6.x
(was: 4.5.x)
> IllegalArgumentException below VpvPreview.createPartControl (thrown in Widget.checkParent)
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-22947
> URL: https://issues.jboss.org/browse/JBIDE-22947
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Reporter: Automated Error Reporting Bot
> Assignee: Ilya Buziuk
> Fix For: 4.6.x
>
>
> The following problem was reported via the automated error reporting:
> Message: HIDDEN
> {noformat}
> java.lang.IllegalArgumentException: HIDDEN
> at org.eclipse.swt.widgets.Widget.checkParent(Widget.java:291)
> at org.eclipse.swt.widgets.Widget.<init>(Widget.java:158)
> at org.eclipse.swt.widgets.Control.<init>(Control.java:109)
> at org.eclipse.swt.widgets.Scrollable.<init>(Scrollable.java:81)
> at org.eclipse.swt.widgets.Composite.<init>(Composite.java:96)
> at org.eclipse.swt.browser.Browser.<init>(Browser.java:87)
> at org.jboss.tools.vpe.preview.editor.VpvPreview.createPartControl(VpvPreview.java:34)
> at org.jboss.tools.vpe.preview.editor.VpvEditorPart.createPreviewBrowser(VpvEditorPart.java:644)
> at org.jboss.tools.jst.web.ui.internal.editor.jspeditor.JSPMultiPageEditor.pageChange(JSPMultiPageEditor.java:317)
> at org.eclipse.ui.part.MultiPageEditorPart$2.widgetSelected(MultiPageEditorPart.java:295)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> {noformat}
> Bundles:
> | org.eclipse.swt | 3.104.2.v20160212-1350 | 3.104.2.v20160212-1350 |
> | org.eclipse.ui | 3.107.0.v20150507-1945 | 3.107.0.v20150507-1945 |
> | org.jboss.tools.jst.web.ui | 3.7.1.Final-v20160331-0256-B96 | 3.7.1.Final-v20160331-0256-B96 |
> | org.jboss.tools.vpe.preview.editor | 3.7.1.Final-v20160331-0327-B91 | 3.7.1.Final-v20160331-0327-B91 |
> Operating Systems:
> | Windows | 6.3.0 | 6.3.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/574c33cfe4b06056d2...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months