[JBoss JIRA] (JBDS-4702) Multiple warnings when opening Spring perspective
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4702?page=com.atlassian.jira.plugin.... ]
Nick Boldt resolved JBDS-4702.
------------------------------
Fix Version/s: 12.0.0.AM2
(was: 12.x)
Resolution: Cannot Reproduce
Closing as *cannot reproduce* based on Josef's comments.
As a side note, I've updated the version of SpringIDE to 3.9.4 in the new 4.80.0.AM2-SNAPSHOT version of the central site, so we're slightly newer than before.
> Multiple warnings when opening Spring perspective
> -------------------------------------------------
>
> Key: JBDS-4702
> URL: https://issues.jboss.org/browse/JBDS-4702
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: 3rd-party-certification, central-update, upstream
> Affects Versions: 12.0.0.AM1
> Reporter: Josef Kopriva
> Assignee: Nick Boldt
> Priority: Optional
> Fix For: 12.0.0.AM2
>
>
> {code:java}
> eclipse.buildId=12.0.0.AM1-v20180508-1631-B2428
> java.version=1.8.0_171
> 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: -data file:/home/jkopriva/devstudio_B2428_3/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.eclipse.ui
> Warning
> Wed May 09 11:50:19 CEST 2018
> org.eclipse.contribution.xref.ui.views.XReferenceView: Deprecated relationship "fast" should be converted to "stack".
> {code}
> {code:java}
> eclipse.buildId=12.0.0.AM1-v20180508-1631-B2428
> java.version=1.8.0_171
> 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: -data file:/home/jkopriva/devstudio_B2428_3/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.eclipse.ui
> Warning
> Wed May 09 11:50:19 CEST 2018
> org.springframework.ide.eclipse.aop.ui.navigator.aopReferenceModelNavigator: Deprecated relationship "fast" should be converted to "stack".
> {code}
> {code:java}
> eclipse.buildId=12.0.0.AM1-v20180508-1631-B2428
> java.version=1.8.0_171
> 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: -data file:/home/jkopriva/devstudio_B2428_3/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.eclipse.ui
> Warning
> Wed May 09 11:50:19 CEST 2018
> org.eclipse.jdt.junit.ResultView: Deprecated relationship "fast" should be converted to "stack".
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBIDE-26033) test failures in JST
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26033?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-26033:
------------------------------------
{code}
!ENTRY org.eclipse.core.resources 4 2 2018-05-19 12:31:01.836
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".
!STACK 0
java.lang.NullPointerException
at org.jboss.tools.common.model.util.EclipseResourceUtil.getProject(EclipseResourceUtil.java:80)
at org.jboss.tools.common.model.filesystems.impl.FileSystemsImpl.resourceChanged(FileSystemsImpl.java:227)
at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:297)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:287)
at org.eclipse.core.internal.events.NotificationManager.handleEvent(NotificationManager.java:263)
at org.eclipse.core.internal.resources.Workspace.broadcastEvent(Workspace.java:371)
at org.eclipse.core.internal.resources.Resource.broadcastPreDeleteEvent(Resource.java:1823)
at org.eclipse.core.internal.resources.Resource.delete(Resource.java:734)
at org.eclipse.core.internal.resources.Project.delete(Project.java:319)
at org.jboss.tools.jst.web.test.WebValidationTestSetup.tearDown(WebValidationTestSetup.java:70)
{code}
{code}
java.lang.Exception: Model feature org.jboss.tools.jsf.ui.action.CreateProjectAction is not registered with extension point org.jboss.tools.common.model.classes
at org.jboss.tools.common.model.util.ModelFeatureFactory.createFeatureInstance(ModelFeatureFactory.java:74)
at org.jboss.tools.common.model.ui.views.navigator.NavigatorViewPart.createActionInstance(NavigatorViewPart.java:166)
at org.jboss.tools.common.model.ui.views.navigator.NavigatorViewPart.initActionBars(NavigatorViewPart.java:179)
at org.jboss.tools.common.model.ui.views.navigator.NavigatorViewPart.createPartControl(NavigatorViewPart.java:130)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:151)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityView.createPartControl(CompatibilityView.java:147)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:355)
at sun.reflect.GeneratedMethodAccessor57.invoke(Unknown Source)
java.lang.Exception: Model feature org.jboss.tools.jsf.ui.action.ImportProjectAction is not registered with extension point org.jboss.tools.common.model.classes
at org.jboss.tools.common.model.util.ModelFeatureFactory.createFeatureInstance(ModelFeatureFactory.java:74)
at org.jboss.tools.common.model.ui.views.navigator.NavigatorViewPart.createActionInstance(NavigatorViewPart.java:166)
at org.jboss.tools.common.model.ui.views.navigator.NavigatorViewPart.initActionBars(NavigatorViewPart.java:179)
at org.jboss.tools.common.model.ui.views.navigator.NavigatorViewPart.createPartControl(NavigatorViewPart.java:130)
{code}
> test failures in JST
> --------------------
>
> Key: JBIDE-26033
> URL: https://issues.jboss.org/browse/JBIDE-26033
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jst
> Affects Versions: 4.6.0.AM2
> Reporter: Nick Boldt
> Fix For: 4.6.0.AM2
>
> Attachments: surefire-reports-logs.zip, tests-console.logs.zip
>
>
> See attached logs
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBDS-4702) Multiple warnings when opening Spring perspective
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBDS-4702?page=com.atlassian.jira.plugin.... ]
Josef Kopriva commented on JBDS-4702:
-------------------------------------
[~nickboldt] You are right, I have used version in target platform - https://github.com/jbosstools/jbosstools-target-platforms/blob/4.80.x/jbo...
It is fixed now in upstream issue. Sorry for confusion and thanks for pointing out.
> Multiple warnings when opening Spring perspective
> -------------------------------------------------
>
> Key: JBDS-4702
> URL: https://issues.jboss.org/browse/JBDS-4702
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: 3rd-party-certification, central-update, upstream
> Affects Versions: 12.0.0.AM1
> Reporter: Josef Kopriva
> Assignee: Nick Boldt
> Priority: Optional
> Fix For: 12.x
>
>
> {code:java}
> eclipse.buildId=12.0.0.AM1-v20180508-1631-B2428
> java.version=1.8.0_171
> 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: -data file:/home/jkopriva/devstudio_B2428_3/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.eclipse.ui
> Warning
> Wed May 09 11:50:19 CEST 2018
> org.eclipse.contribution.xref.ui.views.XReferenceView: Deprecated relationship "fast" should be converted to "stack".
> {code}
> {code:java}
> eclipse.buildId=12.0.0.AM1-v20180508-1631-B2428
> java.version=1.8.0_171
> 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: -data file:/home/jkopriva/devstudio_B2428_3/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.eclipse.ui
> Warning
> Wed May 09 11:50:19 CEST 2018
> org.springframework.ide.eclipse.aop.ui.navigator.aopReferenceModelNavigator: Deprecated relationship "fast" should be converted to "stack".
> {code}
> {code:java}
> eclipse.buildId=12.0.0.AM1-v20180508-1631-B2428
> java.version=1.8.0_171
> 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: -data file:/home/jkopriva/devstudio_B2428_3/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.eclipse.ui
> Warning
> Wed May 09 11:50:19 CEST 2018
> org.eclipse.jdt.junit.ResultView: Deprecated relationship "fast" should be converted to "stack".
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBDS-4702) Multiple warnings when opening Spring perspective
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4702?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-4702:
----------------------------------
[~jkopriva] Are you sure you got the 3.8.3.201612191259-RELEASE version of Spring IDE installed, as reported in https://github.com/spring-projects/spring-ide/issues/282 ?
You should have gotten 3.9.3, as seen here:
https://devstudio.redhat.com/targetplatforms/jbtcentraltarget/4.80.0.AM1-...
> Multiple warnings when opening Spring perspective
> -------------------------------------------------
>
> Key: JBDS-4702
> URL: https://issues.jboss.org/browse/JBDS-4702
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: 3rd-party-certification, central-update, upstream
> Affects Versions: 12.0.0.AM1
> Reporter: Josef Kopriva
> Assignee: Nick Boldt
> Priority: Optional
> Fix For: 12.x
>
>
> {code:java}
> eclipse.buildId=12.0.0.AM1-v20180508-1631-B2428
> java.version=1.8.0_171
> 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: -data file:/home/jkopriva/devstudio_B2428_3/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.eclipse.ui
> Warning
> Wed May 09 11:50:19 CEST 2018
> org.eclipse.contribution.xref.ui.views.XReferenceView: Deprecated relationship "fast" should be converted to "stack".
> {code}
> {code:java}
> eclipse.buildId=12.0.0.AM1-v20180508-1631-B2428
> java.version=1.8.0_171
> 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: -data file:/home/jkopriva/devstudio_B2428_3/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.eclipse.ui
> Warning
> Wed May 09 11:50:19 CEST 2018
> org.springframework.ide.eclipse.aop.ui.navigator.aopReferenceModelNavigator: Deprecated relationship "fast" should be converted to "stack".
> {code}
> {code:java}
> eclipse.buildId=12.0.0.AM1-v20180508-1631-B2428
> java.version=1.8.0_171
> 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: -data file:/home/jkopriva/devstudio_B2428_3/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.eclipse.ui
> Warning
> Wed May 09 11:50:19 CEST 2018
> org.eclipse.jdt.junit.ResultView: Deprecated relationship "fast" should be converted to "stack".
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months