summaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed Name of the Base TestCase to conform to JUnit naming conventionsedwardsmj2008-12-114-5/+5
* Adding calculator sample to profilelresende2008-12-112-4/+8
* Adding a setup profile to help build maven-eclipse-compiler before building a...lresende2008-12-111-0/+7
* Removed an import statement that referred to an old package not present in th...edwardsmj2008-12-111-1/+0
* Removed an import statement that referred to an old package not present in th...edwardsmj2008-12-111-1/+0
* Additions to POM and Manifest for XSD-XML to enable compilationedwardsmj2008-12-112-0/+10
* TUSCANY-2737 - Moving to latest release of the sql-maven-pluginlresende2008-12-118-16/+10
* Fix Import-Packagerfeng2008-12-101-1/+10
* Add common-xml module to contain xml utilitiesrfeng2008-12-1027-0/+6673
* stest POM fileedwardsmj2008-12-102-1/+58
* Updated POM file for stest-sampleedwardsmj2008-12-101-2/+2
* Added a JAX-WS client and a related server side testcaseedwardsmj2008-12-104-3/+69
* Adjust classpathrfeng2008-12-092-1/+14
* 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