You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by Apache Hudson Server <hu...@hudson.zones.apache.org> on 2010/05/10 23:31:34 UTC

Build failed in Hudson: ODE-trunk-jdk6 #254

See <http://hudson.zones.apache.org/hudson/job/ODE-trunk-jdk6/254/>

------------------------------------------
Started by an SCM change
Building on master
Updating http://svn.apache.org/repos/asf/ode/trunk
At revision 942905
no change for http://svn.apache.org/repos/asf/ode/trunk since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[workspace] $ /bin/bash -xe /var/tmp/hudson6286526.sh
+ JRUBY_HOME=/export/home/vanto/tools/jruby-1.4.0
+ export JRUBY_HOME
+ PATH=/home/hudson/tools/java/latest1.6/bin:/export/home/hudson/tools/java/latest/bin:/export/home/hudson/tools/ant/latest/bin:/home/hudson/tools/tomcat/apache-tomcat-5.5.20/bin:/opt/subversion-current/bin:/usr/ucb:/usr/local/bin:/usr/bin:/usr/sfw/bin:/usr/sfw/sbin:/opt/sfw/bin:/opt/sfw/sbin:/opt/SUNWspro/bin:/usr/X/bin:/usr/ucb:/usr/sbin:/usr/ccs/bin:/opt/subversion-current/bin:/export/home/vanto/tools/jruby-1.4.0/bin
+ export PATH
+ JAVA_OPTS=-Xmx512M
+ export JAVA_OPTS
+ cd trunk
+ jruby -S buildr -e test clean package TEST=all JAVADOC=off
(in /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk, test)
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/Buildfile:578: Deprecated: We changed the way package_as methods are implemented.  See the package method documentation for more details.
Cleaning ode
Cleaning apache-ode
Building ode
Compiling ode:utils into /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/utils/target/classes
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Compiling ode:utils:test into /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/utils/target/test/classes
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Running tests in ode:utils
redefining Project
Trying to override old definition of datatype junit
    [junit] Testsuite: org.apache.ode.utils.DOMUtilsTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 2.534 sec
    [junit] 
    [junit] Testcase: testParseInputStream took 1.107 sec
    [junit] Testcase: testParseInputSource took 0.005 sec
    [junit] Testcase: testNewDocument took 0 sec
    [junit] Testcase: testSerializeDom took 0.036 sec
    [junit] Testcase: testConcurrentParse took 0.724 sec
    [junit] Testcase: testIsEmptyElement took 0.005 sec
    [junit] Testsuite: org.apache.ode.utils.HierarchicalPropertiesTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.398 sec
    [junit] ------------- Standard Error -----------------
    [junit] log4j:WARN No appenders could be found for logger (org.apache.ode.utils.HierarchicalProperties).
    [junit] log4j:WARN Please initialize the log4j system properly.
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testGetProperty took 0.317 sec
    [junit] Testcase: testGetProperties took 0.003 sec
    [junit] Testcase: testCachedGetProperties took 0.004 sec
    [junit] Testcase: testPathHandling took 0.061 sec
    [junit] Testcase: testWithNoFile took 0.003 sec
    [junit] Testsuite: org.apache.ode.utils.ISO8601DateParserTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.114 sec
    [junit] 
    [junit] Testcase: test1 took 0.048 sec
    [junit] Testcase: test2 took 0.004 sec
    [junit] Testcase: test3 took 0.004 sec
    [junit] Testcase: test4 took 0.003 sec
    [junit] Testcase: test5 took 0.003 sec
    [junit] Testcase: test6 took 0.004 sec
    [junit] Testcase: test7 took 0 sec
    [junit] Testcase: test8 took 0.037 sec
    [junit] Testsuite: org.apache.ode.utils.NamespaceContextImplTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.042 sec
    [junit] 
    [junit] Testcase: testGetNamespaceUri took 0.016 sec
    [junit] Testcase: testGetPrefix took 0.006 sec
    [junit] Testcase: testGetPrefixSet took 0 sec
    [junit] Testcase: testGetPrefixes took 0 sec
    [junit] Testcase: testGetUriSet took 0.001 sec
    [junit] Testcase: testSerialization took 0.007 sec
    [junit] Testsuite: org.apache.ode.utils.SystemUtilsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
    [junit] 
    [junit] Testcase: testReplaceSystemProperties took 0.002 sec
    [junit] Testsuite: org.apache.ode.utils.URITemplateTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.147 sec
    [junit] 
    [junit] Testcase: testParseExpansion took 0.049 sec
    [junit] Testcase: testExpand took 0.087 sec
    [junit] Testcase: testExpandLazily took 0.001 sec
    [junit] Testsuite: org.apache.ode.utils.XMLParserUtilsTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.752 sec
    [junit] 
    [junit] Testcase: testXMLReaderConfigurationGoodValidation took 0.435 sec
    [junit] Testcase: testMultiSchemaGoodValidation took 0.066 sec
    [junit] Testcase: testMultiSchemaBadValidation took 0.101 sec
    [junit] Testcase: testXMLReaderConfigurationBadValidation took 0.123 sec
    [junit] Testcase: testXMLReaderConfigurationWrongDocumentType took 0.015 sec
    [junit] Testcase: testXMLReaderConfigurationNoNamespaceWrongDocumentType took 0.004 sec
    [junit] Testsuite: org.apache.ode.utils.cli.CommandlineTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.039 sec
    [junit] 
    [junit] Testcase: testUserOrder took 0.003 sec
    [junit] Testcase: testLastArgument took 0.001 sec
    [junit] Testcase: testXorGroup took 0.017 sec
    [junit] Testcase: testOptionalArgument took 0 sec
    [junit] Testcase: testRequiredArgument took 0 sec
    [junit] Testcase: testOptionalMultiArgument took 0 sec
    [junit] Testcase: testRequiredMultiArgument took 0.001 sec
    [junit] Testcase: testOptionalFlagWithArgument took 0.001 sec
    [junit] Testcase: testRequiredFlagWithArgument took 0 sec
    [junit] Testcase: testOptionalFlag took 0.001 sec
    [junit] Testcase: testRequiredFlag took 0 sec
    [junit] Testcase: testExtraStuff took 0.001 sec
    [junit] Testsuite: org.apache.ode.utils.fs.FileUtilsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.131 sec
    [junit] 
    [junit] Testcase: testDirectoryEntriesInPathWrongArg took 0 sec
    [junit] Testcase: testDirectoryEntriesInPathWithFile took 0.001 sec
    [junit] Testcase: testDirectoryEntriesInPathWithDirectory took 0.124 sec
    [junit] Testcase: testIsRelative took 0 sec
    [junit] Testsuite: org.apache.ode.utils.fs.TempFileManagerTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.149 sec
    [junit] 
    [junit] Testcase: testSetWorkingDirectoryTwice took 0.134 sec
    [junit] Testcase: testSetWorkingDirectory took 0.003 sec
    [junit] Testcase: testTempFile took 0.001 sec
    [junit] Testcase: testTempDirectory took 0.001 sec
    [junit] Testcase: testNestedTempDirs took 0.004 sec
    [junit] Testsuite: org.apache.ode.utils.msg.MessageBundleTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.008 sec
    [junit] 
    [junit] Testcase: testNoParameter took 0.002 sec
    [junit] Testcase: testNoParameterLocalized took 0.001 sec
    [junit] Testcase: testWrongParameter took 0 sec
    [junit] Testsuite: org.apache.ode.utils.stl.CollectionsXTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.007 sec
    [junit] 
    [junit] Testcase: testFilterByMemberOfFunction took 0.002 sec
    [junit] Testcase: testFilterIteratorByClass took 0 sec
    [junit] Testcase: testFilterByClass took 0.001 sec
    [junit] Testcase: testFilterByClassNoResult took 0 sec
    [junit] Testsuite: org.apache.ode.utils.wsdl.WsdlUtilsTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.671 sec
    [junit] 
    [junit] Testcase: testNoBinding took 0.125 sec
    [junit] Testcase: testMultipleBinding took 0.15 sec
    [junit] Testcase: testGetBindingExtension took 0.13 sec
    [junit] Testcase: testUseSOAPBinding took 0.014 sec
    [junit] Testcase: testUseHTTPBinding took 0.012 sec
    [junit] Testcase: testGetOperationExtension took 0.045 sec
    [junit] Testcase: testUseUrlEncoded took 0.011 sec
    [junit] Testcase: testUseUrlReplacement took 0.009 sec
    [junit] Testcase: testUseMimeMultipartRelated took 0.028 sec
    [junit] Testcase: testGetAddresExtgension took 0.01 sec
    [junit] Testcase: testGetMimeContentType took 0.121 sec
    [junit] Testcase: testGetHeaders took 0.006 sec
    [junit] Testsuite: org.apache.ode.utils.xsd.DurationTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.009 sec
    [junit] 
    [junit] Testcase: testDuration1 took 0.003 sec
    [junit] Testcase: testDuration2 took 0.001 sec
    [junit] Testcase: testDuration3 took 0 sec
    [junit] Testcase: testDuration4 took 0 sec
    [junit] Testsuite: org.apache.ode.utils.xsd.SchemaCaptureTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.21 sec
    [junit] ------------- Standard Output ---------------
    [junit] GETTING RESOURCE file:/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/utils/target/test/resources/schema.xsd
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testSchemaCapture took 0.206 sec
Packaging ode-utils-2.0-beta3-SNAPSHOT.jar
Running XMLBeans schema compiler
Time to build schema type system: 4.477 seconds
Time to generate code: 2.323 seconds
Compiling ode:bpel-schemas into /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/bpel-schemas/target/classes
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Packaging ode-bpel-schemas-2.0-beta3-SNAPSHOT.jar
Compiling ode:bpel-api into /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/bpel-api/target/classes
Note: /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/bpel-api/src/main/java/org/apache/ode/bpel/evt/BpelEvent.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Packaging ode-bpel-api-2.0-beta3-SNAPSHOT.jar
Compiling ode:bpel-dao into /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/bpel-dao/target/classes
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/bpel-dao/src/main/java/org/apache/ode/dao/DAOConnectionFactory.java:22: cannot find symbol
symbol  : class TransactionManager
location: package javax.transaction
import javax.transaction.TransactionManager;
                        ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/bpel-dao/src/main/java/org/apache/ode/dao/DAOConnectionFactory.java:39: cannot find symbol
