svn commit: r947509 - /axis/axis2/java/transports/trunk/modules/mail/src/test/java/org/apache/axis2/transport/mail/MailTransportTest.java

2010-05-23 Thread veithen
Author: veithen Date: Sun May 23 22:19:46 2010 New Revision: 947509 URL: http://svn.apache.org/viewvc?rev=947509&view=rev Log: Reenabled some test cases that actually work. Modified: axis/axis2/java/transports/trunk/modules/mail/src/test/java/org/apache/axis2/transport/mail/MailTransportTest

svn commit: r947503 - in /axis/axis2/java/transports/trunk/modules/testkit/src/main/java/org/apache/axis2/transport/testkit: client/ClientOptions.java tests/async/SwATestCase.java

2010-05-23 Thread veithen
Author: veithen Date: Sun May 23 21:59:22 2010 New Revision: 947503 URL: http://svn.apache.org/viewvc?rev=947503&view=rev Log: Replaced some usages of UUIDGenerator by UIDGenerator. Modified: axis/axis2/java/transports/trunk/modules/testkit/src/main/java/org/apache/axis2/transport/testkit/cl

svn commit: r947463 - in /axis/axis2/java/transports/trunk/modules: base/src/main/java/org/apache/axis2/transport/base/AbstractTransportListenerEx.java udp/src/main/java/org/apache/axis2/transport/udp

2010-05-23 Thread veithen
Author: veithen Date: Sun May 23 18:39:33 2010 New Revision: 947463 URL: http://svn.apache.org/viewvc?rev=947463&view=rev Log: AXIS2-4722: Set the useGlobalListener attribute automatically based on the configuration of the transport. Modified: axis/axis2/java/transports/trunk/modules/base/s

svn commit: r947461 - /axis/axis2/java/transports/trunk/modules/base/src/main/java/org/apache/axis2/transport/base/AbstractPollingTransportListener.java

2010-05-23 Thread veithen
Author: veithen Date: Sun May 23 18:29:56 2010 New Revision: 947461 URL: http://svn.apache.org/viewvc?rev=947461&view=rev Log: Removed unused attribute (left over from a previous refactoring). Modified: axis/axis2/java/transports/trunk/modules/base/src/main/java/org/apache/axis2/transport/ba

svn commit: r947460 - /axis/axis2/java/transports/trunk/modules/udp/src/main/java/org/apache/axis2/transport/udp/UDPSender.java

2010-05-23 Thread veithen
Author: veithen Date: Sun May 23 18:29:01 2010 New Revision: 947460 URL: http://svn.apache.org/viewvc?rev=947460&view=rev Log: Two unsaved changes that were missing in r947453. Modified: axis/axis2/java/transports/trunk/modules/udp/src/main/java/org/apache/axis2/transport/udp/UDPSender.java

svn commit: r947458 - in /axis/axis2/java/transports/trunk/modules: base/src/main/java/org/apache/axis2/transport/base/ base/src/main/java/org/apache/axis2/transport/base/datagram/ jms/src/main/java/o

2010-05-23 Thread veithen
Author: veithen Date: Sun May 23 18:22:58 2010 New Revision: 947458 URL: http://svn.apache.org/viewvc?rev=947458&view=rev Log: AXIS2-4722: Introduced an abstract doInit method in AbstractTransportListenerEx so that derived classes can properly do their initialization stuff before the first endpo

svn commit: r947453 - in /axis/axis2/java/transports/trunk/modules: base/src/main/java/org/apache/axis2/transport/base/ base/src/main/java/org/apache/axis2/transport/base/datagram/ udp/src/main/java/o

2010-05-23 Thread veithen
Author: veithen Date: Sun May 23 18:05:46 2010 New Revision: 947453 URL: http://svn.apache.org/viewvc?rev=947453&view=rev Log: Applied Hiranya's patch for AXIS2-4722 (AXIS2-4722-update2.patch) without changes. Modified: axis/axis2/java/transports/trunk/modules/base/src/main/java/org/apache/

svn commit: r947447 - in /axis/axis2/java/transports/trunk/modules: mail/src/test/java/org/apache/axis2/transport/mail/ testkit/src/main/java/org/apache/axis2/transport/testkit/axis2/client/ testkit/s

2010-05-23 Thread veithen
Author: veithen Date: Sun May 23 17:21:24 2010 New Revision: 947447 URL: http://svn.apache.org/viewvc?rev=947447&view=rev Log: Added a regression test for the issue fixed in r947440 and temporarily disabled the test cases that reproduce the issue described in WSCOMMONS-544. Modified: axis/a

svn commit: r947440 - /axis/axis2/java/transports/trunk/modules/udp/src/main/java/org/apache/axis2/transport/udp/UDPSender.java

2010-05-23 Thread veithen
Author: veithen Date: Sun May 23 16:17:42 2010 New Revision: 947440 URL: http://svn.apache.org/viewvc?rev=947440&view=rev Log: Fixed an issue in the UDP transport that prevents it from correctly indicating the end of the message to the StAX parser. Regression test will follow (reproducing this b

svn commit: r947435 - in /axis/axis2/java/transports/trunk/modules/udp/src/test/java/org/apache/axis2/transport/udp: UDPChannel.java UDPTransportTest.java

2010-05-23 Thread veithen
Author: veithen Date: Sun May 23 15:51:48 2010 New Revision: 947435 URL: http://svn.apache.org/viewvc?rev=947435&view=rev Log: Enabled some basic tests from the testkit in the UDP transport. Added: axis/axis2/java/transports/trunk/modules/udp/src/test/java/org/apache/axis2/transport/udp/UDPC

svn commit: r947425 - in /axis/axis2/java/transports/trunk/modules/udp: pom.xml src/test/ src/test/java/ src/test/java/org/ test/

2010-05-23 Thread veithen
Author: veithen Date: Sun May 23 15:11:40 2010 New Revision: 947425 URL: http://svn.apache.org/viewvc?rev=947425&view=rev Log: Guys, I can understand that there are fans of the src & test naming convention, but please don't use two different conventions (src/main/java & test) in the same project

svn commit: r947423 - /axis/axis2/java/transports/trunk/modules/udp/pom.xml

2010-05-23 Thread veithen
Author: veithen Date: Sun May 23 15:02:14 2010 New Revision: 947423 URL: http://svn.apache.org/viewvc?rev=947423&view=rev Log: Fixed formatting. Modified: axis/axis2/java/transports/trunk/modules/udp/pom.xml Modified: axis/axis2/java/transports/trunk/modules/udp/pom.xml URL: http://svn.apac

svn commit: r947421 - /axis/axis2/java/transports/trunk/modules/base/src/main/java/org/apache/axis2/transport/base/datagram/AbstractDatagramTransportListener.java

2010-05-23 Thread veithen
Author: veithen Date: Sun May 23 14:51:02 2010 New Revision: 947421 URL: http://svn.apache.org/viewvc?rev=947421&view=rev Log: Removed unused import. Modified: axis/axis2/java/transports/trunk/modules/base/src/main/java/org/apache/axis2/transport/base/datagram/AbstractDatagramTransportListen