summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/core/src/main/java/org (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add a QName as the type for binding/implementation and use it to compare mode...rfeng2009-06-234-57/+54
* Remove all conversational related code from SCA API and code that uses it as ...antelder2009-06-2219-1239/+7
* Make the remote flag consistent in names and setters/gettersrfeng2009-06-191-6/+31
* TUSCANY-3092 - bring up remote version of binding.sca and include it in the b...slaws2009-06-191-6/+14
* TUSCANY-3101 pass EndpointReference and Endpoint in to binding providers rath...slaws2009-06-192-7/+7
* Fix the MANIFEST.MF to make OSGi working with the fact that axis2 jars are no...rfeng2009-06-181-4/+4
* Add a LifeCycleListener interface so that extension points or extension can b...rfeng2009-06-174-45/+61
* TUSCANY-3093 - changes required to pass the callback endpoint URI in the from...slaws2009-06-153-109/+26
* Add methods to Endpoint/EndpointReference to set the ExtensionPointRegistry s...rfeng2009-06-123-32/+128
* TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 subscrip...slaws2009-06-1121-118/+118
* TUSCANY-3091 remove 2 subscripts from composite activator and runtime wire cl...slaws2009-06-116-22/+22
* TUSCANY-3082 TUSCANY-3090 - Remove references to the old EndpointReference an...slaws2009-06-1121-342/+248
* Use uri for Endpoint/EndpointReferencerfeng2009-06-113-20/+41
* Create the runtime version of Endpoint2 for serializationrfeng2009-06-104-0/+225
* Make ExtensionPointRegistry available to AssemblyFactory so that it can creat...rfeng2009-06-081-8/+9
* Move EndpointRegistry from assembly to core-spirfeng2009-06-082-210/+256
* Fix NPEs in RuntimeWireImpl2 when implementation.web in one node is wired to ...antelder2009-06-081-0/+5
* TUSCANY-3081 - Enable the local endpoint registry implementation in the endpo...slaws2009-06-088-80/+223
* Refactoring a few methods on the ServiceDiscoverrfeng2009-05-201-1/+2
* Remove the old Endpoint support. It has been replaced by Endpoint2/EndpointRe...slaws2009-03-207-1756/+7
* Fix to make implementation-web references work where the interface contract d...slaws2009-03-201-0/+8
* Organize importsrfeng2009-03-1911-19/+4
* Switch over to new endpoint reference/endpoint model. These are the changes r...slaws2009-03-1910-40/+161
* Changes to allow $self$ references to have endpoint references. However main ...slaws2009-03-161-8/+10
* Bring up the EnpointRefence code. I've done as much as I can now without actu...slaws2009-03-131-378/+128
* Bring up the service wire based on the endpoint model. To turn this on change...slaws2009-03-112-0/+1603
* More changes to switch SCA namespace from osoa version to oasis onerfeng2009-03-052-2/+2
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack2009-01-2827-41/+41
* Fix the access violation to EndpointReferenceImplrfeng2008-12-091-0/+24
* Adjust the package names and move test cases aroundrfeng2008-12-096-21/+21
* Removed unused importsmcombellack2008-12-091-3/+0
* Fixed generics raw type compiler warningsmcombellack2008-12-091-5/+5
* Updated code that converts a String to a long to use Long.parseLong(String) r...mcombellack2008-12-081-2/+2
* Further cleanup for ComponentContext, CompositeContextrfeng2008-12-059-386/+545
* Refine the CallableReferenceExtrfeng2008-12-054-54/+55
* Wrong parameter being output as part of the Exception message - should use st...mcombellack2008-12-041-1/+1
* Removed redundant static modifier from interfacemcombellack2008-12-041-2/+2
* Refactor the tuscany-core module to move private classes out of the SPI packagesrfeng2008-12-0462-291/+493
* Cleaned up compile time warning messages regarding unneccsary use of @Suppres...mcombellack2008-11-273-4/+0
* Removed unused importsmcombellack2008-11-272-4/+0
* Remove core dependency on commonj workmanagerantelder2008-11-266-60/+81
* Merging the 1.x delta on top of the equinox based moduleslresende2008-11-1911-28/+280
* Copying modules from Equinox branch, to start merging the delta changes from ...lresende2008-11-1981-0/+10902
* Moving current trunk modules to contrib, before starting the Equinox branch m...lresende2008-11-1991-11817/+0
* Tidy wire format support (move model into binding-jms and rename default to t...slaws2008-11-092-7/+10
* Add a reference side example of the Request Response Binding in JMSslaws2008-11-032-3/+50
* TUSCANY-2635: apply patch from Greg Dritschler to Pool stateless-scoped Java...antelder2008-10-302-7/+82
* Merge the runtime wire changes to add a binding invocation wire with the jms ...slaws2008-10-233-8/+53
* Start to add InvocationChain for bindingsrfeng2008-10-223-5/+82
* Fix to catch any errors when the container running tuscany doesn't have a jnd...antelder2008-10-091-1/+1