index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
/
sca
/
modules
/
assembly
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicate requiredIntents/policySets fields and make a copy for the clone
rfeng
2009-07-23
2
-15
/
+2
*
TUSCANY-3150 make the context a little more interesting in the example.
slaws
2009-07-22
1
-27
/
+33
*
TUSCANY-3150 TUSCANY-3176 updates to show how we can accumulate context and h...
slaws
2009-07-22
1
-1
/
+12
*
Make the not yet matched status sounds a little less terminal. Just because i...
slaws
2009-07-22
3
-5
/
+5
*
Make printed uri in toString more consistent with getURI output.
slaws
2009-07-21
2
-2
/
+2
*
Fix svn:eol-style and svn:keywords properties for java/xml files
rfeng
2009-07-21
6
-664
/
+664
*
Correct handling of component <property/> @source attribute when dealing with...
edwardsmj
2009-07-16
4
-13
/
+52
*
Remove unused code
rfeng
2009-07-13
1
-6
/
+0
*
Start to resolve intents to policySets that provide the intent
rfeng
2009-07-09
1
-0
/
+24
*
Fix the code to read policies and intents
rfeng
2009-07-07
2
-6
/
+41
*
Remove AutomaticBinding and replace it with a flag in the Contract model to i...
rfeng
2009-07-06
15
-188
/
+114
*
Organize imports and reformat the code
rfeng
2009-07-06
92
-1561
/
+1640
*
Start adding a more meaningful (compared to unresolved) status field to endpo...
slaws
2009-06-29
3
-4
/
+61
*
Use the QName as the key for binding base URIs
rfeng
2009-06-25
4
-22
/
+22
*
Test to push down the default binding configuration into the URI builders so ...
slaws
2009-06-24
5
-14
/
+93
*
Add a QName as the type for binding/implementation and use it to compare mode...
rfeng
2009-06-23
24
-281
/
+332
*
Use componentURI/serviceName/bindingName to derive the URI of a binding if no...
rfeng
2009-06-23
1
-90
/
+85
*
Make the remote flag consistent in names and setters/getters
rfeng
2009-06-19
5
-19
/
+19
*
TUSCANY-3092 - bring up remote version of binding.sca and include it in the b...
slaws
2009-06-19
2
-5
/
+17
*
TUSCANY-3106 missed file on previous checkin
slaws
2009-06-19
1
-1
/
+1
*
TUSCANY-3092 - add flag to indicate remoteness
slaws
2009-06-19
4
-2
/
+27
*
TUSCANY-3106 refactor include processing to make autowire handling match OASI...
slaws
2009-06-19
2
-48
/
+69
*
TUSCANY-3092 - add a flag recording whether an endpoint reference refers to a...
slaws
2009-06-15
3
-3
/
+32
*
Add methods to Endpoint/EndpointReference to set the ExtensionPointRegistry s...
rfeng
2009-06-12
4
-3
/
+48
*
Remove commented out methods
rfeng
2009-06-12
1
-42
/
+0
*
TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 subscrip...
slaws
2009-06-11
15
-96
/
+95
*
TUSCANY-3082 extend the reference clone operation so that the endpoint refere...
slaws
2009-06-11
1
-1
/
+10
*
Use uri for Endpoint/EndpointReference
rfeng
2009-06-11
4
-216
/
+234
*
Add uri to Endpoint/EndpointReference
rfeng
2009-06-10
4
-34
/
+60
*
Create the runtime version of Endpoint2 for serialization
rfeng
2009-06-10
1
-18
/
+4
*
Make ExtensionPointRegistry available to AssemblyFactory so that it can creat...
rfeng
2009-06-08
6
-153
/
+210
*
Move EndpointRegistry from assembly to core-spi
rfeng
2009-06-08
2
-125
/
+0
*
TUSCANY-3081 - Enable the local endpoint registry implementation in the endpo...
slaws
2009-06-08
3
-12
/
+48
*
TUSCANY-3081 - Add toString (and remove some commented out code) to aid debug...
slaws
2009-06-08
1
-11
/
+28
*
TUSCANY-3081 - Add the name of the component/service/binding that the endpoin...
slaws
2009-06-08
2
-10
/
+96
*
Commit initial strawman prototype of the EndpointRegistry being discussed on ...
antelder
2009-06-02
2
-0
/
+125
*
Remove unused imports
rfeng
2009-05-29
1
-35
/
+34
*
First steps towards implementing new method for calculating Endpoints and End...
edwardsmj
2009-05-27
9
-171
/
+815
*
Refactoring a few methods on the ServiceDiscover
rfeng
2009-05-20
1
-10
/
+10
*
Change the creation of DistributedSCABinding to the factory to avoid OSGi vio...
rfeng
2009-05-18
2
-12
/
+19
*
Merge interface-java-xml into interface-java
antelder
2009-05-17
1
-1
/
+1
*
Start merging binding-sca into assembly and creating a binding-sca-runtime mo...
antelder
2009-05-17
5
-0
/
+347
*
Fix for TUSCANY-3036: for component service interface mismatch with implement...
edwardsmj
2009-05-16
1
-2
/
+2
*
Fix for TUSCANY-3036: for component service interface mismatch with implement...
edwardsmj
2009-05-16
1
-1
/
+1
*
Fix for TUSCANY-3035: for component service interface mismatch with implement...
edwardsmj
2009-05-16
1
-2
/
+3
*
Fix for TUSCANY-3034 - raised reporting of an invalid <servi ce/> @promote at...
edwardsmj
2009-05-15
1
-1
/
+2
*
Add component name to the error message
rfeng
2009-05-14
1
-60
/
+59
*
Fix an erroneous error message in assembly module
edwardsmj
2009-05-13
1
-1
/
+1
*
Removal of warning message relating to addition of default <binding.sca/> ele...
edwardsmj
2009-05-13
1
-40
/
+46
*
Fix for TUSCANY-3022 to bring Tuscany in line with the requirements of the OA...
edwardsmj
2009-05-13
1
-6
/
+12
[next]