summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-09Converted test cases to JUnit 4mcombellack1-3/+1
2008-12-09Converted test cases to JUnit 4mcombellack1-3/+1
2008-12-09Converted test cases to JUnit 4mcombellack1-3/+3
2008-12-09Fix the access violation to EndpointReferenceImplrfeng2-3/+37
2008-12-09Remove o.a.t.s.core.work.impl from the import/exportrfeng1-3/+1
2008-12-09Adjust the package names and move test cases aroundrfeng20-34/+44
2008-12-09Remove unused importrfeng1-1/+0
2008-12-09Fixed generics raw type compiler warningsmcombellack2-12/+12
2008-12-09Removed unused importsmcombellack1-3/+0
2008-12-09Fixed generics raw type compiler warningsmcombellack1-5/+5
2008-12-09Add a "ws" maven profile to include the binding.ws related modules into the b...rfeng2-143/+77
2008-12-09Fix OSGi access violations and package importsrfeng20-98/+189
2008-12-09Adding factory for common java artifacts model objectslresende5-15/+182
2008-12-08Start tidying the builders. No function change. First remove anything from th...slaws11-2605/+2643
2008-12-08Updated all the test composite files to include a target namespace - the targ...edwardsmj22-3/+25
2008-12-08Updated code that converts a String to a long to use Long.parseLong(String) r...mcombellack1-2/+2
2008-12-08Changed code to use Integer.valueOf() rather than new Integer() as valueOf() ...mcombellack2-2/+2
2008-12-08Converted existing comments in the source code to the correct JavaDoc format ...mcombellack1-6/+19
2008-12-08Made the constants private static final and use the correct variable naming s...mcombellack1-9/+9
2008-12-08Removed unnessary return statelements from methods where the last statement i...mcombellack1-4/+0
2008-12-08Removed unnessary return statelements from methods where the last statement i...mcombellack11-33/+0
2008-12-08Made private utility classes finalmcombellack1-2/+2
2008-12-08Corrected the names of twostatic final variables so they use the correct nami...mcombellack1-8/+8
2008-12-08Added { and } characters for code blocks where they did not have them so the ...mcombellack4-6/+12
2008-12-08Removed redundant modifiers (such as public, final, etc) as these are not nee...mcombellack30-105/+105
2008-12-07Reduced the sleep times in the test since they did not need to be so long. Th...mcombellack2-66/+98
2008-12-05Add itest to the main buildrfeng1-1/+1
2008-12-05Further cleanup for ComponentContext, CompositeContextrfeng14-397/+553
2008-12-05Changes to make policy-security work in 2.0.edwardsmj5-5/+6
2008-12-05Made the private static logger field final as it does not changemcombellack1-1/+1
2008-12-05Made class final as the only constructor has private modifiermcombellack1-1/+1
2008-12-05Models for common java artifacts and their implementationslresende8-0/+576
2008-12-05Updated FileTransferMTOMTestCase to reflect new interfaces for starting Nodes...edwardsmj1-5/+38
2008-12-05Changes to match new 2.0 core interfaces, plus adding back the contents of t...edwardsmj11-37/+662
2008-12-05Updated binding-ws-wsdlgen POM to point to binding-ws-axis2-policy moduleedwardsmj1-94/+94
2008-12-05Adding implementation-pojo as placeholder for common pojo/java related artifactslresende4-0/+318
2008-12-05Convert, clean and bring up a set of itestsrfeng128-1571/+1892
2008-12-05Make sure we honor @target over autowirerfeng1-1/+1
2008-12-05Refine the CallableReferenceExtrfeng4-54/+55
2008-12-04Java implementation clean up in preparation for some refactoringlresende14-511/+509
2008-12-04Merge itest changes from sca-equinox branch into trunkrfeng159-1254/+730
2008-12-04Made the constants finalmcombellack1-2/+2
2008-12-04Made class final as the only construvtor is private. Also Fixed a spelling mi...mcombellack2-4/+4
2008-12-04Marked class as final since the only Constructor is private. Fixed spelling m...mcombellack1-2/+2
2008-12-04Wrong parameter being output as part of the Exception message - should use st...mcombellack1-1/+1
2008-12-04Fixed a couple of spelling mistakesmcombellack1-2/+2
2008-12-04Corrected order of modifiers so that it matches the recommendations from the ...mcombellack1-1/+1
2008-12-04Removed redundant public modifier from interfacemcombellack1-1/+1
2008-12-04Removed redundant public modifier from interfacemcombellack1-1/+1
2008-12-04Removed unused importsmcombellack2-4/+3