Author: azeez
Date: Mon May 24 07:14:53 2010
New Revision: 947552
URL: http://svn.apache.org/viewvc?rev=947552&view=rev
Log:
Ignore special meta directories starting with "."
Modified:
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/ModuleDeployer.java
Modified:
Author: veithen
Date: Mon May 24 16:08:04 2010
New Revision: 947696
URL: http://svn.apache.org/viewvc?rev=947696&view=rev
Log:
WSCOMMONS-543: Decouple org.apache.axis2.transport.base.datagram from
SocketAddress so that it's initial design is preserved.
Modified:
axis/axis2/java/transports/t
Author: azeez
Date: Mon May 24 16:31:53 2010
New Revision: 947705
URL: http://svn.apache.org/viewvc?rev=947705&view=rev
Log:
Adding more default MessageReceivers
Modified:
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/axis2_default.xml
Modified:
axis/axis2/java
Author: veithen
Date: Mon May 24 20:23:32 2010
New Revision: 947789
URL: http://svn.apache.org/viewvc?rev=947789&view=rev
Log:
Updated the version of the org.apache:apache super-POM to 7. This solves two
issues:
* It adds http://repository.apache.org to the repository list, so that Axis2
snapsho
Author: veithen
Date: Mon May 24 20:48:02 2010
New Revision: 947805
URL: http://svn.apache.org/viewvc?rev=947805&view=rev
Log:
Merged Ruwan's work on the Maven site from the 1.0.0 branch back to the trunk.
Added:
axis/axis2/java/transports/trunk/src/site/resources/
- copied from r909732
Author: veithen
Date: Mon May 24 21:43:42 2010
New Revision: 947822
URL: http://svn.apache.org/viewvc?rev=947822&view=rev
Log:
Added some initial documentation for the UDP transport.
Added:
axis/axis2/java/transports/trunk/src/site/apt/udp.apt (with props)
Modified:
axis/axis2/java/tran
Author: veithen
Date: Mon May 24 21:47:33 2010
New Revision: 947823
URL: http://svn.apache.org/viewvc?rev=947823&view=rev
Log:
Fixed inaccurate Javadoc.
Modified:
axis/axis2/java/transports/trunk/modules/base/src/main/java/org/apache/axis2/transport/base/AbstractTransportListenerEx.java
Mod
Author: veithen
Date: Mon May 24 22:13:48 2010
New Revision: 947834
URL: http://svn.apache.org/viewvc?rev=947834&view=rev
Log:
Fixed AbstractTransportListenerEx so that EPRs can be generated for protocol
endpoints configured at the transport level. Individual transports still need
to be updated