riftsaw SVN: r1307 - in branches/ODE/RiftSaw-ODE-trunk: axis2-war/src/main/assembly and 7 other directories.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2011-02-21 07:33:13 -0500 (Mon, 21 Feb 2011)
New Revision: 1307
Modified:
branches/ODE/RiftSaw-ODE-trunk/axis2-war/src/main/assembly/bin.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-compiler/pom.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-obj/pom.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-runtime/pom.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-test/pom.xml
branches/ODE/RiftSaw-ODE-trunk/distro/src/main/assembly/jbi.xml
branches/ODE/RiftSaw-ODE-trunk/distro/src/main/assembly/war.xml
branches/ODE/RiftSaw-ODE-trunk/jbi/src/main/assembly/bin.xml
branches/ODE/RiftSaw-ODE-trunk/pom.xml
branches/ODE/RiftSaw-ODE-trunk/utils/pom.xml
Log:
RIFTSAW-349 - change dependency as net.sf.saxon is in deprecated maven repo.
Modified: branches/ODE/RiftSaw-ODE-trunk/axis2-war/src/main/assembly/bin.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/axis2-war/src/main/assembly/bin.xml 2011-02-17 03:01:57 UTC (rev 1306)
+++ branches/ODE/RiftSaw-ODE-trunk/axis2-war/src/main/assembly/bin.xml 2011-02-21 12:33:13 UTC (rev 1307)
@@ -154,10 +154,10 @@
<include>org.apache.openjpa:openjpa</include>
<include>javax.persistence:persistence-api</include>
<include>net.sourceforge.serp:serp</include>
- <include>net.sf.saxon:saxon</include>
- <include>net.sf.saxon:saxon-xpath</include>
- <include>net.sf.saxon:saxon-dom</include>
- <include>net.sf.saxon:saxon-xqj</include>
+ <include>net.sourceforge.saxon:saxon</include>
+ <include>net.sourceforge.saxon:saxon:jar:xpath</include>
+ <include>net.sourceforge.saxon:saxon:jar:dom</include>
+ <include>net.sourceforge.saxon:saxon:jar:xqj</include>
<include>wsdl4j:wsdl4j</include>
<include>tranql:tranql-connector</include>
<include>xalan:xalan</include>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-compiler/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-compiler/pom.xml 2011-02-17 03:01:57 UTC (rev 1306)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-compiler/pom.xml 2011-02-21 12:33:13 UTC (rev 1307)
@@ -79,20 +79,23 @@
<artifactId>xmlbeans</artifactId>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
+ <groupId>net.sourceforge.saxon</groupId>
<artifactId>saxon</artifactId>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xpath</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xpath</classifier>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-dom</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>dom</classifier>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xqj</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xqj</classifier>
</dependency>
<dependency>
<groupId>xerces</groupId>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-obj/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-obj/pom.xml 2011-02-17 03:01:57 UTC (rev 1306)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-obj/pom.xml 2011-02-21 12:33:13 UTC (rev 1307)
@@ -43,21 +43,24 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
- <dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon</artifactId>
- </dependency>
- <dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-dom</artifactId>
- </dependency>
- <dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xpath</artifactId>
- </dependency>
- <dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xqj</artifactId>
- </dependency>
+ <dependency>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xpath</classifier>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>dom</classifier>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xqj</classifier>
+ </dependency>
</dependencies>
</project>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-runtime/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-runtime/pom.xml 2011-02-17 03:01:57 UTC (rev 1306)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-runtime/pom.xml 2011-02-21 12:33:13 UTC (rev 1307)
@@ -180,20 +180,23 @@
<artifactId>xmlbeans</artifactId>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
+ <groupId>net.sourceforge.saxon</groupId>
<artifactId>saxon</artifactId>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xpath</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xpath</classifier>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-dom</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>dom</classifier>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xqj</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xqj</classifier>
</dependency>
<dependency>
<groupId>xerces</groupId>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-test/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-test/pom.xml 2011-02-17 03:01:57 UTC (rev 1306)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-test/pom.xml 2011-02-21 12:33:13 UTC (rev 1307)
@@ -122,21 +122,24 @@
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</dependency>
- <dependency>
- <groupId>net.sf.saxon</groupId>
+ <dependency>
+ <groupId>net.sourceforge.saxon</groupId>
<artifactId>saxon</artifactId>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xpath</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xpath</classifier>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-dom</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>dom</classifier>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xqj</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xqj</classifier>
</dependency>
<dependency>
<groupId>xerces</groupId>
Modified: branches/ODE/RiftSaw-ODE-trunk/distro/src/main/assembly/jbi.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/distro/src/main/assembly/jbi.xml 2011-02-17 03:01:57 UTC (rev 1306)
+++ branches/ODE/RiftSaw-ODE-trunk/distro/src/main/assembly/jbi.xml 2011-02-21 12:33:13 UTC (rev 1307)
@@ -96,10 +96,10 @@
<include>commons-collections:commons-collections</include>
<include>commons-httpclient:commons-httpclient</include>
<include>commons-pool:commons-pool</include>
- <include>net.sf.saxon:saxon</include>
- <include>net.sf.saxon:saxon-xpath</include>
- <include>net.sf.saxon:saxon-dom</include>
- <include>net.sf.saxon:saxon-xqj</include>
+ <include>net.sourceforge.saxon:saxon</include>
+ <include>net.sourceforge.saxon:saxon:jar:xpath</include>
+ <include>net.sourceforge.saxon:saxon:jar:dom</include>
+ <include>net.sourceforge.saxon:saxon:jar:xqj</include>
<include>jaxen:jaxen</include>
<include>log4j:log4j</include>
<include>wsdl4j:wsdl4j</include>
Modified: branches/ODE/RiftSaw-ODE-trunk/distro/src/main/assembly/war.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/distro/src/main/assembly/war.xml 2011-02-17 03:01:57 UTC (rev 1306)
+++ branches/ODE/RiftSaw-ODE-trunk/distro/src/main/assembly/war.xml 2011-02-21 12:33:13 UTC (rev 1307)
@@ -94,10 +94,10 @@
<include>commons-collections:commons-collections</include>
<include>commons-httpclient:commons-httpclient</include>
<include>commons-pool:commons-pool</include>
- <include>net.sf.saxon:saxon</include>
- <include>net.sf.saxon:saxon-xpath</include>
- <include>net.sf.saxon:saxon-dom</include>
- <include>net.sf.saxon:saxon-xqj</include>
+ <include>net.sourceforge.saxon:saxon</include>
+ <include>net.sourceforge.saxon:saxon:xpath</include>
+ <include>net.sourceforge.saxon:saxon:dom</include>
+ <include>net.sourceforge.saxon:saxon:xqj</include>
<include>jaxen:jaxen</include>
<include>log4j:log4j</include>
<include>wsdl4j:wsdl4j</include>
Modified: branches/ODE/RiftSaw-ODE-trunk/jbi/src/main/assembly/bin.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/jbi/src/main/assembly/bin.xml 2011-02-17 03:01:57 UTC (rev 1306)
+++ branches/ODE/RiftSaw-ODE-trunk/jbi/src/main/assembly/bin.xml 2011-02-21 12:33:13 UTC (rev 1307)
@@ -106,10 +106,10 @@
<include>org.apache.openjpa:openjpa</include>
<include>javax.persistence:persistence-api</include>
<include>net.sourceforge.serp:serp</include>
- <include>net.sf.saxon:saxon</include>
- <include>net.sf.saxon:saxon-xpath</include>
- <include>net.sf.saxon:saxon-dom</include>
- <include>net.sf.saxon:saxon-xqj</include>
+ <include>net.sourceforge.saxon:saxon</include>
+ <include>net.sourceforge.saxon:saxon:jar:xpath</include>
+ <include>net.sourceforge.saxon:saxon:jar:dom</include>
+ <include>net.sourceforge.saxon:saxon:jar:xqj</include>
<include>wsdl4j:wsdl4j</include>
<include>tranql:tranql-connector</include>
<include>xalan:xalan</include>
Modified: branches/ODE/RiftSaw-ODE-trunk/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/pom.xml 2011-02-17 03:01:57 UTC (rev 1306)
+++ branches/ODE/RiftSaw-ODE-trunk/pom.xml 2011-02-21 12:33:13 UTC (rev 1307)
@@ -808,23 +808,26 @@
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
+ <groupId>net.sourceforge.saxon</groupId>
<artifactId>saxon</artifactId>
<version>${saxon.version}</version>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-dom</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>dom</classifier>
<version>${saxon.version}</version>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xpath</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xpath</classifier>
<version>${saxon.version}</version>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xqj</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xqj</classifier>
<version>${saxon.version}</version>
</dependency>
<dependency>
Modified: branches/ODE/RiftSaw-ODE-trunk/utils/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/utils/pom.xml 2011-02-17 03:01:57 UTC (rev 1306)
+++ branches/ODE/RiftSaw-ODE-trunk/utils/pom.xml 2011-02-21 12:33:13 UTC (rev 1307)
@@ -98,23 +98,26 @@
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-saaj</artifactId>
</dependency>
+ <dependency>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xpath</classifier>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>dom</classifier>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xqj</classifier>
+ </dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon</artifactId>
- </dependency>
- <dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-dom</artifactId>
- </dependency>
- <dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xqj</artifactId>
- </dependency>
- <dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xpath</artifactId>
- </dependency>
- <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
14 years
Build failed in Hudson: RiftSaw-Clustering #11
by jboss-qa-internal@redhat.com
See <http://hudson.qa.jboss.com/hudson/job/RiftSaw-Clustering/11/changes>
Changes:
[jeff.yuchang] *RIFTSAW-347, how to enable the UTF-8 support.
------------------------------------------
[...truncated 3957 lines...]
at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:197)
at org.jboss.jmx.connector.invoker.client.InvokerAdaptorClientInterceptor.invoke(InvokerAdaptorClientInterceptor.java:66)
at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:68)
at org.jboss.proxy.ClientMethodInterceptor.invoke(ClientMethodInterceptor.java:74)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:101)
at $Proxy0.invoke(Unknown Source)
at org.jboss.soa.bpel.tests.TestDeployerJBoss.invokeMainDeployer(TestDeployerJBoss.java:65)
at org.jboss.soa.bpel.tests.TestDeployerJBoss.deploy(TestDeployerJBoss.java:55)
at org.jboss.soa.bpel.tests.RiftSawTestHelper.deploy(RiftSawTestHelper.java:48)
at org.jboss.soa.bpel.tests.RiftSawTestSetup.setUp(RiftSawTestSetup.java:104)
at junit.extensions.TestSetup$1.protect(TestSetup.java:22)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
at java.io.DataInputStream.readByte(DataInputStream.java:248)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:228)
... 29 more
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 120.08 sec <<< FAILURE!
Running org.jboss.soa.bpel.tests.esb.QuickstartSimpleESBProxyInvokeTestCase
java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:286)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:110)
at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown Source)
at org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:133)
at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerInterceptor.java:365)
at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:197)
at org.jboss.jmx.connector.invoker.client.InvokerAdaptorClientInterceptor.invoke(InvokerAdaptorClientInterceptor.java:66)
at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:68)
at org.jboss.proxy.ClientMethodInterceptor.invoke(ClientMethodInterceptor.java:74)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:101)
at $Proxy0.invoke(Unknown Source)
at org.jboss.soa.bpel.tests.TestDeployerJBoss.invokeMainDeployer(TestDeployerJBoss.java:65)
at org.jboss.soa.bpel.tests.TestDeployerJBoss.deploy(TestDeployerJBoss.java:55)
at org.jboss.soa.bpel.tests.RiftSawTestHelper.deploy(RiftSawTestHelper.java:48)
at org.jboss.soa.bpel.tests.RiftSawTestSetup.setUp(RiftSawTestSetup.java:104)
at junit.extensions.TestSetup$1.protect(TestSetup.java:22)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
at java.io.DataInputStream.readByte(DataInputStream.java:248)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:228)
... 29 more
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 120.078 sec <<< FAILURE!
Running org.jboss.soa.bpel.tests.samples.QuickstartBPELHelloWorldExtendedTimeoutTestCase
java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:286)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:110)
at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown Source)
at org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:133)
at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerInterceptor.java:365)
at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:197)
at org.jboss.jmx.connector.invoker.client.InvokerAdaptorClientInterceptor.invoke(InvokerAdaptorClientInterceptor.java:66)
at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:68)
at org.jboss.proxy.ClientMethodInterceptor.invoke(ClientMethodInterceptor.java:74)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:101)
at $Proxy0.invoke(Unknown Source)
at org.jboss.soa.bpel.tests.TestDeployerJBoss.invokeMainDeployer(TestDeployerJBoss.java:65)
at org.jboss.soa.bpel.tests.TestDeployerJBoss.deploy(TestDeployerJBoss.java:55)
at org.jboss.soa.bpel.tests.RiftSawTestHelper.deploy(RiftSawTestHelper.java:48)
at org.jboss.soa.bpel.tests.RiftSawTestSetup.setUp(RiftSawTestSetup.java:104)
at junit.extensions.TestSetup$1.protect(TestSetup.java:22)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
at java.io.DataInputStream.readByte(DataInputStream.java:248)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:228)
... 29 more
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 120.085 sec <<< FAILURE!
Running org.jboss.soa.bpel.tests.testcases.RiftSaw70TestCase
java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.io.EOFException
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:286)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:110)
at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown Source)
at org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:133)
at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerInterceptor.java:365)
at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:197)
at org.jboss.jmx.connector.invoker.client.InvokerAdaptorClientInterceptor.invoke(InvokerAdaptorClientInterceptor.java:66)
at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:68)
at org.jboss.proxy.ClientMethodInterceptor.invoke(ClientMethodInterceptor.java:74)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:101)
at $Proxy0.invoke(Unknown Source)
at org.jboss.soa.bpel.tests.TestDeployerJBoss.invokeMainDeployer(TestDeployerJBoss.java:65)
at org.jboss.soa.bpel.tests.TestDeployerJBoss.deploy(TestDeployerJBoss.java:55)
at org.jboss.soa.bpel.tests.RiftSawTestHelper.deploy(RiftSawTestHelper.java:48)
at org.jboss.soa.bpel.tests.RiftSawTestSetup.setUp(RiftSawTestSetup.java:104)
at junit.extensions.TestSetup$1.protect(TestSetup.java:22)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: java.io.EOFException
at java.io.DataInputStream.readByte(DataInputStream.java:250)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:228)
... 29 more
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 84.556 sec <<< FAILURE!
Running org.jboss.soa.bpel.tests.samples.QuickstartBPELSecureInvokeTestCase
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Results :
Tests in error:
testSendHello(org.jboss.soa.bpel.tests.samples.QuickstartBPELHelloWorldHeaderODETestCase)
junit.framework.TestSuite(a)6548f8c8(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)5815338(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)6d7e845a(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)d2368df(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)fba0f36(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)ed0220c(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)26b496d(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)51a19458(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)105691e(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)6f1f23e5(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)656dc861(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)4abf053f(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)42f1916f(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)18330bf(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)61578aab(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)19c8ef56(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)14004204(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)3fe2670b(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)28db23f1(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)4b14b82b(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)3d47358f(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)e0d5eb7(org.jboss.soa.bpel.tests.RiftSawTestSetup)
testSendHello(org.jboss.soa.bpel.tests.management.RiftSaw238TestCase)
junit.framework.TestSuite(a)fc54796(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)60ded0f0(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)44676e3f(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)62770d2e(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)76027982(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)26d58939(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)d24111a(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)298488ef(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)a0b1cd0(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)5f90a0d6(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)102f729e(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)1b0deb5f(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)2ed7b7d9(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)54671f95(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)5d6ea269(org.jboss.soa.bpel.tests.RiftSawTestSetup)
junit.framework.TestSuite(a)4cdada24(org.jboss.soa.bpel.tests.RiftSawTestSetup)
Tests run: 40, Failures: 0, Errors: 40, Skipped: 0
[ERROR] There are test failures.
Please refer to <http://hudson.qa.jboss.com/hudson/job/RiftSaw-Clustering/ws/riftsaw/integ...> for the individual test results.
[INFO] [antrun:run {execution: undeploy-riftsaw}]
[INFO] Executing tasks
stop-server:
[echo] Stopping the server
[echo] Server is at <http://hudson.qa.jboss.com/hudson/job/RiftSaw-Clustering/ws/riftsaw-2.3.0...>
[echo] Shutting down server version ${as.version} with parameters ${shutdown.parameters}
[java] shutdown: unused non-option argument: ${shutdown.parameters}
[java] Exception in thread "main" javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:1099 [Root exception is javax.naming.CommunicationException: Failed to retrieve stub from server localhost/127.0.0.1:1099 [Root exception is java.io.EOFException]]
[java] at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1763)
[java] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:693)
[java] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:686)
[java] at javax.naming.InitialContext.lookup(InitialContext.java:392)
[java] at org.jboss.Shutdown.main(Shutdown.java:219)
[java] Caused by: javax.naming.CommunicationException: Failed to retrieve stub from server localhost/127.0.0.1:1099 [Root exception is java.io.EOFException]
[java] at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:327)
[java] at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1734)
[java] ... 4 more
[java] Caused by: java.io.EOFException
[java] at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2281)
[java] at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2750)
[java] at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:780)
[java] at java.io.ObjectInputStream.<init>(ObjectInputStream.java:280)
[java] at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:312)
[java] ... 5 more
[java] Java Result: 1
[echo] Shutdown rc = 1
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] An Ant BuildException has occured: The following error occurred while executing this line:
<http://hudson.qa.jboss.com/hudson/job/RiftSaw-Clustering/ws/riftsaw/integ...>:173: Unable to shut down JBoss (maybe it hasn't fully started yet?).
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 313 minutes 34 seconds
[INFO] Finished at: Thu Feb 17 23:51:32 EST 2011
[INFO] Final Memory: 116M/662M
[INFO] ------------------------------------------------------------------------
Recording test results
Archiving artifacts
14 years
riftsaw SVN: r1306 - trunk/docs/docbook/userguide/src/main/en-US/module.
by riftsaw-commits@lists.jboss.org
Author: jeff.yuchang
Date: 2011-02-16 22:01:57 -0500 (Wed, 16 Feb 2011)
New Revision: 1306
Modified:
trunk/docs/docbook/userguide/src/main/en-US/module/admin.xml
Log:
*RIFTSAW-347, how to enable the UTF-8 support.
Modified: trunk/docs/docbook/userguide/src/main/en-US/module/admin.xml
===================================================================
--- trunk/docs/docbook/userguide/src/main/en-US/module/admin.xml 2011-02-16 16:36:45 UTC (rev 1305)
+++ trunk/docs/docbook/userguide/src/main/en-US/module/admin.xml 2011-02-17 03:01:57 UTC (rev 1306)
@@ -427,4 +427,21 @@
</section>
+ <section>
+ <title>UTF-8 encoding support</title>
+
+ <para>
+ If your process or outer web services that needs to support UTF-8 encoding, below is the steps that you need take.
+ <itemizedlist>
+ <listitem>Make sure your database use the UTF-8 encoding as default.</listitem>
+ <listitem>Adding following two properties to support the UTF-8 encoding in hibernate.
+ <programlisting><![CDATA[
+hibernate.connection.useUnicode=true
+hibernate.connection.characterEncoding=UTF-8
+ ]]></programlisting>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </section>
+
</chapter>
14 years
riftsaw SVN: r1305 - branches/ODE/RiftSaw-ODE-trunk/dao-jpa/src/main/java/org/apache/ode/dao/jpa/bpel.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2011-02-16 11:36:45 -0500 (Wed, 16 Feb 2011)
New Revision: 1305
Modified:
branches/ODE/RiftSaw-ODE-trunk/dao-jpa/src/main/java/org/apache/ode/dao/jpa/bpel/MessageExchangeDAOImpl.java
Log:
RIFTSAW-348 - protect against null message.
Modified: branches/ODE/RiftSaw-ODE-trunk/dao-jpa/src/main/java/org/apache/ode/dao/jpa/bpel/MessageExchangeDAOImpl.java
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/dao-jpa/src/main/java/org/apache/ode/dao/jpa/bpel/MessageExchangeDAOImpl.java 2011-02-10 11:31:33 UTC (rev 1304)
+++ branches/ODE/RiftSaw-ODE-trunk/dao-jpa/src/main/java/org/apache/ode/dao/jpa/bpel/MessageExchangeDAOImpl.java 2011-02-16 16:36:45 UTC (rev 1305)
@@ -309,7 +309,11 @@
public void setResponse(MessageDAO msg) {
_response = (MessageDAOImpl)msg;
if (__log.isDebugEnabled()) {
- __log.debug("-----> response data: " + DOMUtils.domToString(this._response.getData()) + ", id: " + this._id);
+ String data=null;
+ if (this._response.getData() != null) {
+ data = DOMUtils.domToString(this._response.getData());
+ }
+ __log.debug("-----> response data: " + data + ", id: " + this._id);
}
}
14 years
Build failed in Hudson: RiftSaw-ODE #52
by jboss-qa-internal@redhat.com
See <http://hudson.qa.jboss.com/hudson/job/RiftSaw-ODE/52/changes>
Changes:
[objectiser] RIFTSAW-304 - make persistence of the bpel events configurable, so if an event listener is registered that processes the event in a different way (i.e. BPAF), then we don't get additional redundant persisted information.
[jeff.yuchang] *RIFTSAW-334, separate the orm.xml into two files to avoid jpa2 strict validation.
------------------------------------------
Started by an SCM change
Building remotely on dev09
Updating http://anonsvn.jboss.org/repos/riftsaw/branches/ODE/RiftSaw-ODE-trunk
U agents/pom.xml
U jbi-karaf-commands/src/main/java/org/apache/ode/karaf/commands/OdeTerminateCommand.java
U jbi-karaf-commands/src/main/java/org/apache/ode/karaf/commands/OdeListCommand.java
U jbi-karaf-commands/src/main/java/org/apache/ode/karaf/commands/OdeCommandsBase.java
A jbi-karaf-commands/src/main/java/org/apache/ode/karaf/commands/OdeResumeCommand.java
A jbi-karaf-commands/src/main/java/org/apache/ode/karaf/commands/OdeSuspendCommand.java
A jbi-karaf-commands/src/main/java/org/apache/ode/karaf/commands/OdeRecoverActivityCommand.java
U jbi-karaf-commands/src/main/resources/OSGI-INF/blueprint/ode-commands.xml
U axis2/src/main/java/org/apache/ode/axis2/service/DeploymentWebService.java
U axis2/src/main/java/org/apache/ode/axis2/service/DeploymentBrowser.java
U axis2/src/main/java/org/apache/ode/axis2/ODEServer.java
U axis2/src/main/wsdl/pmapi.wsdl
U axis2/pom.xml
U jbi-karaf/src/main/resources/features.xml
U bpel-api/pom.xml
U bpel-obj/pom.xml
U pom.xml
U bpel-ql/pom.xml
U jca-ra/pom.xml
U tools/pom.xml
U jca-server/pom.xml
U dao-hibernate/pom.xml
A jbi-karaf-pmapi-httpbinding
A jbi-karaf-pmapi-httpbinding/src
A jbi-karaf-pmapi-httpbinding/src/main
A jbi-karaf-pmapi-httpbinding/src/main/resources
A jbi-karaf-pmapi-httpbinding/src/main/resources/META-INF
A jbi-karaf-pmapi-httpbinding/src/main/resources/META-INF/spring
A jbi-karaf-pmapi-httpbinding/src/main/resources/META-INF/spring/beans.xml
A jbi-karaf-pmapi-httpbinding/src/main/resources/wsdl
A jbi-karaf-pmapi-httpbinding/src/main/resources/wsdl/ode
A jbi-karaf-pmapi-httpbinding/src/main/resources/wsdl/ode/pmapi
A jbi-karaf-pmapi-httpbinding/src/main/resources/wsdl/ode/pmapi/pmapi.xsd
A jbi-karaf-pmapi-httpbinding/src/main/resources/wsdl/ode/pmapi/pmapi.wsdl
A jbi-karaf-pmapi-httpbinding/pom.xml
U dao-jpa-ojpa/.classpath
U bpel-schemas/pom.xml
A bpel-runtime/src/test/java/org/apache/ode/bpel/elang/URIResolverTest.java
U bpel-runtime/src/test/java/org/apache/ode/bpel/elang/xpath20/runtime/XsdTypesTest.java
A bpel-runtime/src/test/resources/xslt
A bpel-runtime/src/test/resources/xslt/test.xml
U bpel-runtime/src/main/java/org/apache/ode/bpel/engine/DocumentInfoGenerator.java
U bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelRuntimeContextImpl.java
U bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelServerImpl.java
U bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelProcess.java
U bpel-runtime/src/main/java/org/apache/ode/bpel/engine/ProcessAndInstanceManagementMBean.java
U bpel-runtime/src/main/java/org/apache/ode/bpel/elang/xpath10/runtime/JaxenContexts.java
U bpel-runtime/src/main/java/org/apache/ode/bpel/elang/xpath20/runtime/JaxpFunctionResolver.java
U bpel-runtime/src/main/java/org/apache/ode/bpel/elang/xpath20/runtime/JaxpVariableResolver.java
U bpel-runtime/src/main/java/org/apache/ode/bpel/elang/xpath20/runtime/XPath20ExpressionRuntime.java
A bpel-runtime/src/main/java/org/apache/ode/bpel/elang/XslRuntimeUriResolver.java
U bpel-runtime/src/main/java/org/apache/ode/bpel/elang/xquery10/runtime/XQuery10ExpressionRuntime.java
U bpel-runtime/pom.xml
U dao-jpa-ojpa-derby/pom.xml
U scheduler-simple/pom.xml
U bpel-epr/src/main/java/org/apache/ode/bpel/epr/URLEndpoint.java
U bpel-epr/src/main/java/org/apache/ode/bpel/epr/WSAEndpoint.java
U bpel-epr/pom.xml
U bpel-scripts/pom.xml
U dao-jpa-hibernate/.classpath
U dao-jpa/src/main/riftsaw/riftsaw-persistence.xml
U dao-jpa/src/main/riftsaw/riftsaw-orm.xml
A dao-jpa/src/main/riftsaw/riftsaw-ode-store.xml
U dao-jpa/src/main/java/org/apache/ode/dao/jpa/bpel/ProcessInstanceDAOImpl.java
U dao-jpa/src/main/java/org/apache/ode/dao/jpa/bpel/ProcessManagementDAOImpl.java
U dao-jpa/pom.xml
U bpel-dao/pom.xml
U bpel-api-jca/pom.xml
U dao-hibernate-db/pom.xml
U RELEASE_NOTES
U bpel-compiler/src/test/java/org/apache/ode/bpel/elang/xpath20/compiler/XPath20ExpressionCompilerImplTest.java
A bpel-compiler/src/test/java/org/apache/ode/bpel/compiler_2_0/XslTest.java
A bpel-compiler/src/test/resources/xslt
A bpel-compiler/src/test/resources/xslt/xsl-iso.bpel
A bpel-compiler/src/test/resources/xslt/test-iso.xslt
A bpel-compiler/src/test/resources/xslt/test1.wsdl
A bpel-compiler/src/test/resources/xslt/xsl-utf8.bpel
A bpel-compiler/src/test/resources/xslt/test-utf8.xslt
U bpel-compiler/src/main/java/org/apache/ode/bpel/elang/xpath20/compiler/XPath20ExpressionCompilerImpl.java
U bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/wsdl/XMLSchemaTypeSerializer.java
U bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/BpelCompiler.java
U bpel-compiler/pom.xml
U bpel-test/src/test/java/org/apache/ode/test/BasicActivities20Test.java
A bpel-test/src/test/resources/bpel/2.0/TestIfBoolean
A bpel-test/src/test/resources/bpel/2.0/TestIfBoolean/TestIf.bpel
A bpel-test/src/test/resources/bpel/2.0/TestIfBoolean/TestIfBoolean.wsdl
A bpel-test/src/test/resources/bpel/2.0/TestIfBoolean/test.properties
A bpel-test/src/test/resources/bpel/2.0/TestIfBoolean/deploy.xml
U bpel-test/pom.xml
U utils/src/main/java/org/apache/ode/utils/xsd/XSUtils.java
U utils/pom.xml
U version.txt
U jbi/src/main/java/org/apache/ode/jbi/OdeContext.java
U jbi/src/main/java/org/apache/ode/jbi/OdeLifeCycle.java
U jbi/pom.xml
A distro/license/yui-LICENSE
A distro/license/bubbling-LICENSE
A distro/src/examples-jbi/maven2/helloworld2-osgi
A distro/src/examples-jbi/maven2/helloworld2-osgi/osgi.bnd
A distro/src/examples-jbi/maven2/helloworld2-osgi/src
A distro/src/examples-jbi/maven2/helloworld2-osgi/src/test
A distro/src/examples-jbi/maven2/helloworld2-osgi/src/test/resources
A distro/src/examples-jbi/maven2/helloworld2-osgi/src/test/resources/helloworld-soapui-project.xml
A distro/src/examples-jbi/maven2/helloworld2-osgi/src/main
A distro/src/examples-jbi/maven2/helloworld2-osgi/src/main/resources
A distro/src/examples-jbi/maven2/helloworld2-osgi/src/main/resources/META-INF
A distro/src/examples-jbi/maven2/helloworld2-osgi/src/main/resources/META-INF/spring
A distro/src/examples-jbi/maven2/helloworld2-osgi/src/main/resources/META-INF/spring/beans.xml
A distro/src/examples-jbi/maven2/helloworld2-osgi/src/main/resources/HelloWorld2.wsdl
A distro/src/examples-jbi/maven2/helloworld2-osgi/src/main/resources/deploy.xml
A distro/src/examples-jbi/maven2/helloworld2-osgi/src/main/resources/HelloWorld2.bpel
A distro/src/examples-jbi/maven2/helloworld2-osgi/pom.xml
U distro/src/examples-jbi/maven2/ping-pong-osgi/osgi.bnd
U distro/src/examples-jbi/maven2/ping-pong-osgi/src/main/resources/META-INF/spring/xbean.xml
U distro/src/examples-jbi/maven2/ping-pong-osgi/src/main/resources/Ping.wsdl
U distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml
U distro/pom.xml
U bpel-connector/pom.xml
A jbi-bundle/src/main/java/org/apache/ode/jbi/osgi/deployer
A jbi-bundle/src/main/java/org/apache/ode/jbi/osgi/deployer/OdeExtender.java
A jbi-bundle/src/main/java/org/apache/ode/jbi/osgi/deployer/OdeExtenderThreadFactory.java
A jbi-bundle/src/main/java/org/apache/ode/jbi/osgi/deployer/OdeDeployedBundle.java
A jbi-bundle/src/main/java/org/apache/ode/jbi/osgi/deployer/OdeExtenderImpl.java
U jbi-bundle/src/main/java/org/apache/ode/jbi/osgi/ServiceUnitActivator.java
U jbi-bundle/src/main/resources/META-INF/spring/ode-jbi.xml
U jbi-bundle/pom.xml
U bpel-store/src/main/java/org/apache/ode/store/DeploymentUnitDir.java
U bpel-store/src/main/java/org/apache/ode/store/ProcessStoreImpl.java
U bpel-store/pom.xml
U axis2-war/src/test/java/org/apache/ode/axis2/Axis2TestBase.java
U axis2-war/src/main/assembly/bin.xml
U axis2-war/src/main/webapp/fileupload.jsp
U axis2-war/src/main/webapp/deployment.html
U axis2-war/src/main/webapp/processes.html
U axis2-war/src/main/webapp/index.html
U axis2-war/src/main/webapp/instances.html
U axis2-war/src/main/webapp/js/ODE.js
U axis2-war/pom.xml
U jacob/pom.xml
At revision 1298
Parsing POMs
[ODE] $ /qa/tools/opt/jdk1.5.0_15/bin/java -Xms512M -Xmx1024M -XX:MaxPermSize=512M -cp /home/hudson/hudson_workspace/maven-agent.jar:/qa/tools/opt/maven-2.2.1/boot/classworlds-1.1.jar hudson.maven.agent.Main /qa/tools/opt/maven-2.2.1 /qa/services/hudson/hudson_release/WEB-INF/slave.jar /home/hudson/hudson_workspace/maven-interceptor.jar 57076 /home/hudson/hudson_workspace/maven2.1-interceptor.jar
/qa/tools/opt/jdk1.5.0_15/bin/java: /qa/tools/opt/jdk1.5.0_15/bin/java: cannot execute binary file
ERROR: Failed to launch Maven. Exit code = 126
14 years