summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bare+JAXB wsdlgen case. Fix Holder+void_return_type case.scottkurz2011-01-256-90/+137
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063125 13f79535-47bb-0310-9956-ffa450edef68
* Fixing serialization of AsyncResponseInvoker in support of async services ↵edwardsmj2011-01-241-2/+18
| | | | | | under TUSCANY-3783 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062950 13f79535-47bb-0310-9956-ffa450edef68
* Fixing serialization of AsyncResponseInvoker in support of async services ↵edwardsmj2011-01-244-21/+161
| | | | | | under TUSCANY-3783 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062814 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3783 - don't wrap exceptions unnecessarilyslaws2011-01-211-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061855 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3783 - Fix a hole in the AsyncReponseInvoker serialization to cover ↵slaws2011-01-212-1/+34
| | | | | | the case there invoker is de-serialized inside the same context that serialized it. Update the sample to demonstrate a stop/start scenario. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061851 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to the JavaInterface code dealing with the type of the response ↵edwardsmj2011-01-212-4/+8
| | | | | | parameter for an async service method - needed fixup after changes caused by the new Holders code. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061775 13f79535-47bb-0310-9956-ffa450edef68
* Partially fix TUSCANY-3675 to get some distributed domain functions working ↵antelder2011-01-205-13/+51
| | | | | | again git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061571 13f79535-47bb-0310-9956-ffa450edef68
* Fix IndexOutOfBoundsException from TUSCANY-3819 fix.scottkurz2011-01-203-9/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061531 13f79535-47bb-0310-9956-ffa450edef68
* Update to use as the default the network interface set as default on the ↵antelder2011-01-201-44/+2
| | | | | | machine, which users can change as necessary git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061488 13f79535-47bb-0310-9956-ffa450edef68
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj2011-01-201-0/+15
| | | | | | TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061392 13f79535-47bb-0310-9956-ffa450edef68
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj2011-01-201-24/+32
| | | | | | TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061391 13f79535-47bb-0310-9956-ffa450edef68
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj2011-01-201-0/+12
| | | | | | TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061389 13f79535-47bb-0310-9956-ffa450edef68
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj2011-01-206-49/+181
| | | | | | TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061385 13f79535-47bb-0310-9956-ffa450edef68
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj2011-01-203-12/+85
| | | | | | TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061384 13f79535-47bb-0310-9956-ffa450edef68
* Manifest updates for package renamesantelder2011-01-201-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061332 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz2011-01-2020-285/+401
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061329 13f79535-47bb-0310-9956-ffa450edef68
* Fix split package by renaming packages, for now to org.apache.tuscany.sca to ↵antelder2011-01-2013-27/+30
| | | | | | fix the immediate problem but there's a bit of work to do cleanging up the dependency tangle to use the core/core-spi module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061327 13f79535-47bb-0310-9956-ffa450edef68
* Commite name change missed in previous commitantelder2011-01-191-8/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060922 13f79535-47bb-0310-9956-ffa450edef68
* Thiss seems to be mid change. Am hoping this will get the build going at least.slaws2011-01-191-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060897 13f79535-47bb-0310-9956-ffa450edef68
* No code change just organize importsantelder2011-01-197-21/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060742 13f79535-47bb-0310-9956-ffa450edef68
* Fix runComposite with shared runtime instance and update testcaseantelder2011-01-192-3/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060741 13f79535-47bb-0310-9956-ffa450edef68
* Rename main class to TuscanyRuntimeantelder2011-01-196-46/+67
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060728 13f79535-47bb-0310-9956-ffa450edef68
* Correct parsing of quoted strings in the argument listantelder2011-01-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059956 13f79535-47bb-0310-9956-ffa450edef68
* Update deserialization of RuntimeEndpointImpl & RuntimeEndpointReferenceImpl ↵edwardsmj2011-01-174-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
* Make MessageFactoryImpl serializable to enable correct serialization of ↵edwardsmj2011-01-171-2/+9
| | | | | | Endpoints & Endpoint references git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059919 13f79535-47bb-0310-9956-ffa450edef68
* Correcting MANIFEST of implementation-java-runtime to export ↵edwardsmj2011-01-171-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
* Mark several fields as "transient" in ResponseDispatchImpl to reduce data ↵edwardsmj2011-01-171-5/+5
| | | | | | that is serialized unnecessarily. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059915 13f79535-47bb-0310-9956-ffa450edef68
* Update getService to work with services on remote nodesantelder2011-01-153-5/+193
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059305 13f79535-47bb-0310-9956-ffa450edef68
* Make test interface remotable so it can be used to test distributed opsantelder2011-01-151-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059283 13f79535-47bb-0310-9956-ffa450edef68
* Update pom to avoid circular dependenciesantelder2011-01-151-2/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059282 13f79535-47bb-0310-9956-ffa450edef68
* Add getter methods for the endpoint and endpoint and endpointRef to ↵bdaniel2011-01-141-0/+7
| | | | | | AsyncResponseInvoker git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059083 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3783 - throw system exceptions rather than pushing them into the ↵slaws2011-01-141-4/+1
| | | | | | response path. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059032 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - make the non-blocking interceptor work with native async bindingsslaws2011-01-141-8/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059030 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3788 - Put some more info back into the response message based on ↵slaws2011-01-141-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
* Remove actspec == destname check as thats not strictly correct and the test ↵antelder2011-01-141-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
* TUSCANY-3788 - Resolved async references are now started at start time to ↵slaws2011-01-143-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
* Update to use local version of Endpoint if a local Endpoint existsantelder2011-01-141-13/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058877 13f79535-47bb-0310-9956-ffa450edef68
* Add context via MediatorImpl so a transformer can know whether a transform ↵scottkurz2011-01-133-5/+27
| | | | | | is for input/output/fault. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058748 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3815 - Don't add a namespace twice.slaws2011-01-131-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058574 13f79535-47bb-0310-9956-ffa450edef68
* Switch the debugging statement (which remains commented out) round as you ↵slaws2011-01-131-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
* Add some more constants for use in the async processingslaws2011-01-121-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058230 13f79535-47bb-0310-9956-ffa450edef68
* Add setAutoDestroy methdodantelder2011-01-123-8/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058187 13f79535-47bb-0310-9956-ffa450edef68
* Update to use getService from Nodeantelder2011-01-121-16/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058185 13f79535-47bb-0310-9956-ffa450edef68
* Update JavaInterfaceIntrospectorImpl to add checks for @Remotable ↵edwardsmj2011-01-122-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
* Update to create a service proxy directly instead of using the sca client ↵antelder2011-01-1214-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
* Adjust printing of blank lines so the Shell output is clearerantelder2011-01-111-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057921 13f79535-47bb-0310-9956-ffa450edef68
* Separate the Java implementation specific async invocation code from the ↵edwardsmj2011-01-114-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
* Complete enablement of the SCA Binding to deal with local Async invocations ↵edwardsmj2011-01-115-15/+202
| | | | | | - as under TUSCANY-3811 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057653 13f79535-47bb-0310-9956-ffa450edef68
* Complete enablement of the JMS Binding to deal with Async invocations - as ↵edwardsmj2011-01-115-15/+40
| | | | | | under TUSCANY-3809 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057651 13f79535-47bb-0310-9956-ffa450edef68
* Add capability to support Bindings that support Async invocations natively - ↵edwardsmj2011-01-113-9/+62
| | | | | | as under TUSCANY-3801 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057650 13f79535-47bb-0310-9956-ffa450edef68