summaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moving 2.x trunklresende2009-11-204129-356855/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68
* Add filter against SCA-Version header to discover META-INF/services under OSGirfeng2009-11-201-8/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882718 13f79535-47bb-0310-9956-ffa450edef68
* Use pluginManagement to control maven antrun pluginrfeng2009-11-208-80/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882717 13f79535-47bb-0310-9956-ffa450edef68
* Revert the workarounds as now the root problem is fixedrfeng2009-11-203-69/+113
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882687 13f79535-47bb-0310-9956-ffa450edef68
* Add tools.jar dependencyrfeng2009-11-201-9/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882681 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the MANIFEST.MF and add SCA-Version headerrfeng2009-11-20106-346/+89
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882666 13f79535-47bb-0310-9956-ffa450edef68
* the maven-antrun-plugin was causing the itest/distribution tests to fail ↵slaws2009-11-203-113/+69
| | | | | | when run from the top level. The symptom as reported was inability to find javac as though JAVA-HOME was incorrectly set. I don't know what the actual problem is but replacing the maven-antrun-plugin with the exec-maven-plugin seems to improve matters git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882662 13f79535-47bb-0310-9956-ffa450edef68
* Start of some itest around nodes and domains. Can be merged with the other ↵antelder2009-11-209-0/+412
| | | | | | nodes itests but for now do it separately git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882633 13f79535-47bb-0310-9956-ffa450edef68
* Add getDomainConfigURI and getServiceNames methodsantelder2009-11-201-2/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882630 13f79535-47bb-0310-9956-ffa450edef68
* Add getService method to DomainNodeantelder2009-11-203-5/+108
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882566 13f79535-47bb-0310-9956-ffa450edef68
* Don't search for META-INF/services in the 1.x bundle I've been playing with. slaws2009-11-201-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882545 13f79535-47bb-0310-9956-ffa450edef68
* Adjust commentslaws2009-11-201-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882543 13f79535-47bb-0310-9956-ffa450edef68
* Add <requires> and <policySetAttachment> support for the composite (binding ↵rfeng2009-11-203-40/+83
| | | | | | and implementation levels need be to implemented by binding/impl processors) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882372 13f79535-47bb-0310-9956-ffa450edef68
* Use binding name to look up servicesrfeng2009-11-202-48/+56
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882371 13f79535-47bb-0310-9956-ffa450edef68
* Fix MF and compilatio errorsrfeng2009-11-203-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882366 13f79535-47bb-0310-9956-ffa450edef68
* Minor clean uprfeng2009-11-193-21/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882336 13f79535-47bb-0310-9956-ffa450edef68
* Minor formating change on the Deployer Interfacelresende2009-11-191-28/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882277 13f79535-47bb-0310-9956-ffa450edef68
* Commenting out system.out.printlnlresende2009-11-191-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882275 13f79535-47bb-0310-9956-ffa450edef68
* Changing client application to discover contribution location and avoid ↵lresende2009-11-192-2/+8
| | | | | | default node behaviour that is finding multiple contributions based on existent sca-contribution.xmlin tuscany modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882273 13f79535-47bb-0310-9956-ffa450edef68
* Rename getInterfaceContract() of Endpoint/EndpointReferencerfeng2009-11-1912-38/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882263 13f79535-47bb-0310-9956-ffa450edef68
* Add BuilderContext parameterrfeng2009-11-191-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882247 13f79535-47bb-0310-9956-ffa450edef68
* Enhance the PolicyBuilder interface to provide ability to validate and build rfeng2009-11-197-15/+226
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882246 13f79535-47bb-0310-9956-ffa450edef68
* Updating implementation.widget to properly resolve targetEndpoints to find ↵lresende2009-11-188-74/+151
| | | | | | binding information and properly generate JavaScript client proxies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881960 13f79535-47bb-0310-9956-ffa450edef68
* Updating tuscany namespaceslresende2009-11-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881959 13f79535-47bb-0310-9956-ffa450edef68
* Fixing declaration of factories which had duplicated model definedlresende2009-11-182-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881958 13f79535-47bb-0310-9956-ffa450edef68
* Fixing composite to remove binding information from references wired by ↵lresende2009-11-181-9/+3
| | | | | | @target attribute git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881957 13f79535-47bb-0310-9956-ffa450edef68
* Registering the extension processors with the proper 1.1 Tuscany namespaceslresende2009-11-182-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881956 13f79535-47bb-0310-9956-ffa450edef68
* Registering the extension processors with the proper 1.1 Tuscany namespaceslresende2009-11-182-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881955 13f79535-47bb-0310-9956-ffa450edef68
* Updating tuscany namespaceslresende2009-11-1812-14/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881954 13f79535-47bb-0310-9956-ffa450edef68
* Updating error/warning message to clarify the problemlresende2009-11-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881952 13f79535-47bb-0310-9956-ffa450edef68
* Minor fix to start node during store launchlresende2009-11-181-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881951 13f79535-47bb-0310-9956-ffa450edef68
* Fixing Widget namespace while registering the Widget implementation processorlresende2009-11-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881950 13f79535-47bb-0310-9956-ffa450edef68
* Adding schema for Widget implementationlresende2009-11-182-0/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881949 13f79535-47bb-0310-9956-ffa450edef68
* Resolve it before getXXX()rfeng2009-11-182-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881886 13f79535-47bb-0310-9956-ffa450edef68
* Rename the methods on RuntimeEndpoint/RuntimeEndpointReference rfeng2009-11-1817-173/+193
| | | | | | Defer the unmarshalling of XML into endpoint/endpointReference git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881883 13f79535-47bb-0310-9956-ffa450edef68
* Rationalize the interfaceContracts on Endpoint/EndpointReferencerfeng2009-11-1712-63/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881438 13f79535-47bb-0310-9956-ffa450edef68
* Remove code that's no longer requiredslaws2009-11-171-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881287 13f79535-47bb-0310-9956-ffa450edef68
* Just remove an erroneous parameter commentslaws2009-11-171-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881286 13f79535-47bb-0310-9956-ffa450edef68
* Updating store sample webapp to the latest OASIS namespace/packageslresende2009-11-178-32/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881167 13f79535-47bb-0310-9956-ffa450edef68
* Updating store sample application to the latest OASIS namespace/packages and ↵lresende2009-11-1710-43/+45
| | | | | | updating the launcher to use 2.x Node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881166 13f79535-47bb-0310-9956-ffa450edef68
* Fixing OSGi manifests for implementation widgetlresende2009-11-173-23/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881165 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up the endpoint/endpoint reference serialization/deseralizationrfeng2009-11-179-74/+163
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881164 13f79535-47bb-0310-9956-ffa450edef68
* Copying store webapp from 1.xlresende2009-11-1617-0/+1155
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881043 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused coderfeng2009-11-161-83/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880860 13f79535-47bb-0310-9956-ffa450edef68
* Copying store sample app from 1.xlresende2009-11-1616-0/+1158
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880806 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for validating uniqueness in <import.java> and <export.java>ramkumar2009-11-162-2/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880717 13f79535-47bb-0310-9956-ffa450edef68
* Add the javascript client to the base jarantelder2009-11-161-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880654 13f79535-47bb-0310-9956-ffa450edef68
* Add the javascript client to the buildantelder2009-11-161-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880650 13f79535-47bb-0310-9956-ffa450edef68
* Update launcher to support the client accessantelder2009-11-161-1/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880649 13f79535-47bb-0310-9956-ffa450edef68
* Resurrect the JavaSCript client contributed in TUSCANY-417 and start getting ↵antelder2009-11-166-0/+983
| | | | | | it working with the 2.x runtime. Work in progress, but it does now work for listing/getting/invoking services in remote nodes using the tribes endpoint registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880648 13f79535-47bb-0310-9956-ffa450edef68