index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
/
sca
/
modules
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add PolicyBuilder to the builder extension point
rfeng
2009-10-12
1
-1
/
+1
*
Refactor the runtime build logic into EndpointReferenceBinder
rfeng
2009-10-09
9
-166
/
+300
*
Fix NPE due to typo in if test
antelder
2009-10-07
1
-1
/
+1
*
Update to get some of the JMS exception tests working by updating to match 1....
antelder
2009-10-07
1
-1
/
+1
*
Further refactor the CompositeContext to be the place to hold information abo...
rfeng
2009-10-05
3
-3
/
+32
*
Fix OSGi MANIFEST.MF to bring up Tuscany in OSGi console
rfeng
2009-10-05
1
-25
/
+11
*
Make CompositeActivator a stateless utility by using CompositeContext to hold...
rfeng
2009-10-02
7
-934
/
+446
*
Refactor tuscany-endpoint module into tuscany-core
rfeng
2009-09-29
5
-0
/
+625
*
TUSCANY-3280 - Removing support for obsolet scopes as in latest JAVACAA 1.1 d...
lresende
2009-09-25
7
-246
/
+4
*
Refactor CompositeActivator, ComponentContext and other related interfaces in...
rfeng
2009-09-25
23
-621
/
+60
*
Correct the algorithm for selecting callback bindings to match what the old b...
slaws
2009-09-22
1
-1
/
+3
*
Remove the need of subclassing Proxy and JXM so that Tuscany can run on Googl...
rfeng
2009-09-18
4
-81
/
+76
*
Rename CompositeBuilderExtensionPoint to BuilderExtensionPoint
rfeng
2009-09-14
1
-3
/
+3
*
Enhance the CompositeBuilderExtensionPoint to include binding/implementation ...
rfeng
2009-09-14
1
-5
/
+12
*
Add methods used by the JMS binding to the core module
antelder
2009-09-11
5
-2
/
+24
*
Update to add a method to check if a wire target is out of date compared to t...
antelder
2009-08-28
2
-45
/
+20
*
More fixes to get invocations working when a node is restarted
antelder
2009-08-27
1
-1
/
+16
*
Add policy matching to the endpoint builder and prepare for problems to be ra...
slaws
2009-08-27
2
-2
/
+14
*
Initial update to handle nodes being restarted. Similar changes needed in man...
antelder
2009-08-27
1
-11
/
+32
*
During rebuild also reset the status of the endpoint reference so it gets reb...
antelder
2009-08-27
1
-0
/
+2
*
Throw exception if scope container isn't running (need to do similar for all ...
antelder
2009-08-27
1
-2
/
+4
*
Remove the non-OASIS code from the endpoint builder and set up build-time and...
slaws
2009-08-08
2
-3
/
+71
*
Make sure the Endpoints and EndpointReferences are released
rfeng
2009-07-30
1
-1
/
+2
*
TUSCANY-3187 - add the service wire to the leaf service rather than the servi...
slaws
2009-07-30
1
-1
/
+5
*
Remove the default contents of he thread message context just in case that th...
slaws
2009-07-28
1
-2
/
+10
*
Add a test to avoid expensive reset of the CompositeActivator
rfeng
2009-07-24
1
-2
/
+2
*
Remove conversation ID from reference parameters. Not required for OASIS
slaws
2009-07-22
2
-23
/
+2
*
Make the not yet matched status sounds a little less terminal. Just because i...
slaws
2009-07-22
1
-1
/
+1
*
TUSCANY-3138 fix up callbacks now that the system relies solely on the Servic...
slaws
2009-07-22
9
-21
/
+187
*
TUSCANY-3138 first tranche of changes to serialize service references in the ...
slaws
2009-07-21
11
-381
/
+201
*
Fix svn:eol-style and svn:keywords properties for java/xml files
rfeng
2009-07-21
7
-496
/
+496
*
TUSCANY-3138: Start of the changes to use the latest spec APIs with the remov...
antelder
2009-07-11
16
-331
/
+68
*
Refactor the PolicyProviderFactory to take Endpoint and EndpointReference
rfeng
2009-07-08
8
-165
/
+66
*
Remove AutomaticBinding and replace it with a flag in the Contract model to i...
rfeng
2009-07-06
2
-2
/
+2
*
Add a QName as the type for binding/implementation and use it to compare mode...
rfeng
2009-06-23
4
-57
/
+54
*
correct manifest for removal of conversation package
slaws
2009-06-22
1
-2
/
+0
*
Remove all conversational related code from SCA API and code that uses it as ...
antelder
2009-06-22
19
-1239
/
+7
*
Make the remote flag consistent in names and setters/getters
rfeng
2009-06-19
1
-6
/
+31
*
TUSCANY-3092 - bring up remote version of binding.sca and include it in the b...
slaws
2009-06-19
1
-6
/
+14
*
TUSCANY-3101 pass EndpointReference and Endpoint in to binding providers rath...
slaws
2009-06-19
2
-7
/
+7
*
Fix the MANIFEST.MF to make OSGi working with the fact that axis2 jars are no...
rfeng
2009-06-18
1
-4
/
+4
*
Add a LifeCycleListener interface so that extension points or extension can b...
rfeng
2009-06-17
6
-71
/
+71
*
TUSCANY-3093 - changes required to pass the callback endpoint URI in the from...
slaws
2009-06-15
3
-109
/
+26
*
Add methods to Endpoint/EndpointReference to set the ExtensionPointRegistry s...
rfeng
2009-06-12
4
-32
/
+145
*
TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 subscrip...
slaws
2009-06-11
21
-118
/
+118
*
TUSCANY-3091 remove 2 subscripts from composite activator and runtime wire cl...
slaws
2009-06-11
7
-23
/
+23
*
TUSCANY-3082 TUSCANY-3090 - Remove references to the old EndpointReference an...
slaws
2009-06-11
21
-342
/
+248
*
Use uri for Endpoint/EndpointReference
rfeng
2009-06-11
3
-20
/
+41
*
Create the runtime version of Endpoint2 for serialization
rfeng
2009-06-10
4
-0
/
+225
*
Make ExtensionPointRegistry available to AssemblyFactory so that it can creat...
rfeng
2009-06-08
1
-8
/
+9
[next]