[
https://issues.jboss.org/browse/JBTIS-471?page=com.atlassian.jira.plugin....
]
Nick Boldt commented on JBTIS-471:
----------------------------------
Did more digging and I can't see how your tests depend on JMock. So, here's
another commit on the PR [1], which runs them but they fail with a curious error:
[1]
https://github.com/nickboldt/bpel/commit/52652ad8e6079d76d8a7d7c435945a8b...
{code}
[INFO] Expected eclipse log file:
/home/nboldt/eclipse/workspace-eclipse/org.eclipse.bpel/tests/org.eclipse.bpel.ui.tests/target/work/data/.metadata/.log
[INFO] Command line:
[/opt/jdk1.8.0_60/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk,
-Dosgi.arch=x86_64, -Xms64m, -Xmx1024m, -XX:MaxPermSize=128M,
-Dorg.eclipse.swtbot.search.timeout=15000, -Dosgi.clean=true, -jar,
/home/nboldt/.m2/repository1/p2/osgi/bundle/org.eclipse.equinox.launcher/1.1.1.R36x_v20101122_1400/org.eclipse.equinox.launcher-1.1.1.R36x_v20101122_1400.jar,
-data,
/home/nboldt/eclipse/workspace-eclipse/org.eclipse.bpel/tests/org.eclipse.bpel.ui.tests/target/work/data,
-install,
/home/nboldt/eclipse/workspace-eclipse/org.eclipse.bpel/tests/org.eclipse.bpel.ui.tests/target/work,
-configuration,
/home/nboldt/eclipse/workspace-eclipse/org.eclipse.bpel/tests/org.eclipse.bpel.ui.tests/target/work/configuration,
-application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties,
/home/nboldt/eclipse/workspace-eclipse/org.eclipse.bpel/tests/org.eclipse.bpel.ui.tests/target/surefire.properties,
-testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.sdk.ide,
-nouithread]
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128M; support was
removed in 8.0
Launching application org.eclipse.ui.ide.workbench...
-------------------------------------------------------
T E S T S
-------------------------------------------------------
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
at
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
at
org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:91)
at
org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44)
at org.eclipse.ui.internal.testing.WorkbenchTestable$1.run(WorkbenchTestable.java:71)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Bug in saff's brain: Suite constructor, called
as above, should always complete
at org.junit.runner.Request.classes(Request.java:72)
at
org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:102)
at
org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:85)
at
org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
at
org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134)
... 11 more
{code}
See
http://fossies.org/linux/privat/junit-4.12-sources.jar/org/junit/runner/R...
for the source of that error message.
Unify component versions
------------------------
Key: JBTIS-471
URL:
https://issues.jboss.org/browse/JBTIS-471
Project: JBoss Tools Integration Stack
Issue Type: Enhancement
Components: distribution
Affects Versions: 8.0.3.GA
Reporter: Andrej Podhradsky
Assignee: Robert (Bob) Brodt
Currently, JBDS-IS 8.0.3.CR2 contains components with different version format such as
BPMN2 1.1.3.Final
Fuse 7.3.1.v20150728-1330-H54-Final
Teiid Designer 9.0.3.Final-v20150728-2029-B1148
I suggest to use the format used by Teiid Designer.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)