summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/core (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-30Make sure the Endpoints and EndpointReferences are released rfeng1-1/+2
2009-07-30TUSCANY-3187 - add the service wire to the leaf service rather than the servi...slaws1-1/+5
2009-07-28Remove the default contents of he thread message context just in case that th...slaws1-2/+10
2009-07-24Add a test to avoid expensive reset of the CompositeActivatorrfeng1-2/+2
2009-07-22Remove conversation ID from reference parameters. Not required for OASISslaws2-23/+2
2009-07-22Make the not yet matched status sounds a little less terminal. Just because i...slaws1-1/+1
2009-07-22TUSCANY-3138 fix up callbacks now that the system relies solely on the Servic...slaws9-21/+187
2009-07-21TUSCANY-3138 first tranche of changes to serialize service references in the ...slaws11-381/+201
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng7-496/+496
2009-07-11TUSCANY-3138: Start of the changes to use the latest spec APIs with the remov...antelder16-331/+68
2009-07-08Refactor the PolicyProviderFactory to take Endpoint and EndpointReferencerfeng8-165/+66
2009-07-06Remove AutomaticBinding and replace it with a flag in the Contract model to i...rfeng2-2/+2
2009-06-23Add a QName as the type for binding/implementation and use it to compare mode...rfeng4-57/+54
2009-06-22correct manifest for removal of conversation packageslaws1-2/+0
2009-06-22Remove all conversational related code from SCA API and code that uses it as ...antelder19-1239/+7
2009-06-19Make the remote flag consistent in names and setters/gettersrfeng1-6/+31
2009-06-19TUSCANY-3092 - bring up remote version of binding.sca and include it in the b...slaws1-6/+14
2009-06-19TUSCANY-3101 pass EndpointReference and Endpoint in to binding providers rath...slaws2-7/+7
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