summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-01-17Update deserialization of RuntimeEndpointImpl & RuntimeEndpointReferenceImpl ↵edwardsmj4-9/+117
to cope with Threads which dont have a ComponentContext available - in support of TUSCANY-3811 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059921 13f79535-47bb-0310-9956-ffa450edef68
2011-01-17Make MessageFactoryImpl serializable to enable correct serialization of ↵edwardsmj1-2/+9
Endpoints & Endpoint references git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059919 13f79535-47bb-0310-9956-ffa450edef68
2011-01-17Correcting MANIFEST of implementation-java-runtime to export ↵edwardsmj1-15/+26
org.apache.tuscany.sca.implementation.java.context at version 2.0.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059916 13f79535-47bb-0310-9956-ffa450edef68
2011-01-17Mark several fields as "transient" in ResponseDispatchImpl to reduce data ↵edwardsmj1-5/+5
that is serialized unnecessarily. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059915 13f79535-47bb-0310-9956-ffa450edef68
2011-01-15Update getService to work with services on remote nodesantelder3-5/+193
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059305 13f79535-47bb-0310-9956-ffa450edef68
2011-01-15Make test interface remotable so it can be used to test distributed opsantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059283 13f79535-47bb-0310-9956-ffa450edef68
2011-01-15Update pom to avoid circular dependenciesantelder1-2/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059282 13f79535-47bb-0310-9956-ffa450edef68
2011-01-14Add getter methods for the endpoint and endpoint and endpointRef to ↵bdaniel1-0/+7
AsyncResponseInvoker git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059083 13f79535-47bb-0310-9956-ffa450edef68
2011-01-14TUSCANY-3784 - Add multiple operations and a void return type to the async ↵slaws7-6/+101
part of the implementation same git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059033 13f79535-47bb-0310-9956-ffa450edef68
2011-01-14TUSCANY-3783 - throw system exceptions rather than pushing them into the ↵slaws1-4/+1
response path. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059032 13f79535-47bb-0310-9956-ffa450edef68
2011-01-14TUSCANY-3801 - make the non-blocking interceptor work with native async bindingsslaws1-8/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059030 13f79535-47bb-0310-9956-ffa450edef68
2011-01-14TUSCANY-3788 - Put some more info back into the response message based on ↵slaws1-1/+9
what's stored in the response invoker git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059028 13f79535-47bb-0310-9956-ffa450edef68
2011-01-14Remove actspec == destname check as thats not strictly correct and the test ↵antelder1-14/+0
requirement isn't in the compliance tests anymore git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059008 13f79535-47bb-0310-9956-ffa450edef68
2011-01-14TUSCANY-3788 - Resolved async references are now started at start time to ↵slaws3-80/+92
give them a chance to create a response listener. Plus remove an unused reference starting interface from the component context as it;s all handled by endpoint references now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058955 13f79535-47bb-0310-9956-ffa450edef68
2011-01-14Take this out for now as it doesn't appear to be used by anythig or do ↵antelder1-2/+2
anything but it does try to start and opens a log file which causes conflicts if mutlipe runtimes try to open the same file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058917 13f79535-47bb-0310-9956-ffa450edef68
2011-01-14This works fine for me so put back so i can verify it works with Hudson tooantelder1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058912 13f79535-47bb-0310-9956-ffa450edef68
2011-01-14JCAA still seems to be loading a logging configuration from somewhere that ↵slaws1-0/+7
requires Log4J. I can't find it so to get the build going I'll add the dependency. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058897 13f79535-47bb-0310-9956-ffa450edef68
2011-01-14Update to use local version of Endpoint if a local Endpoint existsantelder1-13/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058877 13f79535-47bb-0310-9956-ffa450edef68
2011-01-13Add context via MediatorImpl so a transformer can know whether a transform ↵scottkurz3-5/+27
is for input/output/fault. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058748 13f79535-47bb-0310-9956-ffa450edef68
2011-01-13TUSCANY-3815 - Don't add a namespace twice.slaws1-2/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058574 13f79535-47bb-0310-9956-ffa450edef68
2011-01-13Switch the debugging statement (which remains commented out) round as you ↵slaws1-3/+3
want to know the output before it's loaded. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058572 13f79535-47bb-0310-9956-ffa450edef68
2011-01-13Remove some redundant dependencies. Also for some strange reason I have to ↵slaws1-14/+2
move to the base pom dependency to get this to work. The normal jar is ok for the others. Haven't got to the bottom of it yet, git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058568 13f79535-47bb-0310-9956-ffa450edef68
2011-01-13Update message to match OASISslaws2-3/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058566 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12Add some more constants for use in the async processingslaws1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058230 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12Re-enabling iTest Callback SeparateThread following fix to TUSCANY-3816edwardsmj1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058215 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12Fix for the problem in Callback-SeparateThread iTest identified in TUSCANY-3816edwardsmj1-5/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058211 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12Add setAutoDestroy methdodantelder3-8/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058187 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12Update to use getService from Nodeantelder1-16/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058185 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12Re-enabled all OASIS Java CAA testcases, plus updated Tuscany error messagesedwardsmj2-14/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058151 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12Update JavaInterfaceIntrospectorImpl to add checks for @Remotable ↵edwardsmj2-4/+675
annotations in illegal locations on methods and on method parameters, as described in TUSCANY-3817 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058146 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12Update to create a service proxy directly instead of using the sca client ↵antelder14-48/+87
factory api and update testcases for that, and rename package git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058025 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11Adjust printing of blank lines so the Shell output is clearerantelder1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057921 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11Separate the Java implementation specific async invocation code from the ↵edwardsmj4-16/+247
core code - as in TUSCANY-3786 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057654 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11Complete enablement of the SCA Binding to deal with local Async invocations ↵edwardsmj5-15/+202
- as under TUSCANY-3811 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057653 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11Complete enablement of the JMS Binding to deal with Async invocations - as ↵edwardsmj5-15/+40
under TUSCANY-3809 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057651 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11Add capability to support Bindings that support Async invocations natively - ↵edwardsmj3-9/+62
as under TUSCANY-3801 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057650 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11Add capability to support Bindings that support Async invocations natively - ↵edwardsmj13-135/+409
as under TUSCANY-3801 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057648 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11Add capability to support Bindings that support Async invocations natively - ↵edwardsmj1-1/+12
as under TUSCANY-3801 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057647 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11Add capability to support Bindings that support Async invocations natively - ↵edwardsmj2-8/+25
as under TUSCANY-3801 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057645 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11Disabled Callback SeparateThread iTest due to problem described in TUSCANY-3816edwardsmj1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057555 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11Clear the endpoints when the service is stoppedantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057430 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11Make sure the binding uri is reset when the service is stoppedantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057420 13f79535-47bb-0310-9956-ffa450edef68
2011-01-10Add a simple test case to look a implementations that use doc/lit (bare) ↵slaws9-1/+356
interfaces. There was a conversation on the ML about whether databinding is clever enough to translate between bare and wrapped as the data passes from implementation to binding as it's send through a reference. At the moment the test gives me index out of bounds. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057230 13f79535-47bb-0310-9956-ffa450edef68
2011-01-10Updates to CHANGES fileantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057119 13f79535-47bb-0310-9956-ffa450edef68
2011-01-10Bump up copyright year in the NOTICE filesantelder101-154/+154
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057117 13f79535-47bb-0310-9956-ffa450edef68
2011-01-08TUSCANY-3812 - Fixing feed id to avoid generating different md5 hash which ↵lresende1-1/+1
is breaking caching git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056790 13f79535-47bb-0310-9956-ffa450edef68
2011-01-08TUSCANY-3814 - Fixing http headers to avoid hanging IE6 when consuming ↵lresende6-100/+95
tuscany atom feeds git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056789 13f79535-47bb-0310-9956-ffa450edef68
2011-01-08Minor formattinglresende1-49/+68
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056788 13f79535-47bb-0310-9956-ffa450edef68
2011-01-07Fix to the processing of @Callback annotation on Field or Method, to enable ↵edwardsmj1-0/+10
Tuscany to comply with OASIS Java CAA testcase 10035, as described in TUSCANY-3813. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056294 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04Update to support being run with mvn exec:javaantelder2-3/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1055077 13f79535-47bb-0310-9956-ffa450edef68