See <https://builds.apache.org/job/sandesha2-trunk/800/>

------------------------------------------
[...truncated 5013 lines...]
     [java]     security_token_data varchar(255),
     [java]     last_activated_time bigint,
     [java]     closed smallint,
     [java]     terminated_flag smallint,
     [java]     polling_mode smallint,
     [java]     service_name varchar(255),
     [java]     flags integer,
     [java]     reference_message_key varchar(255),
     [java]     highest_in_message_id varchar(255),
     [java]     last_in_message_id varchar(255),
     [java]     server_completed_messages clob,
     [java]     outof_order_ranges clob,
     [java]     to_address varchar(255),
     [java]     outbound_internal_sequence varchar(255),
     [java]     next_msgno_to_process bigint,
     [java]     highest_in_message_number bigint,
     [java]     rmd_flags integer,
     [java]     primary key (sequence_id)
     [java] );
     [java] 0 rows inserted/updated/deleted
     [java] ij> drop table wsrm_rms;
     [java] ERROR 42Y55: 'DROP TABLE' cannot be performed on 'WSRM_RMS' because 
it does not exist.
     [java] ij> create table wsrm_rms (
     [java]     create_seq_msg_id varchar(255) not null,
     [java]     sequence_id varchar(255),
     [java]     to_epr_addr varchar(255),
     [java]     to_epr blob,
     [java]     reply_to_epr_addr varchar(255),
     [java]     reply_to_epr blob,
     [java]     acks_to_epr_addr varchar(255),
     [java]     acks_to_epr blob,
     [java]     rm_version varchar(255),
     [java]     security_token_data varchar(255),
     [java]     last_activated_time BIGINT,
     [java]     closed smallint,
     [java]     terminated_flag smallint,
     [java]     polling_mode smallint,
     [java]     service_name varchar(255),
     [java]     flags integer,
     [java]     id bigint,
     [java]     internal_sequence_id varchar(255),
     [java]     create_sequence_msg_store_key varchar(255),
     [java]     reference_msg_store_key varchar(255),
     [java]     last_send_error blob,
     [java]     highest_out_relates_to varchar(255),
     [java]     client_completed_messages clob,
     [java]     transport_to varchar(255),
     [java]     offered_endpoint varchar(255),
     [java]     offered_endpoint_epr_addr varchar(255),
     [java]     offered_endpoint_epr blob,
     [java]     offered_sequence varchar(255),
     [java]     anonymous_uuid varchar(255),
     [java]     last_send_error_timestamp bigint,
     [java]     last_out_message bigint,
     [java]     highest_out_message_number bigint,
     [java]     next_message_number bigint,
     [java]     terminate_added smallint,
     [java]     timed_out smallint,
     [java]     sequence_closed_client smallint,
     [java]     expected_replies bigint,
     [java]     soap_version integer,
     [java]     termination_pauser_for_cs smallint,
     [java]     avoid_auto_termination smallint,
     [java]     rms_flags integer,
     [java]     reallocated smallint,
     [java]     internalSeqIDOfSeqUsedForReallocation varchar(255),
     [java]     primary key (create_seq_msg_id)
     [java] );
     [java] 0 rows inserted/updated/deleted
     [java] ij> drop table wsrm_invoker;
     [java] ERROR 42Y55: 'DROP TABLE' cannot be performed on 'WSRM_INVOKER' 
because it does not exist.
     [java] ij> create table wsrm_invoker (
     [java]     message_context_ref_key varchar(255) not null,
     [java]     sequence_id varchar(255),
     [java]     context blob,
     [java]     msg_no bigint,
     [java]     flags integer,
     [java]     PRIMARY KEY (message_context_ref_key)
     [java] );
     [java] 0 rows inserted/updated/deleted
     [java] ij> drop table wsrm_msgctx;
     [java] ERROR 42Y55: 'DROP TABLE' cannot be performed on 'WSRM_MSGCTX' 
because it does not exist.
     [java] ij> create table wsrm_msgctx (
     [java]     ctx_key varchar(255) not null,
     [java]     ctx blob,
     [java]     PRIMARY KEY (ctx_key)
     [java] );
     [java] 0 rows inserted/updated/deleted
     [java] ij> 

persistence:create:
    [mkdir] Created dir: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-client>
    [mkdir] Created dir: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-client/modules>
    [mkdir] Created dir: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-server>
    [mkdir] Created dir: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-server/modules>
    [mkdir] Created dir: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-server/services>
    [mkdir] Created dir: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/temp/persistence>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-server/modules>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-server/modules>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-server>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-server/services>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-client/modules>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-client>
    [unjar] Expanding: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/mar/target/sandesha2-1.7.0-SNAPSHOT.mar>
 into 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/temp/persistence>
      [jar] Building jar: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-client/modules/sandesha2-UnitTest.mar>

