summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
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-05Make sure we honor @target over autowirerfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723535 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05Refine the CallableReferenceExtrfeng4-54/+55
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723508 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Java implementation clean up in preparation for some refactoringlresende14-511/+509
- removal of unused code - review of code visibility - renaming of exception to follow best practices naming convention - etc git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723484 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Made the constants finalmcombellack1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723438 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Made class final as the only construvtor is private. Also Fixed a spelling ↵mcombellack2-4/+4
mistake git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723437 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Marked class as final since the only Constructor is private. Fixed spelling ↵mcombellack1-2/+2
mistake git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723424 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Wrong parameter being output as part of the Exception message - should use ↵mcombellack1-1/+1
stageName rather than stage as stage will always be null in this case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723322 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Fixed a couple of spelling mistakesmcombellack1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723321 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Corrected order of modifiers so that it matches the recommendations from the ↵mcombellack1-1/+1
Java Language Specification git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723320 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Removed redundant public modifier from interfacemcombellack1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723318 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Removed redundant public modifier from interfacemcombellack1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723317 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Removed unused importsmcombellack2-4/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723316 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Removed redundant static modifier from interfacemcombellack1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723315 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Removed redundant public modifier from interface and corrected a minor ↵mcombellack1-7/+7
spelling mistake git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723312 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Fixed generics raw type compiler warningsmcombellack1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723306 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Fixed generics raw type compiler warningsmcombellack1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723305 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Fixed generics raw type compiler warningsmcombellack1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723304 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Fixed generics raw type compiler warningsmcombellack2-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723303 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Fixed generics raw type compiler warningsmcombellack2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723302 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Fixed generics raw type compiler warningsmcombellack4-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723301 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Fixed generics raw type compiler warningsmcombellack7-24/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723300 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Converted from JUnit 3 style imports (junit.framework) to JUnit 4 style ↵mcombellack9-27/+10
imports (org.junit) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723274 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Converted unit tests from JUnit 3 to JUnit 4mcombellack6-26/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723273 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Updated code to remove compiler warningmcombellack1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723271 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Converted unit tests from JUnit 3 to JUnit 4mcombellack3-12/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723270 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Refactor the tuscany-core module to move private classes out of the SPI packagesrfeng93-455/+667
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723218 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Minor cleanup in java implementationlresende6-38/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723168 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Use static imports instead of implementing the Constants interfacerfeng6-5/+91
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723151 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Add host-http and interface-wsdl-xxx modules to the buildrfeng1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723136 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Add missing Import-Packagerfeng1-9/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723114 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Fix access violationsrfeng3-26/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723111 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Fixed generics raw type compiler warningsmcombellack5-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722954 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Fixed generics raw type compiler warningsmcombellack1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722946 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Fixed generics raw type compiler warningsmcombellack1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722945 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Fixed generics raw type compiler warningsmcombellack1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722943 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Corrected minor spelling mistakemcombellack1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722937 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Fixed generics raw type compiler warningsmcombellack1-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722935 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Fixed generics raw type warningsmcombellack1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722933 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Converted from JUnit 3 style imports (junit.framework) to JUnit 4 style ↵mcombellack28-65/+30
imports (org.junit) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722930 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Converted unit tests from JUnit 3 to JUnit 4mcombellack1-8/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722927 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Converted unit tests from JUnit 3 to JUnit 4mcombellack1-3/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722925 13f79535-47bb-0310-9956-ffa450edef68