March 2007 Commit Log

Number of Commits:
95
Number of Active Developers:
6
asankha 2007-03-22 12:10

fix sample axis2 server startup bat file to use the endorsed directory (e.g. when using JDK 1.4)

110 lines of code changed in:

chathura_ce 2007-03-22 07:17

Fixed JIRA - SYNAPSE 73. Now WSDL endpoints correctly handles soap12 ports.

5 lines of code changed in:

asankha 2007-03-22 06:46

fix sample 103

36 lines of code changed in:

ruwan 2007-03-22 06:13

minor comment to the configuration language

1 lines of code changed in:

asankha 2007-03-22 06:10

use charencoding with the new SOAP builder of Axis2

issue only a warning for connection reset by peer and not a error with a stack trace

16 lines of code changed in:

ruwan 2007-03-22 06:10

enableSec and enableRM tags are added again to the proxy service to engage rampart and sandesha [recognizing the engagement from policy is not yet impl. on policy]

35 lines of code changed in:

asankha 2007-03-22 04:44

allow sample axis2 server a -xdebug option

fix SYNAPSE-71

17 lines of code changed in:

asankha 2007-03-21 12:11

fix sample #50 for rampart outgoing messages with latest axis2 and rampart versions

32 lines of code changed in:

ruwan 2007-03-21 08:48

fixing SYNAPSE-79

7 lines of code changed in:

asankha 2007-03-21 07:54

update rampart.mar groupid and fix log mediator

18 lines of code changed in:

  • modules/core/src/main/java/org/apache/synapse/mediators/builtin: LogMediator.java (+14 -10)
  • src/main/assembly: bin.xml (+4 -4)
asankha 2007-03-21 06:38

change ports for unit tests that sometimes conflicts

1 lines of code changed in:

  • repository/conf/sample/resources/misc: synapse.xml (+1 -1)
asankha 2007-03-21 06:25

change ports for unit tests that sometimes conflicts

5 lines of code changed in:

asankha 2007-03-21 05:42

fix SYNAPSE-74

9 lines of code changed in:

antelder 2007-03-21 00:21

Start updates to script mediator to support multi/single threaded script engines

36 lines of code changed in:

antelder 2007-03-20 22:41

Only throw invocable exception when using external scripts

4 lines of code changed in:

  • modules/extensions/src/main/java/org/apache/synapse/mediators/bsf: ScriptMediator.java (+4 -3)
asankha 2007-03-20 21:37

Fix for the application of Glen's fix to get through the addressing validation

Remove unwanted .classes from the mar

update for latest BSF and load all snapshots only from my m2 repo to get some consistency in the face of unstable axis2 builds

21 lines of code changed in:

asankha 2007-03-20 18:27

update rampart and related versions and ignore httpcore transitively included by m2 for httpclient dependency

24 lines of code changed in:

ruwan 2007-03-20 04:10

changing words appropriately [property > parameter]

2 lines of code changed in:

antelder 2007-03-20 00:21

Update script mediator for latest BSF 3.0 snapshot

72 lines of code changed in:

asankha 2007-03-19 02:42

set nhttp default log level to INFO

clean up pom.xmls and add wso2 m2

12 lines of code changed in:

asankha 2007-03-18 18:18

fix repos to minimize build time - I guess more optimizations are possible but will leave this for now

2 lines of code changed in:

antelder 2007-03-18 17:35

Start converting script support to use BSF V3. Not finished yet and haven't tested any samples yet, but should build and the tests run ok

202 lines of code changed in:

asankha 2007-03-18 15:49

Remove direct woden dependencies that cause issues with M2 transitive dependency mechanism as we dont support this anyway

Remove some M2 repositories to minimize build time

15 lines of code changed in:

asankha 2007-03-17 16:18

set eol-style=native for java, xml, html and properties files

eol-style=LF for sh and eol-style=CRLF for bat

11670 lines of code changed in:

asankha 2007-03-17 15:55

update and fix copyright notice to be correct

754 lines of code changed in:

asankha 2007-03-17 14:17

Update to Axis2 1.2 level (i.e. trunk) SNAPSHOT - and update poms to generate synapse 1.0-rc1-snapshots



currently a possible axis2 addressing bug prevents normal synapse operation - will get it fixed on axis2 asap

207 lines of code changed in:

indika 2007-03-16 12:04

update batch file of synapse and sample axis2 server

7 lines of code changed in:

chathura_ce 2007-03-16 10:42

Minor fix. FailoverEndpointFactory checked the name attribute in the <failover> element. Changed it to get name attribute from the <endpoint> element.

1 lines of code changed in:

ruwan 2007-03-16 04:56

small spelling mistakes fixed

46 lines of code changed in:

asankha 2007-03-15 18:06

add sample keystores for synapse and the sample axis2 server to demonstrate the new https transport

0 lines of code changed in:

asankha 2007-03-15 17:36

Apply patch from Oleg for enhanced logging of HttpCore classes used by the nhttp transport

https://issues.apache.org/jira/browse/SYNAPSE-70



Thanks Oleg

933 lines of code changed in:

