summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't see why this would effect anything as the tests don't run in parallel ↵antelder2010-01-261-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
* Update wait time as it still fails sometimes on hudsonantelder2010-01-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903216 13f79535-47bb-0310-9956-ffa450edef68
* First cut at having a programatic way to get the svn revision that a tuscany ↵antelder2010-01-264-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
* Try to fix this on Hudson by disabling parallel tests, though it works ok ↵antelder2010-01-251-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
* Catch up the tomcat runtime with all the recent domain and node changesantelder2010-01-256-9/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902818 13f79535-47bb-0310-9956-ffa450edef68
* Some tidying of error handling and add ability to print out reason match ↵slaws2010-01-252-87/+84
| | | | | | failed in error case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902811 13f79535-47bb-0310-9956-ffa450edef68
* Update the matching algorithm to take account of the binding configuration ↵slaws2010-01-251-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
* Add operation that returns the list of bindings that this policy is designed ↵slaws2010-01-255-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
* Add a logging intent so that reference/service policies matchslaws2010-01-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902788 13f79535-47bb-0310-9956-ffa450edef68
* Add policy sets so that intents are resolvedslaws2010-01-251-0/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902787 13f79535-47bb-0310-9956-ffa450edef68
* Needs the policy sets to resolve the specified intents. However leaving them ↵slaws2010-01-251-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
* Start adding some remote node test to the hazelcast nodes testsantelder2010-01-253-1/+88
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902761 13f79535-47bb-0310-9956-ffa450edef68
* Use the single threaded test runnerantelder2010-01-251-0/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902760 13f79535-47bb-0310-9956-ffa450edef68
* Use separate domain names so tests don't interactantelder2010-01-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902759 13f79535-47bb-0310-9956-ffa450edef68
* Use uri equals for comparing endpoints so that serialzed/deserilized ↵antelder2010-01-251-3/+5
| | | | | | endpoints work ok git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902757 13f79535-47bb-0310-9956-ffa450edef68
* Get the correct registry even when the client doesn't use the full uriantelder2010-01-251-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902756 13f79535-47bb-0310-9956-ffa450edef68
* Use different domain names for each test so that they don't interact when ↵antelder2010-01-232-2/+2
| | | | | | running in parallel git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902424 13f79535-47bb-0310-9956-ffa450edef68
* Uncomment out test method that was inadvertently committed commented outantelder2010-01-231-10/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902402 13f79535-47bb-0310-9956-ffa450edef68
* Fix the node tests by using a consistent domain name everywhere and using ↵antelder2010-01-238-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
* Testcases for the uri methodsantelder2010-01-231-0/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902398 13f79535-47bb-0310-9956-ffa450edef68
* Add a mehod to create a node with a uri and composite to match the uri only ↵antelder2010-01-231-0/+7
| | | | | | method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902397 13f79535-47bb-0310-9956-ffa450edef68
* Disabling the othe two node test as it is also failing on Hudson. See SVN ↵mcombellack2010-01-221-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
* Didn't need to add the managed shared policy piece as it's just a profile ↵slaws2010-01-212-11/+6
| | | | | | intent. Doh git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901878 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3433 - add policy transaction from 1.x. Different here is that code ↵slaws2010-01-2126-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
* Exclude service listeners from system bundlesrfeng2010-01-212-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
* Take out the two nodes test as i see its failing on Hudson. I think thats ↵antelder2010-01-211-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
* Start of tests for using the Hazelcast registry but just within the one JVMantelder2010-01-213-0/+216
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901731 13f79535-47bb-0310-9956-ffa450edef68
* Fix namespace on "variable" attribute of inserted initializer sequence for a ↵edwardsmj2010-01-211-1/+1
| | | | | | BPEL process property value. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901730 13f79535-47bb-0310-9956-ffa450edef68
* Start of some more nodes test, this one for Nodes all in the one JVMantelder2010-01-213-0/+211
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901723 13f79535-47bb-0310-9956-ffa450edef68
* Added UserTimingAspect class to make the timing aspect workramkumar2010-01-216-16/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901680 13f79535-47bb-0310-9956-ffa450edef68
* Workaround to JavaCAA oTest regressions JCA_8007_TestCase and JCA_8011_TestCaselresende2010-01-211-7/+39
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901549 13f79535-47bb-0310-9956-ffa450edef68
* Fix MFrfeng2010-01-211-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901472 13f79535-47bb-0310-9956-ffa450edef68
* Fix compilation errors due to interface changerfeng2010-01-212-13/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901470 13f79535-47bb-0310-9956-ffa450edef68
* Fixed SVN URLs listed in the pom.xml after SVN code re-organisationsmcombellack2010-01-201-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901351 13f79535-47bb-0310-9956-ffa450edef68
* Reverting accidentally committed changes from revisions 901322 and 901323 as ↵lresende2010-01-202-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
* Remove the test scope from the assembly-xml dependency to prevent ↵lresende2010-01-201-1/+0
| | | | | | compilation errors. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901324 13f79535-47bb-0310-9956-ffa450edef68
* Removing other references to tools.jarlresende2010-01-201-8/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901323 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2594 - Removing tools.jar dependency from parent pom ↵lresende2010-01-201-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
* Removing unuzed imports to prevent compilation errorslresende2010-01-201-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901319 13f79535-47bb-0310-9956-ffa450edef68
* Remove the test scope from the assembly-xml dependency to prevent ↵lresende2010-01-201-1/+0
| | | | | | compilation errors. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901318 13f79535-47bb-0310-9956-ffa450edef68
* Remove the test scope from the assembly-xml dependency to prevent ↵slaws2010-01-201-1/+0
| | | | | | compilation errors. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901314 13f79535-47bb-0310-9956-ffa450edef68
* Start of making the Tuscany sca client impl work for both local or remote ↵antelder2010-01-2010-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
* TUSCANY-3426 read/write/resolve requires and policySets attributes that ↵slaws2010-01-206-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
* Disable parallel test runningantelder2010-01-201-0/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901166 13f79535-47bb-0310-9956-ffa450edef68
* Dummy matching code. Needs to be replaced with a WS policy interception ↵slaws2010-01-202-5/+91
| | | | | | algorithm. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901151 13f79535-47bb-0310-9956-ffa450edef68
* Disable parallel test running for this itest as it doesn't workantelder2010-01-201-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901143 13f79535-47bb-0310-9956-ffa450edef68
* add parallel to the distribution profile to see what happens with using that ↵antelder2010-01-201-0/+19
| | | | | | on Hudson git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901135 13f79535-47bb-0310-9956-ffa450edef68
* Add all the modules to the fast profile (which isn't quite whats wanted, ↵antelder2010-01-201-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
* Update to use junit 4.8.1 and add explicit surefire plugin configs which ↵antelder2010-01-2082-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
* Update for the latest oasis API codeantelder2010-01-201-4/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901130 13f79535-47bb-0310-9956-ffa450edef68