See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/128/changes>
Changes: [Tammo van Lessen] fixing ODE-888. ------------------------------------------ [...truncated 6856 lines...] create table BPEL_XML_DATA (ID bigint not null auto_increment, DATA blob(2G), NAME varchar(255) not null, SIMPLE_VALUE varchar(255), SCOPE_ID bigint, PIID bigint, IS_SIMPLE_TYPE bit, INSERT_TIME timestamp, MLOCK integer not null, primary key (ID)) [42101-117] [ERROR] Failed to execute: create table STORE_DU (NAME varchar(255) not null, deployer varchar(255), DEPLOYDT timestamp, DIR varchar(255), primary key (NAME)) [ERROR] org.h2.jdbc.JdbcSQLException: Table STORE_DU already exists; SQL statement: create table STORE_DU (NAME varchar(255) not null, deployer varchar(255), DEPLOYDT timestamp, DIR varchar(255), primary key (NAME)) [42101-117] [ERROR] Failed to execute: create table STORE_PROCESS (PID varchar(255) not null, DU varchar(255), TYPE varchar(255), version bigint, STATE varchar(255), primary key (PID)) [ERROR] org.h2.jdbc.JdbcSQLException: Table STORE_PROCESS already exists; SQL statement: create table STORE_PROCESS (PID varchar(255) not null, DU varchar(255), TYPE varchar(255), version bigint, STATE varchar(255), primary key (PID)) [42101-117] [ERROR] Failed to execute: create table STORE_PROCESS_PROP (propId varchar(255) not null, value varchar(255), name varchar(255) not null, primary key (propId, name)) [ERROR] org.h2.jdbc.JdbcSQLException: Table STORE_PROCESS_PROP already exists; SQL statement: create table STORE_PROCESS_PROP (propId varchar(255) not null, value varchar(255), name varchar(255) not null, primary key (propId, name)) [42101-117] [ERROR] Failed to execute: create table STORE_VERSIONS (ID integer not null, VERSION bigint, primary key (ID)) [ERROR] org.h2.jdbc.JdbcSQLException: Table STORE_VERSIONS already exists; SQL statement: create table STORE_VERSIONS (ID integer not null, VERSION bigint, primary key (ID)) [42101-117] [ERROR] Failed to execute: create table VAR_PROPERTY (ID bigint not null auto_increment, XML_DATA_ID bigint, PROP_VALUE varchar(255), PROP_NAME varchar(255) not null, INSERT_TIME timestamp, MLOCK integer not null, primary key (ID)) [ERROR] org.h2.jdbc.JdbcSQLException: Table VAR_PROPERTY already exists; SQL statement: create table VAR_PROPERTY (ID bigint not null auto_increment, XML_DATA_ID bigint, PROP_VALUE varchar(255), PROP_NAME varchar(255) not null, INSERT_TIME timestamp, MLOCK integer not null, primary key (ID)) [42101-117] [ERROR] Failed to execute: create sequence hibernate_seqhilo [ERROR] org.h2.jdbc.JdbcSQLException: Sequence HIBERNATE_SEQHILO already exists; SQL statement: create sequence hibernate_seqhilo [90035-117] [ERROR] Failed to execute: create index IDX_CORRELATOR_CID on BPEL_CORRELATOR (CID) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_CORRELATOR_CID already exists; SQL statement: create index IDX_CORRELATOR_CID on BPEL_CORRELATOR (CID) [42111-117] [ERROR] Failed to execute: create index IDX_BPEL_CORRELATOR_MESSAGE_CKEY on BPEL_CORRELATOR_MESSAGE_CKEY (CKEY) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_BPEL_CORRELATOR_MESSAGE_CKEY already exists; SQL statement: create index IDX_BPEL_CORRELATOR_MESSAGE_CKEY on BPEL_CORRELATOR_MESSAGE_CKEY (CKEY) [42111-117] [ERROR] Failed to execute: create index IDX_SELECTOR_SELGRPID on BPEL_SELECTORS (SELGRPID) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_SELECTOR_SELGRPID already exists; SQL statement: create index IDX_SELECTOR_SELGRPID on BPEL_SELECTORS (SELGRPID) [42111-117] [ERROR] Failed to execute: create index IDX_SELECTOR_CKEY on BPEL_SELECTORS (CORRELATION_KEY) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_SELECTOR_CKEY already exists; SQL statement: create index IDX_SELECTOR_CKEY on BPEL_SELECTORS (CORRELATION_KEY) [42111-117] [ERROR] Failed to execute: create index IDX_SELECTOR_CORRELATOR on BPEL_SELECTORS (CORRELATOR) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_SELECTOR_CORRELATOR already exists; SQL statement: create index IDX_SELECTOR_CORRELATOR on BPEL_SELECTORS (CORRELATOR) [42111-117] [ERROR] Failed to execute: create index IDX_UNMATCHED_CORRELATOR on BPEL_UNMATCHED (CORRELATOR) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_UNMATCHED_CORRELATOR already exists; SQL statement: create index IDX_UNMATCHED_CORRELATOR on BPEL_UNMATCHED (CORRELATOR) [42111-117] [ERROR] Failed to execute: create index IDX_UNMATCHED_CKEY on BPEL_UNMATCHED (CORRELATION_KEY) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_UNMATCHED_CKEY already exists; SQL statement: create index IDX_UNMATCHED_CKEY on BPEL_UNMATCHED (CORRELATION_KEY) [42111-117] [ERROR] Failed to execute: create index IDX_XMLDATA_IID on BPEL_XML_DATA (PIID) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_XMLDATA_IID already exists; SQL statement: create index IDX_XMLDATA_IID on BPEL_XML_DATA (PIID) [42111-117] [ERROR] Failed to execute: create index IDX_XMLDATA_SID on BPEL_XML_DATA (SCOPE_ID) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_XMLDATA_SID already exists; SQL statement: create index IDX_XMLDATA_SID on BPEL_XML_DATA (SCOPE_ID) [42111-117] [ERROR] Failed to execute: create index IDX_XMLDATA_NAME on BPEL_XML_DATA (NAME) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_XMLDATA_NAME already exists; SQL statement: create index IDX_XMLDATA_NAME on BPEL_XML_DATA (NAME) [42111-117] [ERROR] Failed to execute: create index IDX_XMLDATA_NAME_SID on BPEL_XML_DATA (NAME, SCOPE_ID) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_XMLDATA_NAME_SID already exists; SQL statement: create index IDX_XMLDATA_NAME_SID on BPEL_XML_DATA (NAME, SCOPE_ID) [42111-117] [ERROR] Failed to execute: create index IDX_EVENT_IID on BPEL_EVENT (IID) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_EVENT_IID already exists; SQL statement: create index IDX_EVENT_IID on BPEL_EVENT (IID) [42111-117] [ERROR] Failed to execute: create index IDX_EVENT_PID on BPEL_EVENT (PID) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_EVENT_PID already exists; SQL statement: create index IDX_EVENT_PID on BPEL_EVENT (PID) [42111-117] [ERROR] Failed to execute: create index IDX_CORR_SET_NAME on BPEL_CORRELATION_SET (CORR_SET_NAME) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_CORR_SET_NAME already exists; SQL statement: create index IDX_CORR_SET_NAME on BPEL_CORRELATION_SET (CORR_SET_NAME) [42111-117] [ERROR] Failed to execute: create index IDX_CORR_SET_SCOPE_ID on BPEL_CORRELATION_SET (SCOPE_ID) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_CORR_SET_SCOPE_ID already exists; SQL statement: create index IDX_CORR_SET_SCOPE_ID on BPEL_CORRELATION_SET (SCOPE_ID) [42111-117] [ERROR] Failed to execute: create index IDX_BPEL_INSTANCE_PROCESS_ID on BPEL_INSTANCE (PROCESS_ID) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_BPEL_INSTANCE_PROCESS_ID already exists; SQL statement: create index IDX_BPEL_INSTANCE_PROCESS_ID on BPEL_INSTANCE (PROCESS_ID) [42111-117] [ERROR] Failed to execute: create index IDX_BPEL_INSTANCE_STATE on BPEL_INSTANCE (STATE) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_BPEL_INSTANCE_STATE already exists; SQL statement: create index IDX_BPEL_INSTANCE_STATE on BPEL_INSTANCE (STATE) [42111-117] [ERROR] Failed to execute: create index IDX_BPEL_PROCESS_TYPE_NAME on BPEL_PROCESS (type_name) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_BPEL_PROCESS_TYPE_NAME already exists; SQL statement: create index IDX_BPEL_PROCESS_TYPE_NAME on BPEL_PROCESS (type_name) [42111-117] [ERROR] Failed to execute: create index IDX_BPEL_PROCESS_TYPE_NS on BPEL_PROCESS (type_ns) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_BPEL_PROCESS_TYPE_NS already exists; SQL statement: create index IDX_BPEL_PROCESS_TYPE_NS on BPEL_PROCESS (type_ns) [42111-117] [ERROR] Failed to execute: create index IDX_BPEL_CORRELATOR_PROCESS_ID on BPEL_CORRELATOR(PROCESS_ID) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_BPEL_CORRELATOR_PROCESS_ID already exists; SQL statement: create index IDX_BPEL_CORRELATOR_PROCESS_ID on BPEL_CORRELATOR(PROCESS_ID) [42111-117] [ERROR] Failed to execute: create index IDX_UNMATCHED_CORRELATOR_CKEY on BPEL_UNMATCHED (CORRELATOR,CORRELATION_KEY) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_UNMATCHED_CORRELATOR_CKEY already exists; SQL statement: create index IDX_UNMATCHED_CORRELATOR_CKEY on BPEL_UNMATCHED (CORRELATOR,CORRELATION_KEY) [42111-117] [ERROR] Failed to execute: create index IDX_PLINK_VAL_PROCESS_IDX on BPEL_PLINK_VAL (PROCESS) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_PLINK_VAL_PROCESS_IDX already exists; SQL statement: create index IDX_PLINK_VAL_PROCESS_IDX on BPEL_PLINK_VAL (PROCESS) [42111-117] [ERROR] Failed to execute: create index IDX_PLINK_VAL_SCOPE on BPEL_PLINK_VAL (SCOPE) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_PLINK_VAL_SCOPE already exists; SQL statement: create index IDX_PLINK_VAL_SCOPE on BPEL_PLINK_VAL (SCOPE) [42111-117] [ERROR] Failed to execute: create index IDX_PLINK_VAL_MODELID on BPEL_PLINK_VAL (MODELID) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_PLINK_VAL_MODELID already exists; SQL statement: create index IDX_PLINK_VAL_MODELID on BPEL_PLINK_VAL (MODELID) [42111-117] [ERROR] Failed to execute: create index IDX_SELECTOR_INSTANCE on BPEL_SELECTORS (PIID) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_SELECTOR_INSTANCE already exists; SQL statement: create index IDX_SELECTOR_INSTANCE on BPEL_SELECTORS (PIID) [42111-117] [ERROR] Failed to execute: create index IDX_VARPROP_XMLDATA on VAR_PROPERTY (XML_DATA_ID) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_VARPROP_XMLDATA already exists; SQL statement: create index IDX_VARPROP_XMLDATA on VAR_PROPERTY (XML_DATA_ID) [42111-117] [ERROR] Failed to execute: create index IDX_VARPROP_NAME on VAR_PROPERTY (PROP_NAME) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_VARPROP_NAME already exists; SQL statement: create index IDX_VARPROP_NAME on VAR_PROPERTY (PROP_NAME) [42111-117] [ERROR] Failed to execute: create index IDX_VARPROP_VALUE on VAR_PROPERTY (PROP_VALUE) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_VARPROP_VALUE already exists; SQL statement: create index IDX_VARPROP_VALUE on VAR_PROPERTY (PROP_VALUE) [42111-117] [ERROR] Failed to execute: create index IDX_UNMATCHED_MEX on BPEL_UNMATCHED (MEX) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_UNMATCHED_MEX already exists; SQL statement: create index IDX_UNMATCHED_MEX on BPEL_UNMATCHED (MEX) [42111-117] [ERROR] Failed to execute: create index IDX_MESSAGE_MEX on BPEL_MESSAGE(MEX) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_MESSAGE_MEX already exists; SQL statement: create index IDX_MESSAGE_MEX on BPEL_MESSAGE(MEX) [42111-117] [ERROR] Failed to execute: create index IDX_MESSAGE_EXCHANGE_PIID on BPEL_MESSAGE_EXCHANGE(PIID) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_MESSAGE_EXCHANGE_PIID already exists; SQL statement: create index IDX_MESSAGE_EXCHANGE_PIID on BPEL_MESSAGE_EXCHANGE(PIID) [42111-117] [ERROR] Failed to execute: create index IDX_SCOPE_PIID on BPEL_SCOPE(PIID) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_SCOPE_PIID already exists; SQL statement: create index IDX_SCOPE_PIID on BPEL_SCOPE(PIID) [42111-117] [ERROR] Failed to execute: create index IDX_BPEL_SELECTORS_PROC_TYPE on BPEL_SELECTORS(PROC_TYPE) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_BPEL_SELECTORS_PROC_TYPE already exists; SQL statement: create index IDX_BPEL_SELECTORS_PROC_TYPE on BPEL_SELECTORS(PROC_TYPE) [42111-117] [ERROR] Failed to execute: create index IDX_BPEL_SELECTORS_SELGRPID on BPEL_SELECTORS(SELGRPID) [ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_BPEL_SELECTORS_SELGRPID already exists; SQL statement: create index IDX_BPEL_SELECTORS_SELGRPID on BPEL_SELECTORS(SELGRPID) [42111-117] [INFO] 5 of 63 SQL statements executed successfully [INFO] [compiler:compile {execution: default-compile}] [INFO] No sources to compile [INFO] [resources:testResources {execution: default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/dao-hibernate-db/src/test/resources> [INFO] Copying 3 resources [INFO] Copying 3 resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/dao-hibernate-db/target/surefire-reports> ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [HUDSON] Recording test results [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/dao-hibernate-db/target/ode-dao-hibernate-db-1.3.5-SNAPSHOT.jar> [INFO] [antrun:run {execution: zip-derby-db}] [INFO] Executing tasks zip-derby-db: [zip] Building zip: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/dao-hibernate-db/target/ode-dao-hibernate-db-1.3.5-SNAPSHOT.zip> [INFO] Executed tasks [HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/dao-hibernate-db/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-dao-hibernate-db/builds/2010-09-14_13-08-43/archive/org.apache.ode/ode-dao-hibernate-db/1.3.5-SNAPSHOT/pom.xml [HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/dao-hibernate-db/target/ode-dao-hibernate-db-1.3.5-SNAPSHOT.jar> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-dao-hibernate-db/builds/2010-09-14_13-08-43/archive/org.apache.ode/ode-dao-hibernate-db/1.3.5-SNAPSHOT/ode-dao-hibernate-db-1.3.5-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building ODE :: JCA Connector Implementation [INFO] task-segment: [clean, test, integration-test] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] [remote-resources:process {execution: default}] [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/src/main/resources> [INFO] Copying 3 resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 2 source files to <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/target/classes> [INFO] [resources:testResources {execution: default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/src/test/resources> [INFO] Copying 3 resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/target/surefire-reports> ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [HUDSON] Recording test results[INFO] [remote-resources:process {execution: default}] [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/src/main/resources> [INFO] Copying 3 resources [INFO] Copying 3 resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Nothing to compile - all classes are up to date [INFO] [resources:testResources {execution: default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/src/test/resources> [INFO] Copying 3 resources [INFO] Copying 3 resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/target/surefire-reports> ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [HUDSON] Recording test results [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/target/ode-bpel-connector-1.3.5-SNAPSHOT.jar> [HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpel-connector/builds/2010-09-14_13-08-43/archive/org.apache.ode/ode-bpel-connector/1.3.5-SNAPSHOT/pom.xml [HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/target/ode-bpel-connector-1.3.5-SNAPSHOT.jar> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpel-connector/builds/2010-09-14_13-08-43/archive/org.apache.ode/ode-bpel-connector/1.3.5-SNAPSHOT/ode-bpel-connector-1.3.5-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building ODE :: BPEL Tests [INFO] task-segment: [clean, test, integration-test] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] [remote-resources:process {execution: default}] [WARNING] Invalid project model for artifact [tranql-connector-derby-common:tranql:1.1]. It will be ignored by the remote resources Mojo. [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 3 resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 4 source files to <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-test/target/classes> [HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-test/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpel-test/builds/2010-09-14_13-08-43/archive/org.apache.ode/ode-bpel-test/1.3.5-SNAPSHOT/pom.xml [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-test/src/main/java/org/apache/ode/test/BPELTestAbstract.java>:[125,41] package org.springframework.mock.jndi does not exist [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6 minutes 42 seconds [INFO] Finished at: Tue Sep 14 13:15:32 UTC 2010 [INFO] Final Memory: 98M/172M [INFO] ------------------------------------------------------------------------ Sending e-mails to: dev@ode.apache.org Sending e-mails to: dev@ode.apache.org va...@apache.org Sending e-mails to: dev@ode.apache.org channel stopped