[JBoss JIRA] (JBIDE-23499) Integration tests: ConnectionWizardLinkTest isnt working and has wrong class name
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-23499:
----------------------------------------
Summary: Integration tests: ConnectionWizardLinkTest isnt working and has wrong class name
Key: JBIDE-23499
URL: https://issues.jboss.org/browse/JBIDE-23499
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.2.AM3
Reporter: Andre Dietisheim
ConnectionWizardLinkTest isnt working. It tries to login into openshift 3 online (preview) with an account that was disabled. The class furthermore has a bad name: it does not reflect what it really tests.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBIDE-23498) Integration tests: should consistently separate v3 from v2
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-23498:
----------------------------------------
Summary: Integration tests: should consistently separate v3 from v2
Key: JBIDE-23498
URL: https://issues.jboss.org/browse/JBIDE-23498
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.4.2.AM3
Reporter: Andre Dietisheim
org.jboss.tools.openshift.ui.bot.test is not consistently separating v2 from v3 tests (and utils etc.). We should do this so that we can easily remove v2 artifacts once we drop support for v2
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBDS-4190) problem installing springide: eclipse.boot.dash plugin depends on slf4j 1.7.2 and ide.eclipse.quickfix depends on javax.servlet 3.1.0
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4190?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-4190 at 11/18/16 1:48 PM:
------------------------------------------------------------
re: https://issues.jboss.org/browse/JBDS-4175?focusedCommentId=13324792&page=...
I took a clean rh-eclipse46-devstudio install (10.2.0.20161117.2130.el7), deleted ~/.eclipse, then ran it like this:
{code}
d=`date +%Y%m%d-%H%M`; ./eclipse -consolelog -console -debug -data /tmp/wksp-${d} -clean \
-vmargs -Dosgi.resolver.usesMode=strict | tee /tmp/rh-eclipse46-devstudio10.2.log.${d}_strict.txt
{code}
Then from the marketplace I installed both the SpringIDE and STS connectors:
!springide382.png|thumbnail!
And the result is ... use constraint violations due to javax.servlet_3.1.0.v201410161800.jar being installed.
[^rh-eclipse46-devstudio10.2.log.20161118-1112_strict.txt]
So... maybe I installed more than [~vkadlcik] did in JBDS-4175, or maybe he started w/o the *-Dosgi.resolver.usesMode=strict* flag so didn't see the violations. Not sure, but seems from first test that Spring IDE 3.8.2 is not much better a solution than 3.7.3 in terms of fixing this error.
was (Author: nickboldt):
re: https://issues.jboss.org/browse/JBDS-4175?focusedCommentId=13324792&page=...
I took a clean rh-eclipse46-devstudio install (10.2.0.20161117.2130.el7), deleted ~/.eclipse, then ran it like this:
{code}
d=`date +%Y%m%d-%H%M`; ./eclipse -consolelog -console -debug -data /tmp/wksp-${d} -clean \
-vmargs -Dosgi.resolver.usesMode=strict | tee /tmp/rh-eclipse46-devstudio10.2.log.${d}_strict.txt
{code}
Then from the marketplace I installed both the SpringIDE and STS connectors:
!springide382.png|thumbnail!
And the result is ... use constraint violations due to javax.servlet_3.1.0.v201410161800.jar being installed.
[^rh-eclipse46-devstudio10.2.log.20161118-1112_strict.txt]
So... maybe I installed more than you did, or maybe you started w/o the *-Dosgi.resolver.usesMode=strict* flag. Not sure, but seems from first test that Spring IDE 3.8.2 is not much better a solution than 3.7.3.
> problem installing springide: eclipse.boot.dash plugin depends on slf4j 1.7.2 and ide.eclipse.quickfix depends on javax.servlet 3.1.0
> -------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-4190
> URL: https://issues.jboss.org/browse/JBDS-4190
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: central-update, rpm, upstream
> Affects Versions: 10.2.0.AM3
> Reporter: Nick Boldt
> Attachments: rh-eclipse46-devstudio10.2.log.20161118-1112_strict.txt, rh-eclipse46-devstudio10.2.log.20161118-1207_strict.txt, springide382.png, springide383-install-feature-list-select.png
>
>
> springide 3.7.3 depends on slf4j 1.7.2 and javax.servlet 3.1.0
> {code}
> org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoClassDefFoundError: org/springframework/ide/eclipse/beans/core/model/IProfileAwareBeansComponent)
> Caused by: java.lang.NoClassDefFoundError: org/springframework/ide/eclipse/beans/core/model/IProfileAwareBeansComponent
> at org.springframework.ide.eclipse.beans.ui.navigator.filters.NonMatchingProfilesFilter.select(NonMatchingProfilesFilter.java:24)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBDS-4190) problem installing springide: eclipse.boot.dash plugin depends on slf4j 1.7.2 and ide.eclipse.quickfix depends on javax.servlet 3.1.0
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4190?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4190:
-----------------------------
Summary: problem installing springide: eclipse.boot.dash plugin depends on slf4j 1.7.2 and ide.eclipse.quickfix depends on javax.servlet 3.1.0 (was: problem installing springide: depends on slf4j 1.7.2 and javax.servlet 3.1.0)
> problem installing springide: eclipse.boot.dash plugin depends on slf4j 1.7.2 and ide.eclipse.quickfix depends on javax.servlet 3.1.0
> -------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-4190
> URL: https://issues.jboss.org/browse/JBDS-4190
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: central-update, rpm, upstream
> Affects Versions: 10.2.0.AM3
> Reporter: Nick Boldt
> Attachments: rh-eclipse46-devstudio10.2.log.20161118-1112_strict.txt, rh-eclipse46-devstudio10.2.log.20161118-1207_strict.txt, springide382.png, springide383-install-feature-list-select.png
>
>
> springide 3.7.3 depends on slf4j 1.7.2 and javax.servlet 3.1.0
> {code}
> org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoClassDefFoundError: org/springframework/ide/eclipse/beans/core/model/IProfileAwareBeansComponent)
> Caused by: java.lang.NoClassDefFoundError: org/springframework/ide/eclipse/beans/core/model/IProfileAwareBeansComponent
> at org.springframework.ide.eclipse.beans.ui.navigator.filters.NonMatchingProfilesFilter.select(NonMatchingProfilesFilter.java:24)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBDS-4190) problem installing springide: depends on slf4j 1.7.2 and javax.servlet 3.1.0
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4190?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4190:
-----------------------------
Component/s: upstream
> problem installing springide: depends on slf4j 1.7.2 and javax.servlet 3.1.0
> ----------------------------------------------------------------------------
>
> Key: JBDS-4190
> URL: https://issues.jboss.org/browse/JBDS-4190
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: central-update, rpm, upstream
> Affects Versions: 10.2.0.AM3
> Reporter: Nick Boldt
> Attachments: rh-eclipse46-devstudio10.2.log.20161118-1112_strict.txt, rh-eclipse46-devstudio10.2.log.20161118-1207_strict.txt, springide382.png, springide383-install-feature-list-select.png
>
>
> springide 3.7.3 depends on slf4j 1.7.2 and javax.servlet 3.1.0
> {code}
> org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoClassDefFoundError: org/springframework/ide/eclipse/beans/core/model/IProfileAwareBeansComponent)
> Caused by: java.lang.NoClassDefFoundError: org/springframework/ide/eclipse/beans/core/model/IProfileAwareBeansComponent
> at org.springframework.ide.eclipse.beans.ui.navigator.filters.NonMatchingProfilesFilter.select(NonMatchingProfilesFilter.java:24)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months