summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-11Update to use latest release of the bundle pluginantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922028 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11Updates to the base profile to include the oasis compliance testsantelder1-1/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922027 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11Update error messages file for POJO_8003 and 8012 and remove the excludes ↵antelder2-2/+2
for those so the Java CI test suite now passes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922002 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11TUSCANY-3483 Add missed comments and remove commented out codeslaws1-28/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921921 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11TUSCANY-3483 - ensure that policies defined in the implementation are ↵slaws5-32/+136
applied correctly to the component service. This pointed out another problem in that if binding.sca was defined on the reference with no uri but with intents then the intents weren't being applied to the EPR because the binding was being ignored (as it's a targeted reference). git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921903 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11Allows RMIHost to return mapped urirfeng6-9/+40
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921690 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11Fix for TUSCANY-3489rfeng10-64/+187
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921689 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11Remove some default binding system properties now that the runtime can work ↵antelder7-17/+0
this out git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921680 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11Update to automatically use binding.rmi instead of binding.ws if ws is not ↵antelder1-1/+4
avaialble git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921678 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11Increase th ewait time to try to fix the intermitent Hudson failsantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921655 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11Add JIRA number associated with test failantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921648 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11Add JIRA number for why test is taken outantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921644 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10Allow the customization of receiverAddressrfeng1-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921584 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10TUSCANY-242 add URI specific processing for binding uris and a couple of ↵slaws7-9/+16
others I missed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921293 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09Update hazelcast client map name (file missed from previous commit)antelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921180 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09Add hazelcast binding sca test to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921163 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09Add a copy of the binding-sca test using Hazelcastantelder96-0/+4399
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921161 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09Add stax impl dependency to work around issue with the Sun JDK XML parser ↵antelder1-1/+16
impl giving an unsupported operation exception creating an XMLStreamReader from a DOMSource. Adding the woodstox impl gets POL_4013 working and POL_4028 gets further but the test still fails (due to a Tuscany issue?) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921113 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09Update Hazelcast endpoint registry to remove endpoints from a runtime that ↵antelder2-93/+95
no longer exists git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921095 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09This should be going with Hazelcast 1.8.1 nowantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921093 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09TUSCANY-242 add URI processing wherever we read an anyURI attributeslaws10-27/+31
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920885 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09Correct error messages for current runtimeslaws1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920811 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09Small update to status commentslaws1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920810 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09Re-enable 8002 by fixing up the error messages to match the latest runtime ↵slaws2-2/+1
behaviour git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920795 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09Correct error message for 6008 and re-enable it. Remaining disabled test is ↵slaws2-2/+1
being discussed at OASIS. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920782 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Remove trailing : from error message to see if that fixes the Hudson build failantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920536 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Add a profile for just teh compliance tests, maybe just temporarily to ↵antelder1-0/+7
verify the Hudson build working properly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920505 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Add compliance tests to distribution profileantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920504 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Improve error message when WSDL can't generated. slaws2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920374 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08A few more comments on statusslaws1-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920373 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Add details of more existing JIRAslaws1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920299 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Add details of more existing JIRAslaws1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920290 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Switch binder interface over to throwing exceptions rather than returning ↵slaws4-22/+27
booleans. Allows the full details of a missmatch to be retrieved in the runtime case as well as the build time case. Update the matching test case to take advantage of the extra information. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920287 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Correct audit statement in failure caseslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920260 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Update to Hazelcast 1.8.1antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920185 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Update to Hazelcast 1.8.1antelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920184 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Update to Hazelcast 1.8.1antelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920183 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Update to Hazelcast 1.8.1antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920182 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Update to Hazelcast 1.8.1antelder3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920181 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08CLean up itest pom.xml by removing unused profilesantelder1-91/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920180 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Add compliance tests into the fast profileantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920179 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Skip deploy for the itests. We don't need them deployed and the only thing ↵antelder1-0/+13
that ever tries to is Hudson so this stops that happening as it takes a lot of time in the Hudson build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920178 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Include all compliance test suitesantelder1-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920166 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Add compliance tests to the default buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920161 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Add a mixxed case version of the key for the XMLSchema DTD to the xsd cache. ↵antelder1-0/+2
This stops Tuscany going out to the internet to get the scheme which has a big performance impact when loading contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920155 13f79535-47bb-0310-9956-ffa450edef68
2010-03-07Update unpack to exclude OASIS version of the commons logging properties fileantelder4-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920143 13f79535-47bb-0310-9956-ffa450edef68
2010-03-07Add excludes for failing testsantelder1-0/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920141 13f79535-47bb-0310-9956-ffa450edef68
2010-03-07Add excludes for failing testsantelder1-0/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920140 13f79535-47bb-0310-9956-ffa450edef68
2010-03-07Add excludes for failing testsantelder1-1/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920139 13f79535-47bb-0310-9956-ffa450edef68
2010-03-07Add excludes for failing testsantelder1-0/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920137 13f79535-47bb-0310-9956-ffa450edef68