index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sca-java-2.x
/
trunk
/
modules
/
core
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-05-02
Add Apache License headers to resolve build issues
lresende
1
-2
/
+24
2012-09-10
Fix NPE as the autowire is Boolean and the value can be null. The autoboxing ...
rfeng
1
-4
/
+5
2012-09-07
TUSCANY-4069: Apply patch from Rashmi Hunt to fix Issue with resolving autowi...
antelder
1
-0
/
+10
2012-08-16
Add a method to get the Node to the TuscanyComponentContext
antelder
1
-0
/
+4
2012-08-16
Update to support DOMInvoker with remote endpoints
antelder
1
-0
/
+3
2012-08-15
Add implementation for DOMInvoker
antelder
4
-4
/
+158
2012-07-31
Avoid NPE for the remote endpoints which don't have interface contracts set
rfeng
1
-1
/
+1
2012-07-22
Moving trunk to 2.5-SNAPSHOT now that 2.0 is ready
lresende
1
-5
/
+5
2012-05-01
TUSCANY-4037: Apply patch from Greg Dritschler to fix OutOfMemoryError becaus...
antelder
1
-1
/
+3
2012-04-03
Remove duplicated line thats overwriting the binding setting
antelder
1
-1
/
+0
2012-03-23
TUSCANY-4033 - Don't generate WSDL when binding an EPR to a remote EP and the...
slaws
1
-2
/
+14
2012-03-23
Avoid NPE when binding doesn't support callback
slaws
1
-1
/
+6
2012-03-22
Fix the binding invokers to use endpoint reference's deployed URI (i.e., the ...
rfeng
1
-8
/
+5
2012-03-22
TUSCANY-4034 - plug a few more potential memory leaks
slaws
4
-0
/
+46
2012-03-21
Revert the change based on the comment from https://issues.apache.org/jira/br...
rfeng
1
-0
/
+10
2012-03-19
TUSCANY-4025 - enhance the previous fix for this JIRA to call the listeners i...
slaws
1
-1
/
+10
2012-03-19
TUSCANY-4029: Clone the binding when setting it on the EndpointReference to e...
antelder
1
-2
/
+6
2012-03-16
TUSCANY-3932 - take account of the case where a binding doesn't create a bind...
slaws
1
-2
/
+4
2012-03-08
Changes to add TUSCANY-3770 to 2.x stream and updates to performance testcase...
jennthom
1
-9
/
+12
2012-03-08
TUSCANY-4025 - delay the removal of the contribution information until after ...
slaws
1
-1
/
+1
2012-02-29
TUSCANY-4020 - move hardcoded message strings into properties files
slaws
2
-5
/
+13
2012-02-21
TUSCANY-4005 - swap the test around so that the code that raises an error if ...
slaws
1
-15
/
+23
2012-02-13
Bump up the date in the NOTICE file
antelder
1
-1
/
+1
2012-02-09
TUSCANY-4011 - stop the SCDL callback binding configuration from being overwr...
slaws
4
-74
/
+237
2012-02-02
TUSCANY-4005 - raise an error if a reference target containing only a compone...
slaws
2
-3
/
+48
2012-01-06
TUSCANY-3932 - First part of this JIRA is to remove some inconsistencies in t...
slaws
2
-49
/
+19
2011-12-13
TUSCANY-3890 - separate the request wrapper model from the response wrapper m...
slaws
2
-4
/
+4
2011-12-13
Update core to use the Tuscany versions of the OASIS interfaces ComponentCOnt...
antelder
2
-6
/
+7
2011-12-09
TUSCANY-3946 - Had a bit of a change of heart about this one. I'm concerned t...
slaws
1
-4
/
+10
2011-12-08
Add a strawman approach to enable setting the binding uri on a ServiceReference
antelder
2
-1
/
+22
2011-12-05
TUSCANY-3988 - Apply Greg's suggested fix to ensure that policy provider list...
slaws
1
-0
/
+8
2011-12-01
Add a contributionInstalled() operation to the listener interface. Completes ...
slaws
1
-0
/
+3
2011-11-22
Fix typo in comment
slaws
1
-1
/
+1
2011-11-21
TUSCANY-3976: Apply patch from Greg Dritschler to allow extensions to save in...
antelder
4
-1
/
+85
2011-10-31
Add a spec version to Endpoint and only do full matching if the target endpoi...
slaws
1
-1
/
+30
2011-10-19
Add code to read <requires> elements from WSDL and enable the test that ensur...
slaws
1
-3
/
+2
2011-10-17
TUSCANY-3959 - Disable the mayProvides intent temporarily as it's causing POL...
slaws
1
-1
/
+2
2011-10-17
TUSCANY-3959 - Correct interface matching so that it takes account of mayProv...
slaws
1
-9
/
+30
2011-10-17
TUSCANY-3958 - serialize endpoint intents/policy sets across the registry for...
slaws
3
-2
/
+101
2011-10-03
TUSCANY-3957: Apply patch from Greg Dritschler to fix Endpoint references are...
antelder
2
-2
/
+9
2011-09-28
TUSCANY-3954: Apply patch from Greg Dritschler to Change AsyncJDKInvocationHa...
antelder
2
-32
/
+27
2011-09-28
TUSCANY-3955: Apply patch from Greg Drischler to fix Cached invocation chain ...
antelder
1
-0
/
+1
2011-09-20
Use domain info to decide if the binding.sca needs to be distributed
rfeng
1
-0
/
+5
2011-09-15
TUSCANY-3945 - Make public the operations that allow the promoted component a...
slaws
1
-2
/
+2
2011-09-12
Fix the setting of the JMS callback destination from request properties for t...
antelder
1
-1
/
+14
2011-09-12
TUSCANY-3941 - If a reference specifies target in an SCA binding then we expe...
slaws
1
-1
/
+14
2011-09-09
TUSCANY-3916 - Replace WSDL representation of interface contract with an inte...
slaws
1
-12
/
+54
2011-09-08
TUSCANY-3940: Apply patch from Greg Dritschler to Change AsyncJDKInvocationHa...
antelder
3
-38
/
+48
2011-09-06
TUSCANY-3938 - Correct various manifest mistakes to bring runtime up in OSGi ...
slaws
1
-0
/
+1
2011-09-02
Fix the single quote issues in all message bundles
rfeng
1
-3
/
+4
[next]