New logic for the proxy service
115 lines of code changed in:
some minor issues are fixed
11 lines of code changed in:
very small correction in the factory
19 lines of code changed in:
small refactoring for the ProxyServiceFactory and Serializer
12 lines of code changed in:
Change the proxy service factory and serializer to reflect new proxy service syntax
fixed a bug in a proxy service
add function to sequence mediator factory to create Anonymous sequence
616 lines of code changed in:
cleanup core/axis2 package and refactor some parts of the code
provide proper one-way (in-only) support for nio transport
278 lines of code changed in:
include NIO transport at debug log level for log4j
support remote debugging with -xdebug option to synapse.sh
11 lines of code changed in:
removed synapse mustunderstand handler as its no longer used
0 lines of code changed in:
removed json, pox and rm mediators which are now obsolte or not required
refactored the packages for some of the xslt and validate mediator/related classes
656 lines of code changed in:
add full support for NIO SSL listener and sender
added a sample keystore to start the Synapse server
updated the default axis2.xml for Synapse and sample axis2 server to use the new transports
304 lines of code changed in:
Committing for Michael Griffin--- applied patch
fixed issue in JIRA SYNAPSE-56 and change XSLTMediatorTest to test fixes
0 lines of code changed in:
added the NIO SSL transport listener, and a sample jks keystore to startup the listener
updated the axis2.xml we ship to include the SSL listener
updated the synapse.sh script to support the renaming of the SynapseHTTPServer as SynapseServer
updated pom.xml to include dependency for niossl - but the code should now be compiled under JDK 1.5, and the target code would be 1.4 compatible. Hence it is still possible to run Synapse on JDK 1.4 if the NIO SSL transport is not used
259 lines of code changed in:
apply patch from Oleg for latest httpcore and nio versions
13 lines of code changed in:
fixed endorsed dir's for sample server for unix scripts and updated the config language doc
5 lines of code changed in:
fixed minor issue in ClassMediatorSerializer
3 lines of code changed in:
add ScriptMediatorSerializer and test cases for that
214 lines of code changed in:
POXMediatorSerializer and test case for that
3 lines of code changed in:
code reformat in ProxyServiceFactory
0 lines of code changed in:
fix issue where pox forcing to outgoing endpoint was made on the original message context. This has now been moved to alter the cloned MC used for the sending out, so that the reply message will not be affected
Updated the samples documents and added the sample configs for easy understanding. Also fixed some errors in the text
1122 lines of code changed in:
fixed issue in SequenceStatisticsStack
fixed issue in fault count
33 lines of code changed in:
fix ChannelClosedException experienced with sample #50 where we closed the input stream before the whole message was read in by mistake
Also fixed an issue where the response (back to the client) was still using the axis service of the request we sent out to the business service
1 lines of code changed in:
print errors/exceptions until we enhance error handling to capture and handle non-blocking IO errors
2 lines of code changed in:
make response back to client use the same operation context as the request from the client
0 lines of code changed in:
fix issue of serializing dynamic sequences and endpoints. In this process the mapper of a property which was earlier deprecated has now been un-deprecated
163 lines of code changed in:
removed dead code that is not required
0 lines of code changed in:
add Statistics collecting to Main Sequence
17 lines of code changed in:
very minor change to log message
1 lines of code changed in:
make versions of dependencies consistent with axis2 1.1.1
include a log message when starting nio listener stating port
33 lines of code changed in:
upgrade synapse to axis2 1.1.1
13 lines of code changed in:
enable fault count in statistics
58 lines of code changed in:
code reformat in ProxyServiceFactory
10 lines of code changed in:
set execute permissions for shell scripts alone
use ip address in place of host name where hostname cannot be found for logging purposes
17 lines of code changed in:
commit GET support for the NIO transport
273 lines of code changed in:
update to reflect that Xerces and JDK policy files would be required for samples using Rampart
5 lines of code changed in: