]
Tomáš Sedmík closed JBTIS-906.
------------------------------
Resolution: Done
PR was pushed to master
Detect and throw a known issue for SWITCHYARD-2882
--------------------------------------------------
Key: JBTIS-906
URL:
https://issues.jboss.org/browse/JBTIS-906
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: QE, switchyard
Affects Versions: 4.3.1.Final
Reporter: Andrej Podhradsky
Assignee: Andrej Podhradsky
Detect and throw a known issue for SWITCHYARD-2882 in ProjectExplorerProjectCreationTest
so that we can avoid errors such as
*Error Message*
The following errors occured during creating SY project:
Referenced file contains errors
(jar:file:/home/jbossqa/workspace/jbdsis9x.test.switchyard/jdk/oraclejdk1.8/label/RHEL7/jbds-installer/jbdsis-9.nightly/target/jbdevstudio/studio/plugins/org.switchyard.tools.xsd_2.1.0.CI-v20160915-2107-B33.jar!/schema/sca-binding-ws-1.1-cd04-rev2.xsd).
For more information, right click on the message in the Problems View and select
"Show Details..."
*Stacktrace*
{code}
java.lang.AssertionError: The following errors occured during creating SY project:
Referenced file contains errors
(jar:file:/home/jbossqa/workspace/jbdsis9x.test.switchyard/jdk/oraclejdk1.8/label/RHEL7/jbds-installer/jbdsis-9.nightly/target/jbdevstudio/studio/plugins/org.switchyard.tools.xsd_2.1.0.CI-v20160915-2107-B33.jar!/schema/sca-binding-ws-1.1-cd04-rev2.xsd).
For more information, right click on the message in the Problems View and select
"Show Details..."
at org.junit.Assert.fail(Assert.java:88)
at
org.jboss.tools.switchyard.ui.bot.test.ProjectExplorerProjectCreationTest.createProjectWithComponentsTest(ProjectExplorerProjectCreationTest.java:279)
{code}