ruwan 2007-03-15 12:35

Applying the patch of Kasun

30 lines of code changed in:

asankha 2007-03-15 10:20

fix NPE and support loading text scripts from local registry and OMElements from remote

6 lines of code changed in:

  • modules/extensions/src/main/java/org/apache/synapse/mediators/bsf: ScriptMediator.java (+6 -1)
indika 2007-03-15 05:59

improve log and trace

29 lines of code changed in:

  • modules/extensions/src/main/java/org/apache/synapse/mediators/throttle: ThrottleMediator.java (+29 -10)
chathura_ce 2007-03-15 05:29

Moved the EndpointDefinition factory code to AddressEndpointFactory. This is used only inside the AddressEndpointFactory. WSDL endpoints may use XML based configuration to override the WSDL details. But in that case, it is better to have a WSDLEndpointFactory specific EndpointDefinition builder.

105 lines of code changed in:

asankha 2007-03-15 05:23

minor fix as done for the AbstractTestCase in the extensions module when using xmlunit

2 lines of code changed in:

asankha 2007-03-15 04:55

Script mediator enhancements http://issues.apache.org/jira/browse/SYNAPSE-67



Applying patch from Kasun with the following original comments:



The attached patch combines the script and inline script mediators

Updates the code for consistent logging and tracing support

Uses caching of scripts loaded from the registry

Supports AXIOM/E4X for performance if made available at runtime (Currently compiles with the non-Axiom JARS)

Adds javadocs and updated unit tests

361 lines of code changed in:

asankha 2007-03-14 16:20

show how to use client authentication and hostname verification with a commented out sample parameter in the axis2.xml

update to set the content type header for messages going out through the nio transport

11 lines of code changed in:

asankha 2007-03-14 16:18

minor updates checking in temporarily

92 lines of code changed in:

ruwan 2007-03-14 06:12

fixed the IOException for file urls

1 lines of code changed in:

indika 2007-03-14 05:17

Remove use of XML Comparator for XMl comparison

2 lines of code changed in:

asankha 2007-03-13 19:43

fix possible NPE for non Axis2 / generic SOAP faults

9 lines of code changed in:

asankha 2007-03-13 09:42

fix possible NPE for timeouts

5 lines of code changed in:

asankha 2007-03-13 09:40

fix spelling (and hence functional) issue in picking up the correct hostname verifier

4 lines of code changed in:

indika 2007-03-13 07:15

fixed a issue in EntrySerializer

1 lines of code changed in:

asankha 2007-03-12 17:38

minor update for format attribute to specify format of message going out from an endpoint (i.e. soap|pox|soap11|soap12)

1 lines of code changed in:

asankha 2007-03-12 17:37

Add client authentication (required, optional or none) support and hostname verification support. HostnameVerifier copied from not yet commons ssl temporarily

712 lines of code changed in:

chathura_ce 2007-03-12 13:17

Minor change in the AddressEndpoint configuration.

6 lines of code changed in:

chathura_ce 2007-03-12 13:04

Did minor refactorings to the endpoint code.

440 lines of code changed in:

indika 2007-03-12 12:16

change remote registry parameter syntax

add XMlUnit to compare two xml

change sample

add throttle samples

277 lines of code changed in:

chathura_ce 2007-03-12 09:52

Fixed an issue in FailoverEndpoint. FailoverEndpoint should build the envelop before sending, so that it can resent the same envelop if an failure occures.

6 lines of code changed in:

asankha 2007-03-12 09:46

Fix to make turning on MTOM/SwA on endpoints possible without having to enable those in the axis2.xml (related to SYNAPSE-45)

13 lines of code changed in:

indika 2007-03-12 06:26

add trace capability to the Throttle Mediator

35 lines of code changed in:

asankha 2007-03-09 20:38

fix build break due to multiple versions of woodstox being pulled into the maven build through transitive dependencies

12 lines of code changed in:

asankha 2007-03-09 18:45

do not engage addressing unless specifically requested for outgoing messages through <enableAddressing>

2 lines of code changed in:

asankha 2007-03-09 17:26

capture stack trace into logs

1 lines of code changed in:

indika 2007-03-09 09:13

add throttle mediator

Throttle mediator can configure using policy

The syntax for it

<throttle><policy key=""/></throttle> OR <throttle><policy>InLineXML</policy></throttle>

768 lines of code changed in:

chathura_ce 2007-03-09 09:00

Fixed - Addressing should only be removed from the cloned message context. Original message context used to send should not be altered as it is required if we want resend after a failure.



Added javadocs for endpoints.

17 lines of code changed in:

asankha 2007-03-09 08:36

fix NPE for non existent endpoints

13 lines of code changed in:

asankha 2007-03-08 18:05

fix build break for sequence mediator error handling test

37 lines of code changed in:

asankha 2007-03-08 12:40

leave only tested transports in the default axis2.xml's

4 lines of code changed in:

  • repository/conf: axis2.xml (+4 -62)
  • repository/conf/sample/resources/misc: axis2.xml (-28)
asankha 2007-03-08 12:30