prepare:
[INFO] Executed tasks
Compiling 2 source files to 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/test-classes>
[INFO] Surefire report directory: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.sandesha2.RMScenariosTest
ping service got text:ping1
Checking Outbound Sequence: urn:uuid:2ee4669c-d0cd-4e55-96ed-b24dc1303268
ping service got text:ping1
Checking Outbound Sequence: urn:uuid:092e3bbf-c266-4455-8c20-330f53d6126a
[SimpleHTTPServer] Stop called
[SimpleHTTPServer] Stop called
'EchoString' service got text 'echo1' for the sequence 
'urn:uuid:108ecaa2-c45b-474e-8045-0ab1e1128074'
TestCallback got text: 'echo1'
'EchoString' service got text 'echo2' for the sequence 
'urn:uuid:108ecaa2-c45b-474e-8045-0ab1e1128074'
'EchoString' service got text 'echo3' for the sequence 
'urn:uuid:108ecaa2-c45b-474e-8045-0ab1e1128074'
TestCallback got text: 'echo1echo2'
TestCallback got text: 'echo1echo2echo3'
Checking Outbound Sequence: urn:uuid:0633c8c7-1653-44b3-aca4-9d361e5c514c
Checking Inbound Sequence: urn:uuid:16dfeb31-f0d2-4bb1-a51f-50df7b449862
[SimpleHTTPServer] Stop called
[SimpleHTTPServer] Stop called
'EchoString' service got text 'echo1' for the sequence 
'urn:uuid:5352c405-5b9c-4714-bfba-8b190df00988'
TestCallback got text: 'echo1'
'EchoString' service got text 'echo2' for the sequence 
'urn:uuid:5352c405-5b9c-4714-bfba-8b190df00988'
'EchoString' service got text 'echo3' for the sequence 
'urn:uuid:5352c405-5b9c-4714-bfba-8b190df00988'
TestCallback got text: 'echo1echo2'
TestCallback got text: 'echo1echo2echo3'
Checking Outbound Sequence: urn:uuid:af0d1a07-00ed-406b-9bee-9625a744c45d
Checking Inbound Sequence: urn:uuid:66aee901-23f3-4aa8-a98a-6292925c78cb
[SimpleHTTPServer] Stop called
[SimpleHTTPServer] Stop called
'EchoString' service got text 'echo1' for the sequence 
'urn:uuid:476385c3-e22b-4188-afa8-ff738126eadd'
'EchoString' service got text 'echo2' for the sequence 
'urn:uuid:476385c3-e22b-4188-afa8-ff738126eadd'
'EchoString' service got text 'echo3' for the sequence 
'urn:uuid:476385c3-e22b-4188-afa8-ff738126eadd'
TestCallback got text: 'echo1'
TestCallback got text: 'echo1echo2'
TestCallback got text: 'echo1echo2echo3'
Checking Outbound Sequence: urn:uuid:282d27f6-743a-4e44-9860-296bc7251f16
Checking Inbound Sequence: urn:uuid:bf054c92-8cb9-4cc1-be3a-05072952c7c7
[SimpleHTTPServer] Stop called
[SimpleHTTPServer] Stop called
'EchoString' service got text 'echo1' for the sequence 
'urn:uuid:ca2095fc-f9db-4867-98b7-8d4e9dfe4333'
TestCallback got text: 'echo1'
'EchoString' service got text 'echo2' for the sequence 
'urn:uuid:ca2095fc-f9db-4867-98b7-8d4e9dfe4333'
TestCallback got text: 'echo1echo2'
'EchoString' service got text 'echo3' for the sequence 
'urn:uuid:ca2095fc-f9db-4867-98b7-8d4e9dfe4333'
TestCallback got text: 'echo1echo2echo3'
Checking Outbound Sequence: urn:uuid:c0e848cc-0a85-4f99-8376-a0148ef71743
Checking Inbound Sequence: urn:uuid:3d7b85cd-ca5c-4b02-a4f9-81ac33cb2b1d
[SimpleHTTPServer] Stop called
'EchoString' service got text 'echo1' for the sequence 
'urn:uuid:e35ac565-4c92-48f3-975e-b22d4d439b09'
TestCallback got text: 'echo1'
'EchoString' service got text 'echo2' for the sequence 
'urn:uuid:e35ac565-4c92-48f3-975e-b22d4d439b09'
TestCallback got text: 'echo1echo2'
'EchoString' service got text 'echo3' for the sequence 
'urn:uuid:e35ac565-4c92-48f3-975e-b22d4d439b09'
TestCallback got text: 'echo1echo2echo3'
Checking Outbound Sequence: urn:uuid:12af2b14-1031-4d9e-bdee-a05f195e02ec
Checking Inbound Sequence: urn:uuid:1e2d447b-cc05-4d65-8b23-cbd5dd2d9e16
[SimpleHTTPServer] Stop called
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 131.33 sec

