summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/core (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-18Fix the MANIFEST.MF to make OSGi working with the fact that axis2 jars are no...rfeng1-4/+4
2009-06-17Add a LifeCycleListener interface so that extension points or extension can b...rfeng6-71/+71
2009-06-15TUSCANY-3093 - changes required to pass the callback endpoint URI in the from...slaws3-109/+26
2009-06-12Add methods to Endpoint/EndpointReference to set the ExtensionPointRegistry s...rfeng4-32/+145
2009-06-11TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 subscrip...slaws21-118/+118
2009-06-11TUSCANY-3091 remove 2 subscripts from composite activator and runtime wire cl...slaws7-23/+23
2009-06-11TUSCANY-3082 TUSCANY-3090 - Remove references to the old EndpointReference an...slaws21-342/+248
2009-06-11Use uri for Endpoint/EndpointReferencerfeng3-20/+41
2009-06-10Create the runtime version of Endpoint2 for serializationrfeng4-0/+225
2009-06-08Make ExtensionPointRegistry available to AssemblyFactory so that it can creat...rfeng1-8/+9
2009-06-08Move EndpointRegistry from assembly to core-spirfeng2-210/+256
2009-06-08Fix NPEs in RuntimeWireImpl2 when implementation.web in one node is wired to ...antelder1-0/+5
2009-06-08TUSCANY-3081 - Enable the local endpoint registry implementation in the endpo...slaws8-80/+223
2009-05-20Refactoring a few methods on the ServiceDiscoverrfeng1-1/+2
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