summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/java (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-23Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino1-0/+1
2011-06-28Port to Mac OS X 10.6.7.jsdelfino4-9/+16
2011-05-23Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino1-4/+3
2011-03-08Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino2-6/+40
2011-01-09Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino1-0/+5
2010-11-28Use different servers for cert-based and password-based auth and use event MP...jsdelfino1-1/+1
2010-11-14Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino1-2/+2
2010-10-20Remove unnecessary javaClass hint attribute from JSON objects.jsdelfino1-4/+4
2010-08-16Fix configuration scripts to create directories if necessary.jsdelfino1-0/+1
2010-08-16Test Postgresql hot standby + replication and integrated Postgresql database ...jsdelfino1-7/+2
2010-07-28Refactor and cleanup some of the config scripts. Add a sample using mod_proxy...jsdelfino1-0/+1
2010-07-19Add more JSON and ATOMPub test cases.jsdelfino1-6/+6
2010-06-05Add build support for a minimum distribution using prebuilt dependencies from...jsdelfino1-5/+7
2010-05-30Fix source distribution build scripts, add missing files to the dist targets.jsdelfino1-2/+5
2010-05-29Fix distribution build, add missing files and samples and fix path to librari...jsdelfino1-2/+2
2010-04-04Use curl configured at build time instead of curl found on system path.jsdelfino1-7/+9
2010-03-28Add a host parameter to the conf scripts to allow an external DNS host name t...jsdelfino2-2/+2
2010-03-27Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino1-0/+2
2010-03-10Minor cleanup, renamed mcache to memcache, added a uuid util function to get ...jsdelfino2-7/+63
2010-03-08Support different Java VMs, including Apache Harmony.jsdelfino6-30/+118
2010-03-06Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino1-8/+1
2010-03-01Fixed build bootstrap error with duplicate variable definitions.jsdelfino1-1/+1
2010-03-01Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino2-14/+15
2010-02-28Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.jsdelfino1-11/+11
2010-02-22Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino4-22/+20
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino8-101/+61
2010-02-07Support HTTPD graceful restarts for non-stop operation. Simplified Python and...jsdelfino4-53/+26
2010-02-07Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino8-23/+67
2010-01-30Correctly pass property values to component implementations.jsdelfino4-17/+33
2010-01-24Minor improvements to java component support, use one classloader per compone...jsdelfino17-66/+704
2010-01-17Updated test composites and xsds to the latest SCA schemas.jsdelfino1-1/+1
2010-01-17Simplified Makefiles a bit. Added -R options to configure shared library runt...jsdelfino3-7/+135
2010-01-17Integrated Java component support as an HTTPD module. Added test case and sto...jsdelfino13-53/+557
2010-01-11Added utility functions to help call Java code using JNI and wrap Axis2/java ...jsdelfino10-0/+792