summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-06-09Add missing OSGi importrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953176 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09Remove some more of those pesky non-utf8 charactersantelder1-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953037 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09Remove the domain module as the code is now in domain-nodeantelder14-1162/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952990 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09Move the code in the domain module to the domain-node module as thats what ↵antelder12-0/+1104
domain-node was intended for git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952989 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09Tidy the processing that creates the links between enpointreferences and ↵slaws1-36/+60
endpoints to represent callbacks. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952936 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09Remove non-UTF8 charsrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952897 13f79535-47bb-0310-9956-ffa450edef68
2010-06-08Remove non UTF-8 charsrfeng1-13/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952727 13f79535-47bb-0310-9956-ffa450edef68
2010-06-07remove troublesome comments which trigger jdk issue "unmappable character ↵kelvingoodson29-30/+5
for encoding UTF-8" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952189 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05Handle explicit dependent contribution URIs and implement the helper ↵antelder1-4/+26
methods to get the AssemblyFactory and installed contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951671 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05Keep track on any explicit dependent contribution URIsantelder1-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951670 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05Add methods to get an installed contribution and to get the AssemblyFactory ↵antelder1-0/+4
(which could then be used to create all the artifacts programatically). git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951669 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05Setting svn:eol-style for java and xml filesrfeng103-9417/+9417
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05Change eol stylerfeng1-45/+45
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951647 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04svn propset svn:eol-style nativelresende1-26/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951604 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04TUSCANY-3565 - Adding missing dojo extension providerlresende1-0/+106
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951583 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04TUSCANY-3585 - Moving to Spring 2.5.6lresende2-13/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951514 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04Add support for generated sca-contribution.xml metadataantelder5-15/+65
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951457 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04Add TODO reminder about generated sca-contribution xmlantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951431 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04Add testcase to add a Deployer Composite as a deployment compositeantelder3-11/+50
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951416 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04To keep it as simple as possible for now remove the multiple install methods antelder3-31/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951411 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04Rename autoDeploy to deployDeployablesantelder2-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951410 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04Add methods to install/update using Deployer artifacts and associated ↵antelder5-27/+109
simplify use of monitors git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951409 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04Update to remove use of Node APIsantelder1-11/+31
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951359 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04Move the prototype of APIs from section 10 of the Assembly spec from contrib ↵antelder11-0/+958
to trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951357 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04TUSCANY-3565 - Registering dojo resource servlet only when implementation ↵lresende9-107/+74
widget starts... git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951242 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03TUSCANY-3583 - Making sure we recognize the headers configured declaratively ↵lresende2-2/+46
in composite file when delegating to JAX-RS runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951132 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03Update to corectly use loop back address in testsantelder2-2/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950970 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03Remove old surefire configantelder1-20/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950965 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03Remove old surefire configantelder1-15/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950964 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03Remove old surefire configantelder1-19/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950963 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03Remove old surefire configantelder1-20/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950962 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Add missing OSGi dependencies that are causing the dosgi samples to fail. slaws5-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950581 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Change test to use local loop back address to avoid any network issuesantelder1-5/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950539 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01Update jackson to 1.5.3rfeng2-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950303 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01Adjust the path URI for web app deploymentrfeng6-5/+34
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950296 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01Remove obsolute methodsrfeng4-55/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950295 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28Add a workaround for TUSCANY-3572rfeng7-29/+104
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949110 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Move module to contrib as its not in the build or being actively worked onantelder15-857/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948778 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Move module to contrib as its not in the build or being actively worked onantelder6-981/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948776 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Move module to contrib as its not in the build or being actively worked onantelder13-852/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948775 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Move module to contrib as its not in the build or being actively worked onantelder8-671/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948774 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Move module to contrib as its not in the build or being actively worked onantelder10-909/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948773 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Move module to contrib as its not in the build or being actively worked onantelder10-1279/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948772 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Move module to contrib as its not in the build or being actively worked onantelder10-962/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948771 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Move module to contrib as its not in the build or being actively worked onantelder10-1312/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948769 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Move module to contrib as its not in the build or being actively worked onantelder7-475/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948768 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add missing headerslaws1-0/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948762 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add missing headerslaws1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948760 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add missing headerslaws1-1/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948759 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add missing headerslaws1-1/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948758 13f79535-47bb-0310-9956-ffa450edef68