Axis2 has a strange behaviour where some of the headers returned from getEnvelope().getHeader().examineAllHeaderBlocks() returns raw OMElements and not only SOAPHeaderBlock's - make our code resilient

18 lines of code changed in:

asankha 2007-03-08 12:27

Fix issues with fault handling, and allow propagation of actual cause to Synapse. Also allow Synapse to send back a fault message through a new MC property named RESPONSE to convert a messages' direction after the changes to the fault mediator

244 lines of code changed in:

asankha 2007-03-08 08:50

update samples 0 to 3 to new syntax and update sample documentation

257 lines of code changed in:

asankha 2007-03-08 08:48

make the get-property() function fetch resources from the local registry if not found within the local message context properties

2 lines of code changed in:

indika 2007-03-08 07:01

fixed a minor issue when getting Remote IPAddress

A fix for issue In JIRA SYNAPSE-57

7 lines of code changed in:

ruwan 2007-03-08 04:42

Refactored Constants

28 lines of code changed in:

  • modules/core/src/main/java/org/apache/synapse/config/xml: Constants.java (+28 -16)
ruwan 2007-03-08 04:15

removed send package and moved SendConstatnts to org.apache.synapse.config.xml.Constatnts

114 lines of code changed in:

ruwan 2007-03-08 04:09

Refactored the endpoint package structure and added transactional resource access methods to the Context

924 lines of code changed in:

chathura_ce 2007-03-07 13:29

Fixed some issues in the failover endpoints.

21 lines of code changed in:

asankha 2007-03-07 12:32

Allow Synapse to get notified of connection and send errors for load balancing etc from the non blocking transport

135 lines of code changed in:

chathura_ce 2007-03-07 12:28

Improved the failover behavior of endpoints according to the FaultHandler stack model.

37 lines of code changed in:

ruwan 2007-03-07 12:01

Changing the fault handler behaviour and fixing unit tests



47 lines of code changed in:

chathura_ce 2007-03-07 10:43

Implemented the registry support for new endpoints. Now endpoints can be created from the configurations stored in the registry.

338 lines of code changed in:

indika 2007-03-07 06:02

fixed some minor issues

15 lines of code changed in:

indika 2007-03-07 05:06

fixed some minor issues

Change property mediator so that It can remove or set properties

278 lines of code changed in:

ruwan 2007-03-06 12:50

Small modification to the configuratiuon language

4 lines of code changed in:

ruwan 2007-03-06 12:46

Updated the configuration language to the proposed new configuration language

221 lines of code changed in:

ruwan 2007-03-06 12:45

formated the Fault handlers for mediator

61 lines of code changed in:

asankha 2007-03-06 10:56

fix unit test failures for extensions module

51 lines of code changed in:

asankha 2007-03-06 09:46

fix unit tests for core module

13 lines of code changed in:

asankha 2007-03-06 07:52

refactor properties to use local entries and transactional resources (partly), this might break the build temporarily

1160 lines of code changed in:

chathura_ce 2007-03-06 05:50

Changed the endpoints in samples to the new endpoint format.

30 lines of code changed in:

chathura_ce 2007-03-06 05:48

Implemented the load balance and failover support for synapse. Now endpoints can be nested inside each other to obtain required functionality. Initial support for WSDL based endpoints added.

1833 lines of code changed in:

indika 2007-03-06 05:34

Fixed to the issues in JIRA 65 ,55

1 lines of code changed in:

  • modules/core/src/main/java/org/apache/synapse/mediators/builtin: LogMediator.java (+1 -2)
  • modules/core/src/main/java/org/apache/synapse/mediators/transform: FaultMediator.java (new)
tijs 2007-03-05 18:50

Please ignore, just to test SVN with mailinglist

1 lines of code changed in:

asankha 2007-03-05 11:04

update class to get over class cast exception

2 lines of code changed in:

indika 2007-03-05 10:33

Change the get-property XPath function to use two parameters – property name and scope

Improve Property mediator to reflect changes of get-property function

Change the implementation of Switch Mediator- remove switchcase mediator

add AnonymousList Mediator with Factory and Serializer

remove the Try Mediator

323 lines of code changed in:

asankha 2007-03-05 09:02

update NIO transport to read and write back custom http headers on the responses

35 lines of code changed in:

ruwan 2007-03-05 08:44

formalizing the process of fault handler in synapse

23 lines of code changed in:

asankha 2007-03-05 06:02

update NIO transport to write back custom http headers set on the Axis2 message context and to make the remote party IP address available to the Axis2 MC for incoming requests

37 lines of code changed in:

ruwan 2007-03-02 07:08

Introduced Fault handling in Synapse

223 lines of code changed in:

ruwan 2007-03-01 12:35

samples and documents updated acording to the new proxy behaviour and config

83 lines of code changed in:

ruwan 2007-03-01 07:34

removing the corelate properties in synapse

10 lines of code changed in:

asankha 2007-03-01 07:29

detect default http and https port correctly from a url

12 lines of code changed in:

February 2007 »

Generated by StatSVN 0.3.2-SNAPSHOT