summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-11Changed Name of the Base TestCase to conform to JUnit naming conventionsedwardsmj4-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725856 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11Adding calculator sample to profilelresende2-4/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725852 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11Adding a setup profile to help build maven-eclipse-compiler before building ↵lresende1-0/+7
any other modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725851 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11Removed an import statement that referred to an old package not present in ↵edwardsmj1-1/+0
the [2.0] stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725752 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11Removed an import statement that referred to an old package not present in ↵edwardsmj1-1/+0
the [2.0] stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725751 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11Additions to POM and Manifest for XSD-XML to enable compilationedwardsmj2-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725698 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11TUSCANY-2737 - Moving to latest release of the sql-maven-pluginlresende8-16/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725539 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10Fix Import-Packagerfeng1-1/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725404 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10Add common-xml module to contain xml utilitiesrfeng27-0/+6673
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725398 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10stest POM fileedwardsmj2-1/+58
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725305 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10Updated POM file for stest-sampleedwardsmj1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725296 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10Added a JAX-WS client and a related server side testcaseedwardsmj4-3/+69
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725276 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Adjust classpathrfeng2-1/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724933 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Converted test cases to JUnit 4mcombellack1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724868 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Converted test cases to JUnit 4mcombellack1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724866 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Converted test cases to JUnit 4mcombellack1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724862 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Fix the access violation to EndpointReferenceImplrfeng2-3/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724840 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Remove o.a.t.s.core.work.impl from the import/exportrfeng1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724832 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Adjust the package names and move test cases aroundrfeng20-34/+44
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724826 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Remove unused importrfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724823 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Fixed generics raw type compiler warningsmcombellack2-12/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724683 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Removed unused importsmcombellack1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724680 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Fixed generics raw type compiler warningsmcombellack1-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724672 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Add a "ws" maven profile to include the binding.ws related modules into the ↵rfeng2-143/+77
build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724614 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Fix OSGi access violations and package importsrfeng20-98/+189
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724568 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Adding factory for common java artifacts model objectslresende5-15/+182
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724566 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Start tidying the builders. No function change. First remove anything from ↵slaws11-2605/+2643
the base class that is not actually shared to give a clearer view of the function of each builder. Shared function now lives in a new single base class. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724435 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Updated all the test composite files to include a target namespace - the ↵edwardsmj22-3/+25
target namespace is required by the specification and leaving it out causes error messages to be generated when the tests are run. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724392 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Updated code that converts a String to a long to use Long.parseLong(String) ↵mcombellack1-2/+2
rather than new Long(String) so that a new Long Object instance is not created and discarded git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724347 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Changed code to use Integer.valueOf() rather than new Integer() as valueOf() ↵mcombellack2-2/+2
is the recommended way of creating an Integer object from an int (see JavaDoc for Integer) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724342 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Converted existing comments in the source code to the correct JavaDoc format ↵mcombellack1-6/+19
since they were just inline comments git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724339 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Made the constants private static final and use the correct variable naming ↵mcombellack1-9/+9
scheme (i.e. capitals and '_') git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724336 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Removed unnessary return statelements from methods where the last statement ↵mcombellack1-4/+0
in the method was return git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724334 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Removed unnessary return statelements from methods where the last statement ↵mcombellack11-33/+0
in the method was return git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724331 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Made private utility classes finalmcombellack1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724328 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Corrected the names of twostatic final variables so they use the correct ↵mcombellack1-8/+8
naming scheme - i.e. capitals with '_' git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724327 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Added { and } characters for code blocks where they did not have them so the ↵mcombellack4-6/+12
code is consistent with the rest of the Tuscany codebase git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724322 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Removed redundant modifiers (such as public, final, etc) as these are not ↵mcombellack30-105/+105
needed for interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724318 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07Reduced the sleep times in the test since they did not need to be so long. ↵mcombellack2-66/+98
This reduced the unit test time (on my machine) from 52 seconds to 12 seconds. The whole of the itests project (on my machine) now builds in 1 minute and 17 seconds rather than over 2 minutes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724165 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05Add itest to the main buildrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723906 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05Further cleanup for ComponentContext, CompositeContextrfeng14-397/+553
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723904 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05Changes to make policy-security work in 2.0.edwardsmj5-5/+6
SecurityUtil.java moved to org.apache.tuscany.policy.security to avoid a clash with a package name used in the policy module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723800 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05Made the private static logger field final as it does not changemcombellack1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723727 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05Made class final as the only constructor has private modifiermcombellack1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723726 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05Models for common java artifacts and their implementationslresende8-0/+576
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723697 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05Updated FileTransferMTOMTestCase to reflect new interfaces for starting ↵edwardsmj1-5/+38
Nodes with Contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723692 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05Changes to match new 2.0 core interfaces, plus adding back the contents of ↵edwardsmj11-37/+662
the /authentication folder which was left out of the migration to the 2.0 stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723690 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05Updated binding-ws-wsdlgen POM to point to binding-ws-axis2-policy moduleedwardsmj1-94/+94
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723684 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05Adding implementation-pojo as placeholder for common pojo/java related artifactslresende4-0/+318
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723671 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05Convert, clean and bring up a set of itestsrfeng128-1571/+1892
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723537 13f79535-47bb-0310-9956-ffa450edef68