summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update for the latest oasis API codeantelder2010-01-201-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901129 13f79535-47bb-0310-9956-ffa450edef68
* Update to use a domain uri as thats required nowantelder2010-01-201-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901128 13f79535-47bb-0310-9956-ffa450edef68
* Update the tuscany sca client impl to match the latest oasis codeantelder2010-01-203-25/+56
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901127 13f79535-47bb-0310-9956-ffa450edef68
* Update the client api classes to be the very latest from the oasis svnantelder2010-01-204-305/+409
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901126 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3426 update service intents to match reference. Still don't think ↵slaws2010-01-201-0/+1
| | | | | | binding intents are being taken into account. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901118 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3426 intent must configure the service so moved it from the ↵slaws2010-01-201-2/+2
| | | | | | implementation to the component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901116 13f79535-47bb-0310-9956-ffa450edef68
* Update to the latest version of OSGi Remote Service Adminrfeng2010-01-2025-204/+383
| | | | | | Fix the issues to pass OSGi SCA configuration type TCK git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901079 13f79535-47bb-0310-9956-ffa450edef68
* Fix the definitions.xml and move them into META-INF folder to be recognizedrfeng2010-01-202-11/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901065 13f79535-47bb-0310-9956-ffa450edef68
* Add a 'fast' profile for experimenting with Surefires parallel test running, ↵antelder2010-01-191-0/+23
| | | | | | the only changes from the existing surefire config is moving up to the 2.5 release and adding the <parallel> config element. (Also Junit 4.8.1 is really needed for this to work effectively) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900813 13f79535-47bb-0310-9956-ffa450edef68
* Put back a few webapp itests to see how that effects Hudsonantelder2010-01-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900754 13f79535-47bb-0310-9956-ffa450edef68
* Take out the webapp itests to see if that bypasses the hudson too many open ↵antelder2010-01-191-0/+2
| | | | | | files problem (as simon mentioned that it looks like it might be these itests holding on to files) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900723 13f79535-47bb-0310-9956-ffa450edef68
* Update dependency to see if that helps the hudson buildantelder2010-01-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900713 13f79535-47bb-0310-9956-ffa450edef68
* Expose system definitions from the deployerrfeng2010-01-1912-166/+547
| | | | | | | Add the removal of entries when the member leaves the group Add listeners to the hazelcastInstance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900661 13f79535-47bb-0310-9956-ffa450edef68
* extend test to calling the policy builder (which doesn't do anything yet)slaws2010-01-181-2/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900581 13f79535-47bb-0310-9956-ffa450edef68
* Put another sca client api test into the buildslaws2010-01-181-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900580 13f79535-47bb-0310-9956-ffa450edef68
* Add policy matching algorithm. Still a couple of TODOs here. Also there is ↵slaws2010-01-181-83/+63
| | | | | | no matching logic in the policy builders yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900577 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in commentslaws2010-01-181-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900574 13f79535-47bb-0310-9956-ffa450edef68
* Call loadbuilders when the full collection is retrieved as well as when an ↵slaws2010-01-181-3/+3
| | | | | | individual policy builder is retrieved git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900573 13f79535-47bb-0310-9956-ffa450edef68
* Check that the policy sets for a particular endpoint, endpointreference or ↵slaws2010-01-182-13/+54
| | | | | | implementation are expressed in one language. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900548 13f79535-47bb-0310-9956-ffa450edef68
* Check that all policies in a given policy set are expressed in a single ↵slaws2010-01-183-1/+32
| | | | | | language. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900546 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in commentslaws2010-01-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900418 13f79535-47bb-0310-9956-ffa450edef68
* Remove comment. The policy matching will now take place in the binder. ↵slaws2010-01-181-4/+1
| | | | | | Called from either the NodeFactory (TODO) or at runtime when a reference is first used. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900415 13f79535-47bb-0310-9956-ffa450edef68
* Put back the bpel itests which were temporarily taken to test the hudson buildantelder2010-01-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900357 13f79535-47bb-0310-9956-ffa450edef68