summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup, renamed mcache to memcache, added a uuid util function to get ...jsdelfino2010-03-102-7/+63
* Support different Java VMs, including Apache Harmony.jsdelfino2010-03-086-30/+118
* Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino2010-03-061-8/+1
* Fixed build bootstrap error with duplicate variable definitions.jsdelfino2010-03-011-1/+1
* Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino2010-03-012-14/+15
* 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