Results :

Tests run: 6, Failures: 0, Errors: 0, Skipped: 0

[INFO] Building jar: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/sandesha2-persistence-1.7.0-SNAPSHOT.jar>
[INFO] Assemblies have been skipped per configuration of the skipAssembly 
parameter.
Jun 8, 2012 4:16:57 AM hudson.maven.ExecutedMojo <init>
WARNING: Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] Building jar: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/sandesha2-persistence-1.7.0-SNAPSHOT-sources.jar>
Loading source files for package org.apache.sandesha2.storage.jdbc...
Constructing Javadoc information...
Standard Doclet version 1.5.0_22
Building tree for all the packages and classes...
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc//JDBCTransaction.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc//PersistentBeanMgr.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc//PersistentInvokerBeanMgr.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc//PersistentRMDBeanMgr.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc//PersistentRMSBeanMgr.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc//PersistentSenderBeanMgr.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc//PersistentStorageManager.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc//TransactionLock.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc//package-frame.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc//package-summary.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc//package-tree.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/constant-values.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc/class-use//PersistentSenderBeanMgr.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc/class-use//PersistentRMSBeanMgr.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc/class-use//JDBCTransaction.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc/class-use//PersistentBeanMgr.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc/class-use//PersistentStorageManager.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc/class-use//PersistentInvokerBeanMgr.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc/class-use//TransactionLock.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc/class-use//PersistentRMDBeanMgr.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/org/apache/sandesha2/storage/jdbc//package-use.html...>
Building index for all the packages and classes...
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/overview-tree.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/index-all.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/deprecated-list.html...>
Building index for all classes...
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/allclasses-frame.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/allclasses-noframe.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/index.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/help-doc.html...>
Generating 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/apidocs/stylesheet.css...>
[INFO] Building jar: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/sandesha2-persistence-1.7.0-SNAPSHOT-javadoc.jar>
[INFO] Exclude: dependency-reduced-pom.xml
[INFO] Installing 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/sandesha2-persistence-1.7.0-SNAPSHOT.jar>
 to 
<https://builds.apache.org/job/sandesha2-trunk/ws/.repository/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/sandesha2-persistence-1.7.0-SNAPSHOT.jar>
[INFO] Installing 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/pom.xml>
 to 
<https://builds.apache.org/job/sandesha2-trunk/ws/.repository/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/sandesha2-persistence-1.7.0-SNAPSHOT.pom>
[INFO] Installing 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/sandesha2-persistence-1.7.0-SNAPSHOT-sources.jar>
 to 
<https://builds.apache.org/job/sandesha2-trunk/ws/.repository/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/sandesha2-persistence-1.7.0-SNAPSHOT-sources.jar>
[INFO] Installing 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/sandesha2-persistence-1.7.0-SNAPSHOT-javadoc.jar>
 to 
<https://builds.apache.org/job/sandesha2-trunk/ws/.repository/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/sandesha2-persistence-1.7.0-SNAPSHOT-javadoc.jar>
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 2.6 KB/sec)
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/sandesha2-persistence-1.7.0-20120608.041659-153.jar
Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/sandesha2-persistence-1.7.0-20120608.041659-153.jar
 (38 KB at 237.6 KB/sec)
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/sandesha2-persistence-1.7.0-20120608.041659-153.pom
Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/sandesha2-persistence-1.7.0-20120608.041659-153.pom
 (7 KB at 38.6 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/maven-metadata.xml
 (475 B at 6.4 KB/sec)
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/maven-metadata.xml
Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 9.9 KB/sec)
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/maven-metadata.xml
Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/maven-metadata.xml
 (475 B at 6.5 KB/sec)
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/sandesha2-persistence-1.7.0-20120608.041659-153-sources.jar
Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/sandesha2-persistence-1.7.0-20120608.041659-153-sources.jar
 (24 KB at 76.8 KB/sec)
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/maven-metadata.xml
Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 24.5 KB/sec)
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/sandesha2-persistence-1.7.0-20120608.041659-153-javadoc.jar
Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/sandesha2-persistence-1.7.0-20120608.041659-153-javadoc.jar
 (61 KB at 633.5 KB/sec)
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/maven-metadata.xml
Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sandesha2/sandesha2-persistence/1.7.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 22.6 KB/sec)
projectStarted org.apache.sandesha2:distribution:1.7.0-SNAPSHOT
Build timed out (after 75 minutes). Marking the build as failed.
projectFailed org.apache.sandesha2:distribution:1.7.0-SNAPSHOT
channel stopped

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to