summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-20Moving 2.x trunklresende4129-356855/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Add filter against SCA-Version header to discover META-INF/services under OSGirfeng1-8/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882718 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Use pluginManagement to control maven antrun pluginrfeng8-80/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882717 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Revert the workarounds as now the root problem is fixedrfeng3-69/+113
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882687 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Add tools.jar dependencyrfeng1-9/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882681 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Clean up the MANIFEST.MF and add SCA-Version headerrfeng106-346/+89
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882666 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20the maven-antrun-plugin was causing the itest/distribution tests to fail ↵slaws3-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
2009-11-20Start of some itest around nodes and domains. Can be merged with the other ↵antelder9-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
2009-11-20Add getDomainConfigURI and getServiceNames methodsantelder1-2/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882630 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Add getService method to DomainNodeantelder3-5/+108
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882566 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Don't search for META-INF/services in the 1.x bundle I've been playing with. slaws1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882545 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Adjust commentslaws1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882543 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Add <requires> and <policySetAttachment> support for the composite (binding ↵rfeng3-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
2009-11-20Use binding name to look up servicesrfeng2-48/+56
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882371 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Fix MF and compilatio errorsrfeng3-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882366 13f79535-47bb-0310-9956-ffa450edef68
2009-11-19Minor clean uprfeng3-21/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882336 13f79535-47bb-0310-9956-ffa450edef68
2009-11-19Minor formating change on the Deployer Interfacelresende1-28/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882277 13f79535-47bb-0310-9956-ffa450edef68
2009-11-19Commenting out system.out.printlnlresende1-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882275 13f79535-47bb-0310-9956-ffa450edef68
2009-11-19Changing client application to discover contribution location and avoid ↵lresende2-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
2009-11-19Rename getInterfaceContract() of Endpoint/EndpointReferencerfeng12-38/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882263 13f79535-47bb-0310-9956-ffa450edef68
2009-11-19Add BuilderContext parameterrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882247 13f79535-47bb-0310-9956-ffa450edef68
2009-11-19Enhance the PolicyBuilder interface to provide ability to validate and build rfeng7-15/+226
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882246 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18Updating implementation.widget to properly resolve targetEndpoints to find ↵lresende8-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
2009-11-18Updating tuscany namespaceslresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881959 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18Fixing declaration of factories which had duplicated model definedlresende2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881958 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18Fixing composite to remove binding information from references wired by ↵lresende1-9/+3
@target attribute git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881957 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18Registering the extension processors with the proper 1.1 Tuscany namespaceslresende2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881956 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18Registering the extension processors with the proper 1.1 Tuscany namespaceslresende2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881955 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18Updating tuscany namespaceslresende12-14/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881954 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18Updating error/warning message to clarify the problemlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881952 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18Minor fix to start node during store launchlresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881951 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18Fixing Widget namespace while registering the Widget implementation processorlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881950 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18Adding schema for Widget implementationlresende2-0/+43
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881949 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18Resolve it before getXXX()rfeng2-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881886 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18Rename the methods on RuntimeEndpoint/RuntimeEndpointReference rfeng17-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
2009-11-17Rationalize the interfaceContracts on Endpoint/EndpointReferencerfeng12-63/+34
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881438 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17Remove code that's no longer requiredslaws1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881287 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17Just remove an erroneous parameter commentslaws1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881286 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17Updating store sample webapp to the latest OASIS namespace/packageslresende8-32/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881167 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17Updating store sample application to the latest OASIS namespace/packages and ↵lresende10-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
2009-11-17Fixing OSGi manifests for implementation widgetlresende3-23/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881165 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17Tidy up the endpoint/endpoint reference serialization/deseralizationrfeng9-74/+163
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881164 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16Copying store webapp from 1.xlresende17-0/+1155
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881043 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16Remove unused coderfeng1-83/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880860 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16Copying store sample app from 1.xlresende16-0/+1158
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880806 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16Fixes for validating uniqueness in <import.java> and <export.java>ramkumar2-2/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880717 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16Add the javascript client to the base jarantelder1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880654 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16Add the javascript client to the buildantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880650 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16Update launcher to support the client accessantelder1-1/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880649 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16Resurrect the JavaSCript client contributed in TUSCANY-417 and start getting ↵antelder6-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