summaryrefslogtreecommitdiffstats
path: root/java/sca (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-06git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732165 13f79535-47bb-0...edwardsmj21-35/+678
2009-01-06Fix the binding.rmi dependency and remove the dead coderfeng2-91/+2
2009-01-05Tweaked ASM_0002_TestCase.edwardsmj6-1/+141
2008-12-18Tests updated to use composite files to contain each atomic implementation - ...edwardsmj7-33/+169
2008-12-18Updates to clean the testcase code and to add a Base JAXWS client and to base...edwardsmj19-60/+373
2008-12-18Added Eclipse RegisterBuddy policyedwardsmj1-1/+1
2008-12-18Adjusted version numbers on dependenciesedwardsmj1-3/+4
2008-12-15Fixes to test application - @Remotable added to service interfaceedwardsmj3-2/+5
2008-12-13Set the version for tuscany-maven-bundle-pluginrfeng1-0/+1
2008-12-12Remove version for javax.xml.namespace importrfeng1-1/+1
2008-12-12Remove version for javax.xml.namespace importrfeng1-1/+1
2008-12-12Remove version for javax.xml.stream importrfeng1-1/+1
2008-12-12Remove version for javax.xml.namespace importrfeng1-1/+1
2008-12-12Fix the message filerfeng1-11/+11
2008-12-12Removed material that was commented out, for simplicityedwardsmj1-32/+24
2008-12-12Renamed testcases to conform to JUnit conventionsedwardsmj3-3/+3
2008-12-12Pass the DocumentBuilderFactory around to work with OSGirfeng10-151/+58
2008-12-11Changed Name of the Base TestCase to conform to JUnit naming conventionsedwardsmj4-5/+5
2008-12-11Adding calculator sample to profilelresende2-4/+8
2008-12-11Adding a setup profile to help build maven-eclipse-compiler before building a...lresende1-0/+7
2008-12-11Removed an import statement that referred to an old package not present in th...edwardsmj1-1/+0
2008-12-11Removed an import statement that referred to an old package not present in th...edwardsmj1-1/+0
2008-12-11Additions to POM and Manifest for XSD-XML to enable compilationedwardsmj2-0/+10
2008-12-11TUSCANY-2737 - Moving to latest release of the sql-maven-pluginlresende8-16/+10
2008-12-10Fix Import-Packagerfeng1-1/+10
2008-12-10Add common-xml module to contain xml utilitiesrfeng27-0/+6673
2008-12-10stest POM fileedwardsmj2-1/+58
2008-12-10Updated POM file for stest-sampleedwardsmj1-2/+2
2008-12-10Added a JAX-WS client and a related server side testcaseedwardsmj4-3/+69
2008-12-09Adjust classpathrfeng2-1/+14
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