summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-01Add quiet logging constantantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066000 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28Update RAT excludesantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1064703 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28Add misisnglicense headersantelder2-0/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1064701 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28Add missing license headersantelder2-0/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1064697 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27Modified poms for Maven 3 compliance.fmoga61-67/+107
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1064296 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26Update to as much as possible only use dependencies in the maven central ↵antelder35-357/+136
repo and for where thats not possible define the other repository in the module that uses it not the top level pom.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063664 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26Commit some more multiple output tests and un-ignore existing ones.scottkurz8-18/+66
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063552 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26Fix more issues with multiple outputs.scottkurz7-85/+68
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063548 13f79535-47bb-0310-9956-ffa450edef68
2011-01-25Delegate the creation of the response invoker if there is a delegate present. slaws2-2/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063280 13f79535-47bb-0310-9956-ffa450edef68
2011-01-25comment out the direct otest dependency as this pulls in two copies of ↵slaws1-2/+8
Tuscany JARs and add in a line (commented out) to show how to debug surefire tests. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063276 13f79535-47bb-0310-9956-ffa450edef68
2011-01-25Fix bare+JAXB wsdlgen case. Fix Holder+void_return_type case.scottkurz6-90/+137
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063125 13f79535-47bb-0310-9956-ffa450edef68
2011-01-24Add some tests (@Ignore'd) showing problems in void return type + Holder case.scottkurz4-28/+130
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062956 13f79535-47bb-0310-9956-ffa450edef68
2011-01-24Fixing serialization of AsyncResponseInvoker in support of async services ↵edwardsmj1-2/+18
under TUSCANY-3783 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062950 13f79535-47bb-0310-9956-ffa450edef68
2011-01-24Fixing serialization of AsyncResponseInvoker in support of async services ↵edwardsmj4-21/+161
under TUSCANY-3783 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062814 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21TUSCANY-3783 - don't wrap exceptions unnecessarilyslaws1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061855 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21TUSCANY-3783 - Fix a hole in the AsyncReponseInvoker serialization to cover ↵slaws6-28/+171
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
2011-01-21Fix itest module name.scottkurz1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061838 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21Adding the OASIS MVN Repo to the list of repos in the base POM - used for ↵edwardsmj1-0/+12
some OASIS standard JARs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061823 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21Fixes to the JavaInterface code dealing with the type of the response ↵edwardsmj2-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
2011-01-21TUSCANY-3675 - Ignore the base tests while the bare/holder function is ↵slaws1-0/+2
sorted out git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061767 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21Make module name consistent with the other itestsslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061765 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21Change itests to depend on base pom rather than base jar so that we can ↵slaws54-121/+175
sensibly use/updates itests in eclipse without having to rebuilt the jar all the time. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061763 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Partially fix TUSCANY-3675 to get some distributed domain functions working ↵antelder6-19/+56
again git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061571 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Fix IndexOutOfBoundsException from TUSCANY-3819 fix.scottkurz3-9/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061531 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Update to use as the default the network interface set as default on the ↵antelder1-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
2011-01-20Correcting license headers of various filesedwardsmj15-147/+199
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061402 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Adding new group of Itests for Async Servicesedwardsmj20-0/+1168
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061396 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj1-0/+15
TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061392 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj1-24/+32
TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061391 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj1-0/+12
TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061389 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj6-49/+181
TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061385 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj3-12/+85
TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061384 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Expedite test execution by doing static setup/teardownscottkurz2-18/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061343 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Manifest updates for package renamesantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061332 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz20-285/+401
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061329 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Fix split package by renaming packages, for now to org.apache.tuscany.sca to ↵antelder13-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
2011-01-19Add multiple output (Holder) itests.scottkurz14-0/+1322
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060924 13f79535-47bb-0310-9956-ffa450edef68
2011-01-19Commite name change missed in previous commitantelder1-8/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060922 13f79535-47bb-0310-9956-ffa450edef68
2011-01-19Thiss seems to be mid change. Am hoping this will get the build going at least.slaws1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060897 13f79535-47bb-0310-9956-ffa450edef68
2011-01-19Update CHANGES fileantelder1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060767 13f79535-47bb-0310-9956-ffa450edef68
2011-01-19No code change just organize importsantelder7-21/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060742 13f79535-47bb-0310-9956-ffa450edef68
2011-01-19Fix runComposite with shared runtime instance and update testcaseantelder2-3/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060741 13f79535-47bb-0310-9956-ffa450edef68
2011-01-19Rename main class to TuscanyRuntimeantelder6-46/+67
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060728 13f79535-47bb-0310-9956-ffa450edef68
2011-01-17Correct parsing of quoted strings in the argument listantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059956 13f79535-47bb-0310-9956-ffa450edef68
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