summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.jsdelfino2010-02-281-11/+11
* Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino2010-02-224-22/+20
* Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino2010-02-178-101/+61
* Support HTTPD graceful restarts for non-stop operation. Simplified Python and...jsdelfino2010-02-074-53/+26
* Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino2010-02-078-23/+67
* Correctly pass property values to component implementations.jsdelfino2010-01-304-17/+33
* Minor improvements to java component support, use one classloader per compone...jsdelfino2010-01-2417-66/+704
* Updated test composites and xsds to the latest SCA schemas.jsdelfino2010-01-171-1/+1
* Simplified Makefiles a bit. Added -R options to configure shared library runt...jsdelfino2010-01-173-7/+135
* Integrated Java component support as an HTTPD module. Added test case and sto...jsdelfino2010-01-1713-53/+557
* Added utility functions to help call Java code using JNI and wrap Axis2/java ...jsdelfino2010-01-1110-0/+792