summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/core (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-10Redo the contribution modules merge started in r772861 but this time includin...antelder1-6/+0
2009-04-14Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment headerrfeng1-1/+1
2009-04-10Cleanup import/export packages based on the Eclipse PDE 3.5 validationrfeng1-1/+0
2009-03-26Make the cglib dependency optionalrfeng1-1/+1
2009-03-20Remove the old Endpoint support. It has been replaced by Endpoint2/EndpointRe...slaws7-1756/+7
2009-03-20Fix to make implementation-web references work where the interface contract d...slaws1-0/+8
2009-03-19Organize importsrfeng17-27/+4
2009-03-19Switch over to new endpoint reference/endpoint model. These are the changes r...slaws11-41/+162
2009-03-17Revert 755183 an errant commit from the release pluginantelder1-7/+7
2009-03-17[maven-release-plugin] prepare branch test-branchantelder1-7/+7
2009-03-16Changes to allow $self$ references to have endpoint references. However main ...slaws1-8/+10
2009-03-13Bring up the EnpointRefence code. I've done as much as I can now without actu...slaws1-378/+128
2009-03-11Bring up the service wire based on the endpoint model. To turn this on change...slaws2-0/+1603
2009-03-05More changes to switch SCA namespace from osoa version to oasis onerfeng3-3/+3
2009-02-09TUSCANY-2359 rationalize the SCA runtime use of cglib and asm dependenciesantelder1-1/+8
2009-01-30For JDK 1.5 stax needs to be a compile time dependency. On JDK 1.6, it only n...mcombellack1-1/+0
2009-01-30Add missing transitive dependency on staxantelder1-0/+7
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack29-47/+47
2009-01-23TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende1-1/+1
2009-01-20Updating MANIFEST.MF versions to 2.0.0lresende1-35/+35
2009-01-13Update cglib, jaxb-impl versionsrfeng1-1/+1
2008-12-09Fix the access violation to EndpointReferenceImplrfeng1-0/+24
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-89/+41
2008-12-09Removed unused importsmcombellack1-3/+0
2008-12-09Fixed generics raw type compiler warningsmcombellack1-5/+5
2008-12-08Updated code that converts a String to a long to use Long.parseLong(String) r...mcombellack1-2/+2
2008-12-05Further cleanup for ComponentContext, CompositeContextrfeng9-386/+545
2008-12-05Refine the CallableReferenceExtrfeng4-54/+55
2008-12-04Wrong parameter being output as part of the Exception message - should use st...mcombellack1-1/+1
2008-12-04Removed unused importsmcombellack2-4/+3
2008-12-04Removed redundant static modifier from interfacemcombellack1-2/+2
2008-12-04Refactor the tuscany-core module to move private classes out of the SPI packagesrfeng73-341/+576
2008-12-03Converted from JUnit 3 style imports (junit.framework) to JUnit 4 style impor...mcombellack1-2/+1
2008-12-02Converted unit tests from JUnit 3 to JUnit 4mcombellack3-13/+24
2008-12-02Reduced the length of the delays in some unit tests since they do not need to...mcombellack2-20/+20
2008-11-27Cleaned up compile time warning messages regarding unneccsary use of @Suppres...mcombellack3-4/+0
2008-11-27Removed unused importsmcombellack2-4/+0
2008-11-26Remove core dependency on commonj workmanagerantelder13-83/+96
2008-11-19Fixing up pom artifact version to 2.0-SNAPSHOTlresende1-6/+6
2008-11-19Merging the 1.x delta on top of the equinox based moduleslresende12-29/+283
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ...lresende108-0/+12943
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch m...lresende120-14240/+0
2008-11-17Change MANIFEST.MF version to 2.0 to match trunk build. It turns out this isn...antelder1-35/+35
2008-11-17Copy MANIFEST.MF files from sca-equinox to trunk for the minimal modules to r...antelder1-0/+89
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by bumpi...antelder1-6/+6
2008-11-09Tidy wire format support (move model into binding-jms and rename default to t...slaws2-7/+10
2008-11-03Add a reference side example of the Request Response Binding in JMSslaws2-3/+50
2008-10-30TUSCANY-2635: apply patch from Greg Dritschler to Pool stateless-scoped Java...antelder2-7/+82
2008-10-23Merge the runtime wire changes to add a binding invocation wire with the jms ...slaws3-8/+53