[JBoss JIRA] (JBIDE-12061) Cannot install the ESB tools and ESB detector with Juno
by Len DiMaggio (JIRA)
Len DiMaggio created JBIDE-12061:
------------------------------------
Summary: Cannot install the ESB tools and ESB detector with Juno
Key: JBIDE-12061
URL: https://issues.jboss.org/browse/JBIDE-12061
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: SOA Tooling
Affects Versions: 3.3.0.CR1
Environment: http://www.qa.jboss.com/binaries/RHDS/updates/development/5.0.0.Beta2.soa...
http://download.jboss.org/jbosstools/updates/JBossTools-3.3.0.CR1.core/
Eclipse Juno:
Version: 4.2.0
Build id: I20120524-2100
Reporter: Len DiMaggio
Assignee: Nick Boldt
Priority: Critical
Fix For: 3.4.x
Cannot complete the install because of a conflicting dependency.
Software being installed: JBoss Runtime ESB Detector 1.3.0.v20120522-1702-H4-Beta2-SOA (org.jboss.tools.runtime.esb.detector.feature.feature.group 1.3.0.v20120522-1702-H4-Beta2-SOA)
Software currently installed: Eclipse SDK 4.2.0.I20120524-2100 (org.eclipse.sdk.ide 4.2.0.I20120524-2100)
Only one of the following can be installed at once:
Core Runtime 3.8.0.v20120521-2346 (org.eclipse.core.runtime 3.8.0.v20120521-2346)
Core Runtime 3.8.0.v20120511-1333 (org.eclipse.core.runtime 3.8.0.v20120511-1333)
Core Runtime 3.7.0.v20110110 (org.eclipse.core.runtime 3.7.0.v20110110)
Cannot satisfy dependency:
From: Eclipse e4 Rich Client Platform 1.1.0.v20120521-2329-8yFTIGF3GGduEYaFQA2M2RMm (org.eclipse.e4.rcp.feature.group 1.1.0.v20120521-2329-8yFTIGF3GGduEYaFQA2M2RMm)
To: org.eclipse.core.runtime [3.8.0.v20120521-2346]
Cannot satisfy dependency:
From: Eclipse Platform 4.2.0.v20120508-1726-9JF7AHV8FyMteja0CggfF3FfqHnxgnrWaBmfoD (org.eclipse.platform.feature.group 4.2.0.v20120508-1726-9JF7AHV8FyMteja0CggfF3FfqHnxgnrWaBmfoD)
To: org.eclipse.rcp.feature.group [4.2.0.v20120403-2031-7IAPA7BrHQicRoOdPwOavbGRB3N3]
Cannot satisfy dependency:
From: Eclipse RCP 4.2.0.v20120403-2031-7IAPA7BrHQicRoOdPwOavbGRB3N3 (org.eclipse.rcp.feature.group 4.2.0.v20120403-2031-7IAPA7BrHQicRoOdPwOavbGRB3N3)
To: org.eclipse.e4.rcp.feature.group [1.1.0.v20120521-2329-8yFTIGF3GGduEYaFQA2M2RMm]
Cannot satisfy dependency:
From: Eclipse Project SDK 4.2.0.v20120522-2109-7T7mDFDPz-3FdpcTdH3vf9z-X_aZ4Bz-tcBJLHHhcWJnb (org.eclipse.sdk.feature.group 4.2.0.v20120522-2109-7T7mDFDPz-3FdpcTdH3vf9z-X_aZ4Bz-tcBJLHHhcWJnb)
To: org.eclipse.platform.feature.group [4.2.0.v20120508-1726-9JF7AHV8FyMteja0CggfF3FfqHnxgnrWaBmfoD]
Cannot satisfy dependency:
From: Eclipse SDK 4.2.0.I20120524-2100 (org.eclipse.sdk.ide 4.2.0.I20120524-2100)
To: org.eclipse.sdk.feature.group [4.2.0.v20120522-2109-7T7mDFDPz-3FdpcTdH3vf9z-X_aZ4Bz-tcBJLHHhcWJnb]
Cannot satisfy dependency:
From: JBoss Runtime ESB Detector 1.3.0.v20120522-1702-H4-Beta2-SOA (org.jboss.tools.runtime.esb.detector 1.3.0.v20120522-1702-H4-Beta2-SOA)
To: bundle org.eclipse.core.runtime [3.7.0,3.8.0)
Cannot satisfy dependency:
From: JBoss Runtime ESB Detector 1.3.0.v20120522-1702-H4-Beta2-SOA (org.jboss.tools.runtime.esb.detector.feature.feature.group 1.3.0.v20120522-1702-H4-Beta2-SOA)
To: org.jboss.tools.runtime.esb.detector [1.3.0.v20120522-1702-H4-Beta2-SOA]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12953) Investigate usage of Windows Tester Pro for UI Tests
by Mickael Istria (JIRA)
Mickael Istria created JBIDE-12953:
--------------------------------------
Summary: Investigate usage of Windows Tester Pro for UI Tests
Key: JBIDE-12953
URL: https://issues.jboss.org/browse/JBIDE-12953
Project: Tools (JBoss Tools)
Issue Type: Task
Components: QA
Reporter: Mickael Istria
Assignee: Len DiMaggio
Fix For: 4.0.0.CR1
{quote:Mickael}
During EclipseCon Europe, I chatted with a guy who's a pure technology-agnostic guy (not a guru, not an evangelist, just a user who gives his user story in an objective way). He used to use SWTBot to write tests, but he started using Google WindowTester Pro [1] tool since it was released under EPL by Google [2]. He told me that WindowTester Pro has a bot API quite similar to SWTBot, compatible with JUnit and Tycho; and the most interesting point is that Window Tester contains a recorder which allows to record tests pretty easily. This could help us to write tests, but also be used by end-users to provide their failing scenarios as WindowTester scenarios.
The recorder simply logs all SWT events and tries to turn meaningful sequences of Events to user-grained UI operations (such as click). I was reported that 90% of code written by the recorder is good for industrial testing, the 10 remaining % requires some refactoring and Java coding; and that using WindowTester Pro takes half the time as recording+writing SWTBot tests to provide exactly the same thing, with the same level of (re)usability and maintainability.
{quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12897) openshift explorer does not distinguish between default and real server
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-12897:
-------------------------------------------
Summary: openshift explorer does not distinguish between default and real server
Key: JBIDE-12897
URL: https://issues.jboss.org/browse/JBIDE-12897
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Reporter: Max Rydahl Andersen
Fix For: 4.0.0.CR1
create a connection with default server
create a connection with specific server with same name as default server.
Now there are two identical entires in the explorer with no way to differentiate.
I suggest:
A) Properties View shows the actual url/key for verifciation/testing/info purposes.
B) the label/decoration should somehow indicate its a default server. i.e. redhat(a)xam.dk - openshift.redhat.com (default)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12956) WS tests not running right
by Brian Fitzpatrick (JIRA)
Brian Fitzpatrick created JBIDE-12956:
-----------------------------------------
Summary: WS tests not running right
Key: JBIDE-12956
URL: https://issues.jboss.org/browse/JBIDE-12956
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Reporter: Brian Fitzpatrick
Assignee: Brian Fitzpatrick
Fix For: 4.0.0.Beta1
Having issues getting the JBoss Web Services tooling tests running right after the git migration and the changes made to the AS Tools component. Believe it's due to a missing dependency in the pom.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12765) Unable to parse web.xml
by Jaroslav Jankovič (JIRA)
Jaroslav Jankovič created JBIDE-12765:
-----------------------------------------
Summary: Unable to parse web.xml
Key: JBIDE-12765
URL: https://issues.jboss.org/browse/JBIDE-12765
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 4.0.0.Alpha2
Reporter: Jaroslav Jankovič
Assignee: Xavier Coulon
Fix For: 4.0.0.Beta1
Error is thrown when it cannot parse xml. I think, that error marker in xml editor is sufficient for user. There is no need to log an error for it, IMO.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months