[root]/modules/extensions/src/main/java/org/apache/synapse/mediators/bsf
convertors
(0 files, 0 lines)
Start updates to script mediator to support multi/single threaded script engines
34 lines of code changed in:
Only throw invocable exception when using external scripts
4 lines of code changed in:
Update script mediator for latest BSF 3.0 snapshot
42 lines of code changed in:
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
126 lines of code changed in:
set eol-style=native for java, xml, html and properties files
eol-style=LF for sh and eol-style=CRLF for bat
754 lines of code changed in:
update and fix copyright notice to be correct
17 lines of code changed in:
fix NPE and support loading text scripts from local registry and OMElements from remote
6 lines of code changed in:
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
261 lines of code changed in:
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
4 lines of code changed in:
Refactored the endpoint package structure and added transactional resource access methods to the Context
10 lines of code changed in:
fix unit test failures for extensions module
8 lines of code changed in:
refactor properties to use local entries and transactional resources (partly), this might break the build temporarily
55 lines of code changed in:
Introduced Fault handling in Synapse
20 lines of code changed in:
removing the corelate properties in synapse
0 lines of code changed in:
add ScriptMediatorSerializer and test cases for that
66 lines of code changed in: