summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Adding factory for common java artifacts model objectslresende2008-12-095-15/+182
* TUSCANY-2729 - Updates to readme to remove statement that sample is not worki...lresende2008-12-091-4/+3
* TUSCANY-2729 - Updates to readme to remove statement that sample is not worki...lresende2008-12-091-4/+3
* Start tidying the builders. No function change. First remove anything from th...slaws2008-12-0811-2605/+2643
* Updated all the test composite files to include a target namespace - the targ...edwardsmj2008-12-0822-3/+25
* Fixes for TUSCANY-2728ramkumar2008-12-081-0/+65
* Fixes for TUSCANY-2728ramkumar2008-12-081-0/+65
* Merge missing license header fix from 1.x to 1.4antelder2008-12-081-0/+18
* Add missing license headerantelder2008-12-081-0/+18
* The BPEL payment process now successfully calls the payment serviceslaws2008-12-0812-47/+86
* Merge license header fixes to 1.4 from 1.x r724110 to 724120antelder2008-12-0837-2175/+2823
* Updated code that converts a String to a long to use Long.parseLong(String) r...mcombellack2008-12-081-2/+2
* Changed code to use Integer.valueOf() rather than new Integer() as valueOf() ...mcombellack2008-12-082-2/+2
* Converted existing comments in the source code to the correct JavaDoc format ...mcombellack2008-12-081-6/+19
* Made the constants private static final and use the correct variable naming s...mcombellack2008-12-081-9/+9
* Removed unnessary return statelements from methods where the last statement i...mcombellack2008-12-081-4/+0
* Removed unnessary return statelements from methods where the last statement i...mcombellack2008-12-0811-33/+0
* Made private utility classes finalmcombellack2008-12-081-2/+2
* Corrected the names of twostatic final variables so they use the correct nami...mcombellack2008-12-081-8/+8
* Added { and } characters for code blocks where they did not have them so the ...mcombellack2008-12-084-6/+12
* Removed redundant modifiers (such as public, final, etc) as these are not nee...mcombellack2008-12-0830-105/+105
* TUSCANY-2727, remove www-services from 1.4antelder2008-12-0839-21546/+0
* TUSCANY-2681: Apply fix from Rodolfo Dias to fix When a Component class imple...antelder2008-12-082-9/+69
* Fixes for TUSCANY-2721ramkumar2008-12-0832-1711/+0
* Adding tuscany birthday logo as static image to be used by the confluence aut...lresende2008-12-071-0/+0
* Reduced the sleep times in the test since they did not need to be so long. Th...mcombellack2008-12-072-66/+98
* Fixes for module nameramkumar2008-12-071-1/+1
* Fixes for junk modulesramkumar2008-12-0758-5433/+168
* Fixes for junk folderramkumar2008-12-071-1/+7
* Add missing license headersantelder2008-12-071-127/+145
* Add missing license headersantelder2008-12-071-124/+142
* Add missing license headersantelder2008-12-072-0/+35
* Add missing license headersantelder2008-12-074-0/+72
* Add missing license headersantelder2008-12-071-0/+18
* Add missing license headersantelder2008-12-071-0/+18
* Add missing license headersantelder2008-12-0718-1296/+1620
* Add missing license headersantelder2008-12-076-628/+736
* Add missing license headersantelder2008-12-072-0/+36
* Exclude ORB trace files from distributionantelder2008-12-071-0/+1
* Merge missing license headers fix from 1.x branch to 1.4antelder2008-12-073-0/+54
* Add missing license headerantelder2008-12-071-0/+18
* Add missing license headerantelder2008-12-071-0/+18
* Add missing license headerantelder2008-12-071-0/+18
* Merge r723501 changes for TUSCANY-2698 into the 1.4 branchnash2008-12-056-7/+189
* Add itest to the main buildrfeng2008-12-051-1/+1
* Further cleanup for ComponentContext, CompositeContextrfeng2008-12-0514-397/+553
* Merging changes to delay initialization of Contribution repository to avoid c...lresende2008-12-053-133/+203
* TUSCANY-2715 - Merging changes from 1.x trunk to 1.4 releaselresende2008-12-058-406/+45
* Changes to make policy-security work in 2.0.edwardsmj2008-12-055-5/+6
* Made the private static logger field final as it does not changemcombellack2008-12-051-1/+1