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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Expedite test execution by doing static setup/teardown
scottkurz
2011-01-20
2
-18
/
+18
*
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
*
Add multiple output (Holder) itests.
scottkurz
2011-01-19
14
-0
/
+1322
*
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
*
Update CHANGES file
antelder
2011-01-19
1
-2
/
+4
*
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-3784 - Add multiple operations and a void return type to the async pa...
slaws
2011-01-14
7
-6
/
+101
*
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
*
Take this out for now as it doesn't appear to be used by anythig or do anythi...
antelder
2011-01-14
1
-2
/
+2
*
This works fine for me so put back so i can verify it works with Hudson too
antelder
2011-01-14
1
-2
/
+1
*
JCAA still seems to be loading a logging configuration from somewhere that re...
slaws
2011-01-14
1
-0
/
+7
*
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
*
Remove some redundant dependencies. Also for some strange reason I have to mo...
slaws
2011-01-13
1
-14
/
+2
*
Update message to match OASIS
slaws
2011-01-13
2
-3
/
+4
*
Add some more constants for use in the async processing
slaws
2011-01-12
1
-1
/
+2
*
Re-enabling iTest Callback SeparateThread following fix to TUSCANY-3816
edwardsmj
2011-01-12
1
-3
/
+1
*
Fix for the problem in Callback-SeparateThread iTest identified in TUSCANY-3816
edwardsmj
2011-01-12
1
-5
/
+27
*
Add setAutoDestroy methdod
antelder
2011-01-12
3
-8
/
+27
*
Update to use getService from Node
antelder
2011-01-12
1
-16
/
+3
*
Re-enabled all OASIS Java CAA testcases, plus updated Tuscany error messages
edwardsmj
2011-01-12
2
-14
/
+13
*
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
[next]