summaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Converted test cases to JUnit 4mcombellack2008-12-091-3/+1
* Converted test cases to JUnit 4mcombellack2008-12-091-3/+1
* Converted test cases to JUnit 4mcombellack2008-12-091-3/+3
* Fix the access violation to EndpointReferenceImplrfeng2008-12-092-3/+37
* Remove o.a.t.s.core.work.impl from the import/exportrfeng2008-12-091-3/+1
* Adjust the package names and move test cases aroundrfeng2008-12-0920-34/+44
* Remove unused importrfeng2008-12-091-1/+0
* Fixed generics raw type compiler warningsmcombellack2008-12-092-12/+12
* Removed unused importsmcombellack2008-12-091-3/+0
* Fixed generics raw type compiler warningsmcombellack2008-12-091-5/+5
* Add a "ws" maven profile to include the binding.ws related modules into the b...rfeng2008-12-092-143/+77
* Fix OSGi access violations and package importsrfeng2008-12-0920-98/+189
* Adding factory for common java artifacts model objectslresende2008-12-095-15/+182
* 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
* 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
* Reduced the sleep times in the test since they did not need to be so long. Th...mcombellack2008-12-072-66/+98
* Add itest to the main buildrfeng2008-12-051-1/+1
* Further cleanup for ComponentContext, CompositeContextrfeng2008-12-0514-397/+553
* 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
* Made class final as the only constructor has private modifiermcombellack2008-12-051-1/+1
* Models for common java artifacts and their implementationslresende2008-12-058-0/+576
* Updated FileTransferMTOMTestCase to reflect new interfaces for starting Nodes...edwardsmj2008-12-051-5/+38
* Changes to match new 2.0 core interfaces, plus adding back the contents of t...edwardsmj2008-12-0511-37/+662
* Updated binding-ws-wsdlgen POM to point to binding-ws-axis2-policy moduleedwardsmj2008-12-051-94/+94
* Adding implementation-pojo as placeholder for common pojo/java related artifactslresende2008-12-054-0/+318
* Convert, clean and bring up a set of itestsrfeng2008-12-05128-1571/+1892
* Make sure we honor @target over autowirerfeng2008-12-051-1/+1
* Refine the CallableReferenceExtrfeng2008-12-054-54/+55
* Java implementation clean up in preparation for some refactoringlresende2008-12-0414-511/+509
* Merge itest changes from sca-equinox branch into trunkrfeng2008-12-04159-1254/+730
* Made the constants finalmcombellack2008-12-041-2/+2
* Made class final as the only construvtor is private. Also Fixed a spelling mi...mcombellack2008-12-042-4/+4
* Marked class as final since the only Constructor is private. Fixed spelling m...mcombellack2008-12-041-2/+2
* Wrong parameter being output as part of the Exception message - should use st...mcombellack2008-12-041-1/+1
* Fixed a couple of spelling mistakesmcombellack2008-12-041-2/+2
* Corrected order of modifiers so that it matches the recommendations from the ...mcombellack2008-12-041-1/+1
* Removed redundant public modifier from interfacemcombellack2008-12-041-1/+1
* Removed redundant public modifier from interfacemcombellack2008-12-041-1/+1
* Removed unused importsmcombellack2008-12-042-4/+3