summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change the tuscanyClient scheme to pbe all lower case so it works with the ↵antelder2010-01-287-25/+48
| | | | | | toLowerCase in the DefaultEndpointRegistryFactory, and move all the remote code in the scaclient to happen at invocation time. This now works for multiple local and remote nodes in one or separate JVMs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904206 13f79535-47bb-0310-9956-ffa450edef68
* Temporarily comment some broken code out till i fix itantelder2010-01-281-22/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904129 13f79535-47bb-0310-9956-ffa450edef68
* Some more temporary hardcoding in the default registry factory, will be ↵antelder2010-01-281-4/+10
| | | | | | removed when we clean all this up git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904120 13f79535-47bb-0310-9956-ffa450edef68
* Add hazelcast client registry to buildantelder2010-01-281-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904116 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the hazelcast client registryantelder2010-01-287-85/+196
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904115 13f79535-47bb-0310-9956-ffa450edef68
* Correct dependency after the group name change a while backantelder2010-01-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904114 13f79535-47bb-0310-9956-ffa450edef68
* Update to allow the client to share this as a subclassantelder2010-01-282-3/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904113 13f79535-47bb-0310-9956-ffa450edef68
* Add another endpoint registry impl this time using the Hazelcast native ↵antelder2010-01-284-0/+148
| | | | | | client to connect to an existing domain hazelcast cluster git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904111 13f79535-47bb-0310-9956-ffa450edef68
* Drop down the rankingantelder2010-01-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904110 13f79535-47bb-0310-9956-ffa450edef68
* Comment out modules that were included by accidentslaws2010-01-271-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903764 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused bundle activatorrfeng2010-01-273-144/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903755 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the databinding introspection to ↵rfeng2010-01-276-64/+125
| | | | | | tuscany-implementation-java-runtime to avoid deployment time dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903738 13f79535-47bb-0310-9956-ffa450edef68
* restructure slightly so that it's obvious to an axis user where Tuscany is ↵slaws2010-01-274-1/+1
| | | | | | getting its configuration from. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903702 13f79535-47bb-0310-9956-ffa450edef68
* no longer requiredslaws2010-01-272-180/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903606 13f79535-47bb-0310-9956-ffa450edef68
* Update the Version to include the version and build timeantelder2010-01-271-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903576 13f79535-47bb-0310-9956-ffa450edef68
* Update the Version to include the version and build timeantelder2010-01-274-2/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903575 13f79535-47bb-0310-9956-ffa450edef68
* Fix multiple concurrency related issuesrfeng2010-01-2713-265/+422
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903542 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3409rfeng2010-01-279-41/+98
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903541 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
* Catch up the tomcat runtime with all the recent domain and node changesantelder2010-01-252-3/+3
| | | | 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
* 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
* Fix the node tests by using a consistent domain name everywhere and using ↵antelder2010-01-232-3/+5
| | | | | | 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
* 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
* 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
* 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 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
* 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 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-207-72/+194
| | | | | | 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
* 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
* Update to use junit 4.8.1 and add explicit surefire plugin configs which ↵antelder2010-01-2032-28/+143
| | | | | | 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 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
* 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
* 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