symbol  : class TransactionManager
location: interface org.apache.ode.dao.DAOConnectionFactory<C>
  <E> void init(Properties p, TransactionManager txm, E envCtx);
                              ^
2 errors
Buildr aborted!
Failed to compile, see errors above

(See full trace by running task with --trace)
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results
Recording fingerprints


Hudson build is back to normal : ODE-trunk-jdk6 #256

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/ODE-trunk-jdk6/256/changes>



Build failed in Hudson: ODE-trunk-jdk6 #255

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/ODE-trunk-jdk6/255/changes>

Changes:

[vanto] ODE-803: Better logging. Thanks to Terry Mueller for the patch.

------------------------------------------
Started by an SCM change
Building on master
Updating http://svn.apache.org/repos/asf/ode/trunk
U         runtimes/src/main/java/org/apache/ode/bpel/rtrep/v1/OMessageVarType.java
U         runtimes/src/main/java/org/apache/ode/bpel/rtrep/v2/OMessageVarType.java
At revision 943224
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[workspace] $ /bin/bash -xe /var/tmp/hudson6718872.sh
+ JRUBY_HOME=/export/home/vanto/tools/jruby-1.4.0
+ export JRUBY_HOME
+ PATH=/home/hudson/tools/java/latest1.6/bin:/export/home/hudson/tools/java/latest/bin:/export/home/hudson/tools/ant/latest/bin:/home/hudson/tools/tomcat/apache-tomcat-5.5.20/bin:/opt/subversion-current/bin:/usr/ucb:/usr/local/bin:/usr/bin:/usr/sfw/bin:/usr/sfw/sbin:/opt/sfw/bin:/opt/sfw/sbin:/opt/SUNWspro/bin:/usr/X/bin:/usr/ucb:/usr/sbin:/usr/ccs/bin:/opt/subversion-current/bin:/export/home/vanto/tools/jruby-1.4.0/bin
+ export PATH
+ JAVA_OPTS=-Xmx512M
+ export JAVA_OPTS
+ cd trunk
+ jruby -S buildr -e test clean package TEST=all JAVADOC=off
(in /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk, test)
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/Buildfile:578: Deprecated: We changed the way package_as methods are implemented.  See the package method documentation for more details.
Cleaning ode
Cleaning apache-ode
Building ode
Compiling ode:utils into /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/utils/target/classes
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Compiling ode:utils:test into /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/utils/target/test/classes
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Running tests in ode:utils
redefining Project
Trying to override old definition of datatype junit
    [junit] Testsuite: org.apache.ode.utils.DOMUtilsTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.636 sec
    [junit] 
    [junit] Testcase: testParseInputStream took 0.37 sec
    [junit] Testcase: testParseInputSource took 0.064 sec
    [junit] Testcase: testNewDocument took 0 sec
    [junit] Testcase: testSerializeDom took 0.096 sec
    [junit] Testcase: testConcurrentParse took 0.544 sec
    [junit] Testcase: testIsEmptyElement took 0.004 sec
    [junit] Testsuite: org.apache.ode.utils.HierarchicalPropertiesTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.157 sec
    [junit] ------------- Standard Error -----------------
    [junit] log4j:WARN No appenders could be found for logger (org.apache.ode.utils.HierarchicalProperties).
    [junit] log4j:WARN Please initialize the log4j system properly.
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testGetProperty took 0.135 sec
    [junit] Testcase: testGetProperties took 0.003 sec
    [junit] Testcase: testCachedGetProperties took 0.005 sec
    [junit] Testcase: testPathHandling took 0.004 sec
    [junit] Testcase: testWithNoFile took 0.003 sec
    [junit] Testsuite: org.apache.ode.utils.ISO8601DateParserTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.05 sec
    [junit] 
    [junit] Testcase: test1 took 0.015 sec
    [junit] Testcase: test2 took 0.005 sec
    [junit] Testcase: test3 took 0.005 sec
    [junit] Testcase: test4 took 0.005 sec
    [junit] Testcase: test5 took 0.005 sec
    [junit] Testcase: test6 took 0.006 sec
    [junit] Testcase: test7 took 0.001 sec
    [junit] Testcase: test8 took 0.001 sec
    [junit] Testsuite: org.apache.ode.utils.NamespaceContextImplTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.298 sec
    [junit] 
    [junit] Testcase: testGetNamespaceUri took 0.004 sec
    [junit] Testcase: testGetPrefix took 0.006 sec
    [junit] Testcase: testGetPrefixSet took 0.271 sec
    [junit] Testcase: testGetPrefixes took 0.001 sec
    [junit] Testcase: testGetUriSet took 0.002 sec
    [junit] Testcase: testSerialization took 0.009 sec
    [junit] Testsuite: org.apache.ode.utils.SystemUtilsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.012 sec
    [junit] 
    [junit] Testcase: testReplaceSystemProperties took 0.002 sec
    [junit] Testsuite: org.apache.ode.utils.URITemplateTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.125 sec
    [junit] 
    [junit] Testcase: testParseExpansion took 0.035 sec
    [junit] Testcase: testExpand took 0.081 sec
    [junit] Testcase: testExpandLazily took 0.001 sec
    [junit] Testsuite: org.apache.ode.utils.XMLParserUtilsTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.23 sec
    [junit] 
    [junit] Testcase: testXMLReaderConfigurationGoodValidation took 0.91 sec
    [junit] Testcase: testMultiSchemaGoodValidation took 0.116 sec
    [junit] Testcase: testMultiSchemaBadValidation took 0.138 sec
    [junit] Testcase: testXMLReaderConfigurationBadValidation took 0.044 sec
    [junit] Testcase: testXMLReaderConfigurationWrongDocumentType took 0.006 sec
    [junit] Testcase: testXMLReaderConfigurationNoNamespaceWrongDocumentType took 0.005 sec
    [junit] Testsuite: org.apache.ode.utils.cli.CommandlineTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.133 sec
    [junit] 
    [junit] Testcase: testUserOrder took 0.009 sec
    [junit] Testcase: testLastArgument took 0.001 sec
    [junit] Testcase: testXorGroup took 0.097 sec
    [junit] Testcase: testOptionalArgument took 0.001 sec
    [junit] Testcase: testRequiredArgument took 0 sec
    [junit] Testcase: testOptionalMultiArgument took 0 sec
    [junit] Testcase: testRequiredMultiArgument took 0.001 sec
    [junit] Testcase: testOptionalFlagWithArgument took 0.001 sec
    [junit] Testcase: testRequiredFlagWithArgument took 0.001 sec
    [junit] Testcase: testOptionalFlag took 0 sec
    [junit] Testcase: testRequiredFlag took 0.001 sec
    [junit] Testcase: testExtraStuff took 0.001 sec
    [junit] Testsuite: org.apache.ode.utils.fs.FileUtilsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.586 sec
    [junit] 
    [junit] Testcase: testDirectoryEntriesInPathWrongArg took 0.001 sec
    [junit] Testcase: testDirectoryEntriesInPathWithFile took 0.042 sec
    [junit] Testcase: testDirectoryEntriesInPathWithDirectory took 0.535 sec
    [junit] Testcase: testIsRelative took 0.001 sec
    [junit] Testsuite: org.apache.ode.utils.fs.TempFileManagerTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.61 sec
    [junit] 
    [junit] Testcase: testSetWorkingDirectoryTwice took 0.321 sec
    [junit] Testcase: testSetWorkingDirectory took 0.002 sec
    [junit] Testcase: testTempFile took 0.001 sec
    [junit] Testcase: testTempDirectory took 0.001 sec
    [junit] Testcase: testNestedTempDirs took 0.002 sec
    [junit] Testsuite: org.apache.ode.utils.msg.MessageBundleTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.346 sec
    [junit] 
    [junit] Testcase: testNoParameter took 0.002 sec
    [junit] Testcase: testNoParameterLocalized took 0.002 sec
    [junit] Testcase: testWrongParameter took 0.001 sec
    [junit] Testsuite: org.apache.ode.utils.stl.CollectionsXTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.116 sec
    [junit] 
    [junit] Testcase: testFilterByMemberOfFunction took 0.084 sec
    [junit] Testcase: testFilterIteratorByClass took 0.001 sec
    [junit] Testcase: testFilterByClass took 0 sec
    [junit] Testcase: testFilterByClassNoResult took 0 sec
    [junit] Testsuite: org.apache.ode.utils.wsdl.WsdlUtilsTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.451 sec
    [junit] 
    [junit] Testcase: testNoBinding took 0.191 sec
    [junit] Testcase: testMultipleBinding took 0.058 sec
    [junit] Testcase: testGetBindingExtension took 0.01 sec
    [junit] Testcase: testUseSOAPBinding took 0.011 sec
    [junit] Testcase: testUseHTTPBinding took 0.051 sec
    [junit] Testcase: testGetOperationExtension took 0.007 sec
    [junit] Testcase: testUseUrlEncoded took 0.007 sec
    [junit] Testcase: testUseUrlReplacement took 0.009 sec
    [junit] Testcase: testUseMimeMultipartRelated took 0.008 sec
    [junit] Testcase: testGetAddresExtgension took 0.008 sec
    [junit] Testcase: testGetMimeContentType took 0.007 sec
    [junit] Testcase: testGetHeaders took 0.008 sec
    [junit] Testsuite: org.apache.ode.utils.xsd.DurationTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.11 sec
    [junit] 
    [junit] Testcase: testDuration1 took 0.104 sec
    [junit] Testcase: testDuration2 took 0 sec
    [junit] Testcase: testDuration3 took 0 sec
    [junit] Testcase: testDuration4 took 0 sec
    [junit] Testsuite: org.apache.ode.utils.xsd.SchemaCaptureTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.395 sec
    [junit] ------------- Standard Output ---------------
    [junit] GETTING RESOURCE file:/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/utils/target/test/resources/schema.xsd
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testSchemaCapture took 0.391 sec
Packaging ode-utils-2.0-beta3-SNAPSHOT.jar
Running XMLBeans schema compiler
Time to build schema type system: 2.758 seconds
Time to generate code: 0.713 seconds
Compiling ode:bpel-schemas into /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/bpel-schemas/target/classes
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Packaging ode-bpel-schemas-2.0-beta3-SNAPSHOT.jar
Compiling ode:bpel-api into /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/bpel-api/target/classes
Note: /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/bpel-api/src/main/java/org/apache/ode/bpel/evt/BpelEvent.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Packaging ode-bpel-api-2.0-beta3-SNAPSHOT.jar
Compiling ode:bpel-dao into /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/bpel-dao/target/classes
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/bpel-dao/src/main/java/org/apache/ode/dao/DAOConnectionFactory.java:22: cannot find symbol
symbol  : class TransactionManager
location: package javax.transaction
import javax.transaction.TransactionManager;
                        ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk-jdk6/workspace/trunk/bpel-dao/src/main/java/org/apache/ode/dao/DAOConnectionFactory.java:39: cannot find symbol
symbol  : class TransactionManager
location: interface org.apache.ode.dao.DAOConnectionFactory<C>
  <E> void init(Properties p, TransactionManager txm, E envCtx);
                              ^
2 errors
Buildr aborted!
Failed to compile, see errors above

(See full trace by running task with --trace)
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results
Recording fingerprints
Error updating JIRA issues. Saving issues for next build.
java.lang.IndexOutOfBoundsException: No group 1