summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-29TUSCANY-3720 Check for a valid domain on remote nodesbdaniel2-3/+43
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028921 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29unpack the dependecies earlier so that we pick up the local test messages ↵slaws1-1/+1
instead of the unpacked ones. This shouldn't usually make a difference however there are cases, when the svn mvn repo hasn't been updated, where the two versions get out of line git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028820 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29Fix POM.XML of implementation-web-runtime to address OSGi problems described ↵edwardsmj1-3/+3
in TUSCANY_3760 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028666 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29Fix MANIFEST.MF and POM.XML to address OSGi problems described in TUSCANY_3760edwardsmj2-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028665 13f79535-47bb-0310-9956-ffa450edef68
2010-10-28Handling null return values in JSON-RPC bindinglresende1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028450 13f79535-47bb-0310-9956-ffa450edef68
2010-10-28TUSCANY-3709 re-enable excluded compliance testsbdaniel2-11/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028369 13f79535-47bb-0310-9956-ffa450edef68
2010-10-28TUSCANY-3709 Do not aggregate schema types into facade WSDL, check local ↵bdaniel2-3/+46
inline types before other WSDL documents, and update OASIS assembly test error messages git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028182 13f79535-47bb-0310-9956-ffa450edef68
2010-10-27TUSCANY-3757 - add code (commented out currently) to demonstrate void return ↵slaws8-5/+105
type scenario. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027990 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26Adding missing package (org.apache.tuscany.sca.common.xml.dom) to MANIFEST.MFlresende1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027713 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26TUSCANY-3735: Don't use HTTP authorization or authentication by default ↵nash2-13/+29
(merged 1.x commit r1027705) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027710 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26Merge r1027700 Add test to ensure If-Modified-Since returns 304 if feed is ↵nash1-1/+15
unmodified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027704 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26TUSCANY-3743: Return correct response code from If-Unmodified-Since (merged ↵nash2-3/+3
1.x commit r1027693) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027695 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26TUSCANY-3742: Fix time comparison for If-Modified-Since and ↵nash2-11/+29
If-Unmodified-Since (merged 1.x commit r1027658) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027684 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26TUSCANY-3734: Fix incorrect rendering of non-ASCII characters (merged 1.x ↵nash1-5/+4
commit r1027641) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027655 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26TUSCANY-3749 - make a start on content for Beta1slaws1-0/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027607 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26Add missing build fileslaws1-0/+57
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027604 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26TUSCANY-3740 - add binding.comet, implementation-jaxrs into the distro. ↵slaws7-11/+17
Update JSR311 version to the version now pulled in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027603 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26Tidy up dependenciesslaws1-9/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027598 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26Correct another sample contribution dependencyantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027433 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26Correct contribution dependency nameantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027423 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26Correct included contribution nameantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027416 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Correct another dependency missed from the hazelcast module changesantelder1-16/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027133 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Add test for binding-jsonrpc sampleslaws3-7/+136
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027123 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Correct relative path for new sample locationslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027119 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25When the correlation scheme is set to correlationId then make sure a ↵antelder1-3/+6
correlationid is set on a request message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027105 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25A bit more tidyingslaws1-9/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027102 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Remove old hazelcast moduleantelder1-6/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027100 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Correct dependenceisantelder1-17/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027099 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Correct dependenciesantelder1-8/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027097 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Correct dependenciesantelder1-11/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027095 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Doesn't need to depend on base and doing so for a compile dependency causes ↵slaws1-1/+1
a cycle in the build via implementation-python git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027028 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Correct contribution names now "contribution" comes at the endslaws2-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027018 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Add missing Python modelslaws1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027015 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Remove module missed in other deletesantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026998 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25fix typoslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026997 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Switch to use domain-hazelcast and remove old hazelcast mpodulesantelder43-2297/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026995 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Update tuscany plugin to use hazelcast domainantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026985 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Add hazelcast doamion module to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026983 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Remove CompositeContext threadlocal thats might be causeing a storage leak ↵antelder3-17/+1
as Tuscany doesn't use this anymore git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026981 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Merge the hazelcast modules into a single moduleantelder28-0/+2104
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026973 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22TUSCANY-3739 Add implementation-python-runtime to bin distro and update licensebdaniel2-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026423 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22Test all of the embedded-jse targetsslaws1-1/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026347 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22take account of the base-runtime-pom name changeslaws1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026346 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22Fix up ant scrip to run the async sample and make the target names more like ↵slaws1-8/+28
the contribution names git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026338 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22These are not contributions they start the SCA clientslaws9-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026304 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22Move the maven junit samples to running-tuscany.slaws57-4/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026302 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22It's a webapp not a contributionslaws11-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026301 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22Add example of Tuscany runtime run from JUnit test. slaws19-0/+719
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026289 13f79535-47bb-0310-9956-ffa450edef68
2010-10-21Set JMSReplyTo based on the latest binding.jms specrfeng2-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026126 13f79535-47bb-0310-9956-ffa450edef68
2010-10-21Add sync version of the bi-directional interactionrfeng11-18/+193
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026125 13f79535-47bb-0310-9956-ffa450edef68