See <
http://10.8.63.16/job/Fuse-Tooling-pullrequest/655/changes>
Changes:
[Lars Heinemann] FUSETOOLS-2140 - fixed syntax error after rebase
------------------------------------------
[...truncated 3770 lines...]
</setHeader>
<setHeader headerName="Accept">
<constant>application/json</constant>
</setHeader>
<setHeader headerName="CamelHttpMethod">
<constant>POST</constant>
</setHeader>
<setHeader headerName="CamelHttpPath">
<constant>/customerservice/enrich</constant>
</setHeader>
<setHeader headerName="CamelCxfRsUsingHttpApi">
<constant>True</constant>
</setHeader>
<setHeader headerName="originalBody">
<simple>${body}</simple>
</setHeader>
<inOut uri="cxfrs:bean:enrichClient"/>
<unmarshal>
<json library="Jackson"
unmarshalTypeName="org.globex.Account"/>
</unmarshal>
</route>
<route>
<from uri="direct://callSoapEndpoint"/>
<to uri="cxf:bean:wsServer"/>
</route>
<route>
<from uri="cxfrs:bean:enrichServer"/>
<bean method="enrich" ref="enrichBean"/>
<log message="Starting REST Server..."/>
</route>
<route>
<from uri="cxf:bean:wsServer"/>
<bean method="updateAccount" ref="wsBean"/>
<log message="Starting WS Server..."/>
</route>
</camelContext>
</beans>
">
but was not.
CamelIOHandlerIT.testLoadAndSaveOfSimpleModel:74->assertModelRoundTrip:100
Expecting:
<"<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://camel.apache.org/schema/spring
http://camel.apache.org/schema/spring/camel-spring.xsd">
<!-- some beans... -->
<bean
class="org.fusesource.camel.component.sap.SapConnectionConfiguration"
id="sapCon" name="sapBean">
<property name="destinationDataStore">
<map>
<entry key="Pre-production destination">
<bean
class="org.fusesource.camel.component.sap.model.rfc.impl.DestinationDataImpl">
<property name="authType"
value="CONFIGURED_USER"/>
<property name="denyInitialPassword"
value="0"/>
<property name="pingOnCreate"
value="false"/>
<property name="poolCapacity"
value="1"/>
</bean>
</entry>
</map>
</property>
<property name="serverDataStore">
<map>
<entry key="Pre-production server">
<bean
class="org.fusesource.camel.component.sap.model.rfc.impl.ServerDataImpl"/>
</entry>
</map>
</property>
</bean>
<alias alias="sapCon" name="sapBean"/>
<import resource="test.xml"/>
<!-- some camel route stuff now... -->
<camelContext autoStartup="true" id="context1"
route="[
 edit file!
 
 

]"
streamCache="false"
xmlns="http://camel.apache.org/schema/spring">
<endpoint id="something"
uri="seda:myConfiguredEndpoint"/>
<route id="route3">
<description>edit file!</description>
<from uri="seda:someWhere"/>
<to uri="seda:anotherPlace"/>
</route>
</camelContext>
<!-- some other stuff here... -->
</beans>
">
to be equal to:
<"<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://camel.apache.org/schema/spring
http://camel.apache.org/schema/spring/camel-spring.xsd">
<!-- some beans... -->
<bean
class="org.fusesource.camel.component.sap.SapConnectionConfiguration"
id="sapCon" name="sapBean">
<property name="destinationDataStore">
<map>
<entry key="Pre-production destination">
<bean
class="org.fusesource.camel.component.sap.model.rfc.impl.DestinationDataImpl">
<property name="authType"
value="CONFIGURED_USER"/>
<property name="denyInitialPassword"
value="0"/>
<property name="pingOnCreate"
value="false"/>
<property name="poolCapacity"
value="1"/>
</bean>
</entry>
</map>
</property>
<property name="serverDataStore">
<map>
<entry key="Pre-production server">
<bean
class="org.fusesource.camel.component.sap.model.rfc.impl.ServerDataImpl"/>
</entry>
</map>
</property>
</bean>
<alias alias="sapCon" name="sapBean"/>
<import resource="test.xml"/>
<!-- some camel route stuff now... -->
<camelContext autoStartup="true" id="context1"
streamCache="false"
xmlns="http://camel.apache.org/schema/spring">
<endpoint id="something"
uri="seda:myConfiguredEndpoint"/>
<route id="route3">
<description>edit file!</description>
<from uri="seda:someWhere"/>
<to uri="seda:anotherPlace"/>
</route>
</camelContext>
<!-- some other stuff here... -->
</beans>
">
but was not.
Tests run: 248, Failures: 10, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Fuse Tooling :: Build Configuration .......... SUCCESS [ 0.245 s]
[INFO] JBoss Fuse Tooling ................................. SUCCESS [ 0.256 s]
[INFO] JBoss Fuse Tooling :: Tools ........................ SUCCESS [ 0.008 s]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Build Tools ..... SUCCESS [ 1.468 s]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Code Generator .. SUCCESS [ 0.394 s]
[INFO] JBoss Fuse Tooling :: Core ......................... SUCCESS [ 0.007 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins .............. SUCCESS [ 0.007 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation Core SUCCESS [ 21.526 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Preferences SUCCESS [ 0.138 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation UI SUCCESS [ 0.761 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Model Service API SUCCESS [ 0.735
s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.15.1.redhat-621084 Service
Implementation SUCCESS [ 0.423 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.15.1.redhat-621117 Service
Implementation SUCCESS [ 0.425 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.17.0.redhat-630187 Service
Implementation SUCCESS [ 0.637 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.17.3 Service Implementation
SUCCESS [ 0.611 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.18.1 Service Implementation
SUCCESS [ 0.730 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Maven ..... SUCCESS [ 0.202 s]
[INFO] JBoss Fuse Tooling :: Camel Editor ................. SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins ...... SUCCESS [ 0.004 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Branding SUCCESS [ 0.506 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Validation SUCCESS [ 0.295 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Cheat Sheets SUCCESS [ 0.039 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Graph ..... SUCCESS [ 0.237 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Help ...... SUCCESS [ 0.901 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Imports ... SUCCESS [ 0.228 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Branding .. SUCCESS [ 0.037 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests ................ SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Tests SUCCESS [ 2.111
s]
[INFO] JBoss Fuse Tooling :: JMX .......................... SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins ............... SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Commons SUCCESS [ 0.411 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher SUCCESS [ 0.336 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Camel Editor SUCCESS [ 0.891 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Integration Tests FAILURE
[ 14.167 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Model Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project Templates SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests ........ SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Integration Tests
SKIPPED
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Core :: Features ............. SKIPPED
[INFO] JBoss Fuse Tooling :: Core :: Features :: Core Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: XSD Catalogs SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher UI SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Launcher Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Launcher UI Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Project Integration Tests
SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Project Templates Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: project Templates Integration Tests
SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features ..... SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features :: Camel Editor Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation .......... SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Core SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Editor SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features :: Data Transformation
Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests . SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Tests
SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation
Integration Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Editor Transformation :: Tests :: Editor Transformation Tests
SKIPPED
[INFO] JBoss Fuse Tooling :: Transformation Editor :: Tests :: Transformation Editor
Integration Tests SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache ActiveMQ Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Camel Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Diagram View SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins ... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter Core
SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Karaf Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests ................. SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests ::Camel ......... SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Integration Tests :: Camel SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests :: Commons ...... SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests :: Diagram ::View SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Commons SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter UI
SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter Core
SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features .. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features :: Server Adapters Feature
SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features :: JMX Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests ..... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Karaf Core Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Server Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Update Site .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:23 min
[INFO] Finished at: 2016-12-08T08:25:44-05:00
[INFO] Final Memory: 288M/1561M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test
(default-test) on project org.fusesource.ide.camel.model.service.core.tests.integration:
There are test failures.
[ERROR]
[ERROR] Please refer to
<
http://10.8.63.16/job/Fuse-Tooling-pullrequest/ws/core/tests/org.fusesour...
for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf
:org.fusesource.ide.camel.model.service.core.tests.integration
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :71
Killing Xvnc process ID 11556
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results