summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-26Don't see why this would effect anything as the tests don't run in parallel ↵antelder1-0/+15
but switch it off anyway to see if it changes the hudson build fail git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903258 13f79535-47bb-0310-9956-ffa450edef68
2010-01-26Update wait time as it still fails sometimes on hudsonantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903216 13f79535-47bb-0310-9956-ffa450edef68
2010-01-26First cut at having a programatic way to get the svn revision that a tuscany ↵antelder4-0/+140
build is from. This approach seems a little conveluted so if anyone has a better approach please do say, this one uses the Maven buildnumber plugin to set a mvn property with the svn revision, which is then written into a message properties file with the antrun plugin, which is then used initilize a constant in a Version class. Not sure if it even actually works, committing it so i can get a Hudson build and check if it does end up with the correct value git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903166 13f79535-47bb-0310-9956-ffa450edef68
2010-01-25Try to fix this on Hudson by disabling parallel tests, though it works ok ↵antelder1-0/+19
with that for me locally so this might not be the issue, perhaps its multicast on Hudson git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902876 13f79535-47bb-0310-9956-ffa450edef68
2010-01-25Catch up the tomcat runtime with all the recent domain and node changesantelder6-9/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902818 13f79535-47bb-0310-9956-ffa450edef68
2010-01-25Some tidying of error handling and add ability to print out reason match ↵slaws2-87/+84
failed in error case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902811 13f79535-47bb-0310-9956-ffa450edef68
2010-01-25Update the matching algorithm to take account of the binding configuration ↵slaws1-70/+198
on the service side. This will break a few otests but bear with me for a little while. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902791 13f79535-47bb-0310-9956-ffa450edef68
2010-01-25Add operation that returns the list of bindings that this policy is designed ↵slaws5-0/+27
to operation with. Am in two minds whether this should be on the provider or the builder. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902789 13f79535-47bb-0310-9956-ffa450edef68
2010-01-25Add a logging intent so that reference/service policies matchslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902788 13f79535-47bb-0310-9956-ffa450edef68
2010-01-25Add policy sets so that intents are resolvedslaws1-0/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902787 13f79535-47bb-0310-9956-ffa450edef68
2010-01-25Needs the policy sets to resolve the specified intents. However leaving them ↵slaws1-7/+12
empty so that there are no matching implications. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902786 13f79535-47bb-0310-9956-ffa450edef68
2010-01-25Start adding some remote node test to the hazelcast nodes testsantelder3-1/+88
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902761 13f79535-47bb-0310-9956-ffa450edef68
2010-01-25Use the single threaded test runnerantelder1-0/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902760 13f79535-47bb-0310-9956-ffa450edef68
2010-01-25Use separate domain names so tests don't interactantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902759 13f79535-47bb-0310-9956-ffa450edef68
2010-01-25Use uri equals for comparing endpoints so that serialzed/deserilized ↵antelder1-3/+5
endpoints work ok git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902757 13f79535-47bb-0310-9956-ffa450edef68
2010-01-25Get the correct registry even when the client doesn't use the full uriantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902756 13f79535-47bb-0310-9956-ffa450edef68
2010-01-23Use different domain names for each test so that they don't interact when ↵antelder2-2/+2
running in parallel git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902424 13f79535-47bb-0310-9956-ffa450edef68
2010-01-23Uncomment out test method that was inadvertently committed commented outantelder1-10/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902402 13f79535-47bb-0310-9956-ffa450edef68
2010-01-23Fix the node tests by using a consistent domain name everywhere and using ↵antelder8-23/+28
NodeFactory.getInstance instead of newInstance, change the default domain name to be simply 'default', add all the node itests back into the build as they work now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902401 13f79535-47bb-0310-9956-ffa450edef68
2010-01-23Testcases for the uri methodsantelder1-0/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902398 13f79535-47bb-0310-9956-ffa450edef68
2010-01-23Add a mehod to create a node with a uri and composite to match the uri only ↵antelder1-0/+7
method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902397 13f79535-47bb-0310-9956-ffa450edef68
2010-01-22Disabling the othe two node test as it is also failing on Hudson. See SVN ↵mcombellack1-1/+1
commit 901738 for more info at http://svn.apache.org/viewvc?view=revision&revision=901738 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901932 13f79535-47bb-0310-9956-ffa450edef68
2010-01-21Didn't need to add the managed shared policy piece as it's just a profile ↵slaws2-11/+6
intent. Doh git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901878 13f79535-47bb-0310-9956-ffa450edef68
2010-01-21TUSCANY-3433 - add policy transaction from 1.x. Different here is that code ↵slaws26-0/+1834
is changed to match 2.x SPI and the "runtime" parts are in a separate package. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901868 13f79535-47bb-0310-9956-ffa450edef68
2010-01-21Exclude service listeners from system bundlesrfeng2-5/+36
Use the Deployer to load client contribution for dynamic nodes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901857 13f79535-47bb-0310-9956-ffa450edef68
2010-01-21Take out the two nodes test as i see its failing on Hudson. I think thats ↵antelder1-1/+1
from a recent change i did but unfortunately i can't fix it just now asI'm using an old backup machine that crashes when doing a full Tuscany build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901738 13f79535-47bb-0310-9956-ffa450edef68
2010-01-21Start of tests for using the Hazelcast registry but just within the one JVMantelder3-0/+216
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901731 13f79535-47bb-0310-9956-ffa450edef68
2010-01-21Fix namespace on "variable" attribute of inserted initializer sequence for a ↵edwardsmj1-1/+1
BPEL process property value. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901730 13f79535-47bb-0310-9956-ffa450edef68
2010-01-21Start of some more nodes test, this one for Nodes all in the one JVMantelder3-0/+211
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901723 13f79535-47bb-0310-9956-ffa450edef68
2010-01-21Added UserTimingAspect class to make the timing aspect workramkumar6-16/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901680 13f79535-47bb-0310-9956-ffa450edef68
2010-01-21Workaround to JavaCAA oTest regressions JCA_8007_TestCase and JCA_8011_TestCaselresende1-7/+39
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901549 13f79535-47bb-0310-9956-ffa450edef68
2010-01-21Fix MFrfeng1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901472 13f79535-47bb-0310-9956-ffa450edef68
2010-01-21Fix compilation errors due to interface changerfeng2-13/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901470 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20Fixed SVN URLs listed in the pom.xml after SVN code re-organisationsmcombellack1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901351 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20Reverting accidentally committed changes from revisions 901322 and 901323 as ↵lresende2-0/+17
I haven't tested them in other platforms git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901330 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20Remove the test scope from the assembly-xml dependency to prevent ↵lresende1-1/+0
compilation errors. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901324 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20Removing other references to tools.jarlresende1-8/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901323 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20TUSCANY-2594 - Removing tools.jar dependency from parent pom ↵lresende1-9/+0
pluginManagement section to avoid issues in Mac OS environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901322 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20Removing unuzed imports to prevent compilation errorslresende1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901319 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20Remove the test scope from the assembly-xml dependency to prevent ↵lresende1-1/+0
compilation errors. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901318 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20Remove the test scope from the assembly-xml dependency to prevent ↵slaws1-1/+0
compilation errors. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901314 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20Start of making the Tuscany sca client impl work for both local or remote ↵antelder10-79/+205
nodes and to be generic for any binding. Work in progress, only local invocations work presently git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901270 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20TUSCANY-3426 read/write/resolve requires and policySets attributes that ↵slaws6-9/+40
appear in interface.java and interface.wsdl elements. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901251 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20Disable parallel test runningantelder1-0/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901166 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20Dummy matching code. Needs to be replaced with a WS policy interception ↵slaws2-5/+91
algorithm. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901151 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20Disable parallel test running for this itest as it doesn't workantelder1-0/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901143 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20add parallel to the distribution profile to see what happens with using that ↵antelder1-0/+19
on Hudson git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901135 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20Add all the modules to the fast profile (which isn't quite whats wanted, ↵antelder1-0/+9
would be better if you can use the profile with any of the other profiles, is there a way to do that?) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901134 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20Update to use junit 4.8.1 and add explicit surefire plugin configs which ↵antelder82-95/+194
disable paralell test running on the modules that currently don't work with that git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901133 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20Update for the latest oasis API codeantelder1-4/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901130 13f79535-47bb-0310-9956-ffa450edef68