See
http://hudson.qa.jboss.com/hudson/job/jboss-esb-windows/237/changes
Changes:
[tfennelly]
https://jira.jboss.org/jira/browse/JBESB-2625
Add v1.2 XSD
[mark.little(a)jboss.com]
https://jira.jboss.org/jira/browse/SOA-1361
------------------------------------------
[...truncated 12378 lines...]
[java] [junit] <?xml version="1.0" encoding="UTF-8"?>
[java] [junit] <soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:end="http://endpoint/">
[java] [junit] <soapenv:Header/>
[java] [junit] <soapenv:Body>
[java] [junit] <end:processOrder>
[java] [junit] <!--Optional:-->
[java] [junit] <order>
[java] [junit] <!--Optional:-->
[java] [junit] <id>?</id>
[java] [junit] <!--Zero or more repetitions: - cloned-->
[java] [junit] <lineItems
xmlns:jbossesb-soap="http://jbossesb.jboss.org/soap"
jbossesb-soap:ognl="processOrder.order.lineItems[0]">
[java] [junit] <!--Optional:-->
[java] [junit] <id>?</id>
[java] [junit] <!--Optional:-->
[java] [junit] <name>?</name>
[java] [junit] <!--Optional:-->
[java] [junit] <price>?</price>
[java] [junit] </lineItems>
[java] [junit] <lineItems
xmlns:jbossesb-soap="http://jbossesb.jboss.org/soap"
jbossesb-soap:is-clone="true"
jbossesb-soap:ognl="processOrder.order.lineItems[1]">
[java] [junit] <!--Optional:-->
[java] [junit] <id>?</id>
[java] [junit] <!--Optional:-->
[java] [junit] <name>?</name>
[java] [junit] <!--Optional:-->
[java] [junit] <price>?</price>
[java] [junit] </lineItems>
[java] [junit] <lineItems
xmlns:jbossesb-soap="http://jbossesb.jboss.org/soap"
jbossesb-soap:is-clone="true"
jbossesb-soap:ognl="processOrder.order.lineItems[2]">
[java] [junit] <!--Optional:-->
[java] [junit] <id>?</id>
[java] [junit] <!--Optional:-->
[java] [junit] <name>?</name>
[java] [junit] <!--Optional:-->
[java] [junit] <price>?</price>
[java] [junit] </lineItems>
[java] [junit] <!--Optional:-->
[java] [junit] <shipTo>?</shipTo>
[java] [junit] </order>
[java] [junit] </end:processOrder>
[java] [junit] </soapenv:Body>
[java] [junit] </soapenv:Envelope>
[java] [junit]
------------------------------------------------------------------------------------------------------------------------------------------
[java] [junit]
------------------------------------------------------------------------------------------------------------------------------------------
[java] [junit] SOAP Message (Populated Template):
[java] [junit] <?xml version="1.0" encoding="UTF-8"?>
[java] [junit] <soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:end="http://endpoint/">
[java] [junit] <soapenv:Header/>
[java] [junit] <soapenv:Body>
[java] [junit] <end:processOrder>
[java] [junit] <!--Optional:-->
[java] [junit] <order>
[java] [junit] <!--Optional:-->
[java] [junit] <id>123</id>
[java] [junit] <!--Zero or more repetitions: - cloned-->
[java] [junit] <lineItems>
[java] [junit] <!--Optional:-->
[java] [junit] <id>456</id>
[java] [junit] <!--Optional:-->
[java] [junit] <name>item1</name>
[java] [junit] <!--Optional:-->
[java] [junit] <price>10.99</price>
[java] [junit] </lineItems>
[java] [junit] <lineItems>
[java] [junit] <!--Optional:-->
[java] [junit] <id>890</id>
[java] [junit] <!--Optional:-->
[java] [junit] <name>item2</name>
[java] [junit] <!--Optional:-->
[java] [junit] <price>12.11</price>
[java] [junit] </lineItems>
[java] [junit] <lineItems>
[java] [junit] <!--Optional:-->
[java] [junit] <id>321</id>
[java] [junit] <!--Optional:-->
[java] [junit] <name>item3</name>
[java] [junit] <!--Optional:-->
[java] [junit] <price>76.34</price>
[java] [junit] </lineItems>
[java] [junit] <!--Optional:-->
[java] [junit] <shipTo>Skeagh Bridge</shipTo>
[java] [junit] </order>
[java] [junit] </end:processOrder>
[java] [junit] </soapenv:Body>
[java] [junit] </soapenv:Envelope>
[java] [junit]
------------------------------------------------------------------------------------------------------------------------------------------
[java] [junit] Progress: 1 - Caching definition from url
[file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/orderprocessing/OrderProcessing_JBESB-1329.wsdl]
[java] [junit] Progress: 1 - Loading definition from cache
[java] [junit] Retrieving document at
'file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/orderprocessing/OrderProcessing_JBESB-1329.wsdl'.
[java] [junit] Retrieving schema at
'OrderProcessingSchema_JBESB-1329.xsd', relative to
'file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/orderprocessing/OrderProcessing_JBESB-1329.wsdl'.
[java] [junit] Progress: 1 - Caching definition from url
[file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/orderprocessing/OrderProcessing.wsdl]
[java] [junit] Progress: 1 - Loading definition from cache
[java] [junit] Retrieving document at
'file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/orderprocessing/OrderProcessing.wsdl'.
[java] [junit] Retrieving schema at 'OrderProcessingSchema.xsd', relative
to
'file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/orderprocessing/OrderProcessing.wsdl'.
[java] [junit] Progress: 1 - Caching definition from url
[file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/orderprocessing/OrderProcessing_JBESB-1329.wsdl]
[java] [junit] Progress: 1 - Loading definition from cache
[java] [junit] Retrieving document at
'file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/orderprocessing/OrderProcessing_JBESB-1329.wsdl'.
[java] [junit] Retrieving schema at
'OrderProcessingSchema_JBESB-1329.xsd', relative to
'file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/orderprocessing/OrderProcessing_JBESB-1329.wsdl'.
[java] [junit] Progress: 1 - Caching definition from url
[file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/orderprocessing/OrderProcessing.wsdl]
[java] [junit] Progress: 1 - Loading definition from cache
[java] [junit] Retrieving document at
'file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/orderprocessing/OrderProcessing.wsdl'.
[java] [junit] Retrieving schema at 'OrderProcessingSchema.xsd', relative
to
'file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/orderprocessing/OrderProcessing.wsdl'.
[java] [junit] Progress: 1 - Caching definition from url
[file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/orderprocessing/OrderProcessing_JBESB-1329.wsdl]
[java] [junit] Progress: 1 - Loading definition from cache
[java] [junit] Retrieving document at
'file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/orderprocessing/OrderProcessing_JBESB-1329.wsdl'.
[java] [junit] Retrieving schema at
'OrderProcessingSchema_JBESB-1329.xsd', relative to
'file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/orderprocessing/OrderProcessing_JBESB-1329.wsdl'.
[java] [junit] Progress: 1 - Caching definition from url
[file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/orderprocessing/OrderProcessing.wsdl]
[java] [junit] Progress: 1 - Loading definition from cache
[java] [junit] Retrieving document at
'file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/orderprocessing/OrderProcessing.wsdl'.
[java] [junit] Retrieving schema at 'OrderProcessingSchema.xsd', relative
to
'file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/orderprocessing/OrderProcessing.wsdl'.
[java] [junit] Progress: 1 - Caching definition from url
[file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/RetailerCallback.wsdl]
[java] [junit] Progress: 1 - Loading definition from cache
[java] [junit] Retrieving document at
'file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/RetailerCallback.wsdl'.
[java] [junit] Progress: 1 - Caching definition from url
[file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/helloworld.wsdl]
[java] [junit] Progress: 1 - Loading definition from cache
[java] [junit] Retrieving document at
'file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/helloworld.wsdl'.
[java] [junit] Progress: 1 - Caching definition from url
[file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/helloworld.wsdl]
[java] [junit] Progress: 1 - Loading definition from cache
[java] [junit] Retrieving document at
'file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/helloworld.wsdl'.
[java] [junit] Progress: 1 - Caching definition from url
[file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/RetailerCallback.wsdl]
[java] [junit] Progress: 1 - Loading definition from cache
[java] [junit] Retrieving document at
'file:/C:/hudson_workspace/workspace/jboss-esb-windows/trunk/product/services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/RetailerCallback.wsdl'.
[java] [junit] ------------- ---------------- ---------------
[java] [junit] Testcase: test_no_collections took 2.297 sec
[java] [junit] Testcase: test_has_collections_01 took 0.797 sec
[java] [junit] Testcase: test_has_collections_02 took 0.203 sec
[java] [junit] Testcase: test_has_collections_02_JBESB_1329 took 0.141 sec
[java] [junit] Testcase: test_has_collections_03 took 0.125 sec
[java] [junit] Testcase: test_has_collections_03_JBESB_1329 took 0.125 sec
[java] [junit] Testcase: test_has_collections_04 took 0.125 sec
[java] [junit] Testcase: test_has_collections_04_JBESB_1329 took 0.141 sec
[java] [junit] Testcase: test_has_collections_05 took 0.109 sec
[java] [junit] Testcase: test_smooks_transform took 1.172 sec
[java] [junit] Testcase: test_BuildResponse took 0.094 sec
[java] [junit] Testcase: test_BuildFault took 0.078 sec
[java] [junit] Testcase: test_has_attributes took 0.125 sec
[java] jar:
[java] [jar] Building jar:
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\services\soapui-client\target\soapui-client.jar
[java] sar:
[java] [mkdir] Created dir:
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\lib\soapui-client.sar
[java] [copy] Copying 26 files to
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\lib\soapui-client.sar
[java] [copy] Copying 3 files to
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\lib\soapui-client.sar
[java] Overriding previous definition of reference to classpath
[java] clean:
[java] [delete] Deleting directory
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\services\soap\build
[java] prepare:
[java] [mkdir] Created dir:
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\services\soap\build\soap.esb\META-INF
[java] [mkdir] Created dir:
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\services\soap\build\classes
[java] compile:
[java] [javac] Compiling 20 source files to
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\services\soap\build\classes
[java] [javac] Note: Some input files use or override a deprecated API.
[java] [javac] Note: Recompile with -Xlint:deprecation for details.
[java] [javac] Note: Some input files use unchecked or unsafe operations.
[java] [javac] Note: Recompile with -Xlint:unchecked for details.
[java] check.for.files:
[java] jar:
[java] [jar] Building jar:
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\services\soap\build\jbossesb-soap.jar
[java] esb:
[java] [copy] Copying 11 files to
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\services\soap\build\soap.esb
[java] dist:
[java] [mkdir] Created dir:
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\lib\soap.esb
[java] [copy] Copying 11 files to
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\lib\soap.esb
[java] Trying to override old definition of task emmajava
[java] Trying to override old definition of task emma
[java] prepare:
[java] service-prepare:
[java] compile:
[java] check.for.files:
[java] jar:
[java] esb:
[java] dist:
[java] [mkdir] Created dir:
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\lib\spring.esb
[java] [copy] Copying 11 files to
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\lib\spring.esb
[java] Trying to override old definition of task emmajava
[java] Trying to override old definition of task emma
[java] prepare:
[java] service-prepare:
[java] compile:
[java] check.for.files:
[java] jar:
[java] esb:
[java] dist:
[java] [mkdir] Created dir:
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\lib\slsb.esb
[java] [copy] Copying 3 files to
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\lib\slsb.esb
[java] org.jboss.esb.jar:
[java] org.jboss.esb.install:
[java] [echo] Installation directory :
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb
[java] [echo] Installing jar files
[java] [copy] Copying 85 files to
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\lib
[java] [mkdir] Created dir:
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\lib\ext
[java] [copy] Copying 18 files to
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\lib\ext
[java] [copy] Copying 1 file to
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\lib
[java] [echo] Installing xml
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb
[java] [mkdir] Created dir:
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\xml
[java] [copy] Copying 9 files to
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\xml
[java] [echo] Installed EULA
[java] [copy] Copying 1 file to
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb
[java] [echo] Installing tools
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb/tools
[java] [mkdir] Created dir:
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\tools\configeditor
[java] [mkdir] Created dir:
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\tools\configeditor\resources
[java] [mkdir] Created dir:
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\tools\configeditor\dist
[java] [copy] Copying 1 file to
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\tools\configeditor\dist
[java] [copy] Copying 1 file to
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\tools\configeditor\resources
[java] [copy] Copying 1 file to
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build\jbossesb\tools\configeditor
[java] org.jboss.esb.javadocs:
[java] [echo] Building javadocs
[java] [mkdir] Created dir:
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\javadocs
[java] [javadoc] Generating Javadoc
[java] [javadoc] Javadoc execution
[java] BUILD FAILED
[java] C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build.xml:246:
Javadoc failed: java.io.IOException: CreateProcess:
T:\opt\windows\amd64\jdk1.5.0_15\bin\javadoc.exe -d
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\javadocs -classpath
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\lib\ext\commons-net-2.0.0-652071.jar;C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\lib\ext\commons-ssl-0.3.4.jar;C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\lib\ext\jboss-ejb3x.jar;C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\lib\ext\jboss-jaxws.jar;C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\lib\ext\jboss-messaging-client.jar;C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\lib\ext\jboss-saaj.jar;C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\lib\ext\jboss-security-spi.jar;C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\lib\ext\jbosssx.jar;C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\lib\ext\jbossts-common.jar;C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\lib\fÏõá?
[java] Total time: 1 minute 29 seconds
BUILD FAILED
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\integration-build.xml:11: The
following error occurred while executing this line:
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build.xml:504: The following
error occurred while executing this line:
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build.xml:458: The following
error occurred while executing this line:
C:\hudson_workspace\workspace\jboss-esb-windows\trunk\product\build.xml:99: Java returned:
1
Total time: 19 minutes 7 seconds
Recording test results