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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing serialization of AsyncResponseInvoker in support of async services und...
edwardsmj
2011-01-24
4
-21
/
+161
*
TUSCANY-3783 - don't wrap exceptions unnecessarily
slaws
2011-01-21
1
-2
/
+4
*
TUSCANY-3783 - Fix a hole in the AsyncReponseInvoker serialization to cover t...
slaws
2011-01-21
2
-1
/
+34
*
Fixes to the JavaInterface code dealing with the type of the response paramet...
edwardsmj
2011-01-21
2
-4
/
+8
*
Partially fix TUSCANY-3675 to get some distributed domain functions working a...
antelder
2011-01-20
5
-13
/
+51
*
Fix IndexOutOfBoundsException from TUSCANY-3819 fix.
scottkurz
2011-01-20
3
-9
/
+16
*
Update to use as the default the network interface set as default on the mach...
antelder
2011-01-20
1
-44
/
+2
*
Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...
edwardsmj
2011-01-20
1
-0
/
+15
*
Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...
edwardsmj
2011-01-20
1
-24
/
+32
*
Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...
edwardsmj
2011-01-20
1
-0
/
+12
*
Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...
edwardsmj
2011-01-20
6
-49
/
+181
*
Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...
edwardsmj
2011-01-20
3
-12
/
+85
*
Manifest updates for package renames
antelder
2011-01-20
1
-2
/
+2
*
Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).
scottkurz
2011-01-20
20
-285
/
+401
*
Fix split package by renaming packages, for now to org.apache.tuscany.sca to ...
antelder
2011-01-20
13
-27
/
+30
*
Commite name change missed in previous commit
antelder
2011-01-19
1
-8
/
+7
*
Thiss seems to be mid change. Am hoping this will get the build going at least.
slaws
2011-01-19
1
-0
/
+6
*
No code change just organize imports
antelder
2011-01-19
7
-21
/
+1
*
Fix runComposite with shared runtime instance and update testcase
antelder
2011-01-19
2
-3
/
+32
*
Rename main class to TuscanyRuntime
antelder
2011-01-19
6
-46
/
+67
*
Correct parsing of quoted strings in the argument list
antelder
2011-01-17
1
-1
/
+1
*
Update deserialization of RuntimeEndpointImpl & RuntimeEndpointReferenceImpl ...
edwardsmj
2011-01-17
4
-9
/
+117
*
Make MessageFactoryImpl serializable to enable correct serialization of Endpo...
edwardsmj
2011-01-17
1
-2
/
+9
*
Correcting MANIFEST of implementation-java-runtime to export org.apache.tusca...
edwardsmj
2011-01-17
1
-15
/
+26
*
Mark several fields as "transient" in ResponseDispatchImpl to reduce data tha...
edwardsmj
2011-01-17
1
-5
/
+5
*
Update getService to work with services on remote nodes
antelder
2011-01-15
3
-5
/
+193
*
Make test interface remotable so it can be used to test distributed ops
antelder
2011-01-15
1
-0
/
+3
*
Update pom to avoid circular dependencies
antelder
2011-01-15
1
-2
/
+25
*
Add getter methods for the endpoint and endpoint and endpointRef to AsyncResp...
bdaniel
2011-01-14
1
-0
/
+7
*
TUSCANY-3783 - throw system exceptions rather than pushing them into the resp...
slaws
2011-01-14
1
-4
/
+1
*
TUSCANY-3801 - make the non-blocking interceptor work with native async bindings
slaws
2011-01-14
1
-8
/
+20
*
TUSCANY-3788 - Put some more info back into the response message based on wha...
slaws
2011-01-14
1
-1
/
+9
*
Remove actspec == destname check as thats not strictly correct and the test r...
antelder
2011-01-14
1
-14
/
+0
*
TUSCANY-3788 - Resolved async references are now started at start time to giv...
slaws
2011-01-14
3
-80
/
+92
*
Update to use local version of Endpoint if a local Endpoint exists
antelder
2011-01-14
1
-13
/
+22
*
Add context via MediatorImpl so a transformer can know whether a transform is...
scottkurz
2011-01-13
3
-5
/
+27
*
TUSCANY-3815 - Don't add a namespace twice.
slaws
2011-01-13
1
-2
/
+8
*
Switch the debugging statement (which remains commented out) round as you wan...
slaws
2011-01-13
1
-3
/
+3
*
Add some more constants for use in the async processing
slaws
2011-01-12
1
-1
/
+2
*
Add setAutoDestroy methdod
antelder
2011-01-12
3
-8
/
+27
*
Update to use getService from Node
antelder
2011-01-12
1
-16
/
+3
*
Update JavaInterfaceIntrospectorImpl to add checks for @Remotable annotations...
edwardsmj
2011-01-12
2
-4
/
+675
*
Update to create a service proxy directly instead of using the sca client fac...
antelder
2011-01-12
14
-48
/
+87
*
Adjust printing of blank lines so the Shell output is clearer
antelder
2011-01-11
1
-2
/
+1
*
Separate the Java implementation specific async invocation code from the core...
edwardsmj
2011-01-11
4
-16
/
+247
*
Complete enablement of the SCA Binding to deal with local Async invocations -...
edwardsmj
2011-01-11
5
-15
/
+202
*
Complete enablement of the JMS Binding to deal with Async invocations - as un...
edwardsmj
2011-01-11
5
-15
/
+40
*
Add capability to support Bindings that support Async invocations natively - ...
edwardsmj
2011-01-11
3
-9
/
+62
*
Add capability to support Bindings that support Async invocations natively - ...
edwardsmj
2011-01-11
13
-135
/
+409
*
Add capability to support Bindings that support Async invocations natively - ...
edwardsmj
2011-01-11
1
-1
/
+12
[next]