summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove non UTF-8 charsrfeng2010-06-081-13/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952727 13f79535-47bb-0310-9956-ffa450edef68
* bump java compiler source and target to java 6kelvingoodson2010-06-081-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952653 13f79535-47bb-0310-9956-ffa450edef68
* Start of the ws binding oasis testsuite for the trunk buildantelder2010-06-084-0/+405
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952557 13f79535-47bb-0310-9956-ffa450edef68
* Start of the jms binding oasis testsuite for the trunk buildantelder2010-06-084-0/+405
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952556 13f79535-47bb-0310-9956-ffa450edef68
* remove troublesome comments which trigger jdk issue "unmappable character ↵kelvingoodson2010-06-0729-30/+5
| | | | | | for encoding UTF-8" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952189 13f79535-47bb-0310-9956-ffa450edef68
* remove accidental merge of branch version idkelvingoodson2010-06-071-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952172 13f79535-47bb-0310-9956-ffa450edef68
* Handle explicit dependent contribution URIs and implement the helper ↵antelder2010-06-051-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
* Keep track on any explicit dependent contribution URIsantelder2010-06-051-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951670 13f79535-47bb-0310-9956-ffa450edef68
* Add methods to get an installed contribution and to get the AssemblyFactory ↵antelder2010-06-051-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
* Setting svn:eol-style for java and xml filesrfeng2010-06-05103-9417/+9417
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
* Change eol stylerfeng2010-06-051-45/+45
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951647 13f79535-47bb-0310-9956-ffa450edef68
* svn propset svn:eol-style nativelresende2010-06-041-26/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951604 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3565 - Adding missing dojo extension providerlresende2010-06-042-2/+108
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951583 13f79535-47bb-0310-9956-ffa450edef68
* add README to signal /lib directory as volatilelresende2010-06-042-1/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951522 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3585 - Moving to Spring 2.5.6lresende2010-06-043-16/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951514 13f79535-47bb-0310-9956-ffa450edef68
* Add support for generated sca-contribution.xml metadataantelder2010-06-045-15/+65
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951457 13f79535-47bb-0310-9956-ffa450edef68
* Add TODO reminder about generated sca-contribution xmlantelder2010-06-041-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951431 13f79535-47bb-0310-9956-ffa450edef68
* Add testcase to add a Deployer Composite as a deployment compositeantelder2010-06-043-11/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951416 13f79535-47bb-0310-9956-ffa450edef68
* To keep it as simple as possible for now remove the multiple install methods antelder2010-06-043-31/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951411 13f79535-47bb-0310-9956-ffa450edef68
* Rename autoDeploy to deployDeployablesantelder2010-06-042-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951410 13f79535-47bb-0310-9956-ffa450edef68
* Add methods to install/update using Deployer artifacts and associated ↵antelder2010-06-045-27/+109
| | | | | | simplify use of monitors git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951409 13f79535-47bb-0310-9956-ffa450edef68
* Update to remove use of Node APIsantelder2010-06-041-11/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951359 13f79535-47bb-0310-9956-ffa450edef68
* Move the prototype of APIs from section 10 of the Assembly spec from contrib ↵antelder2010-06-0411-0/+958
| | | | | | to trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951357 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3565 - Registering dojo resource servlet only when implementation ↵lresende2010-06-049-107/+74
| | | | | | widget starts... git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951242 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3583 - Making sure we recognize the headers configured declaratively ↵lresende2010-06-032-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
* minor doc fixeslresende2010-06-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951131 13f79535-47bb-0310-9956-ffa450edef68
* Update to corectly use loop back address in testsantelder2010-06-032-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950970 13f79535-47bb-0310-9956-ffa450edef68
* Remove old surefire configsantelder2010-06-037-128/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950968 13f79535-47bb-0310-9956-ffa450edef68
* Remove old surefire configantelder2010-06-031-17/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950967 13f79535-47bb-0310-9956-ffa450edef68
* Add tuscany pluginantelder2010-06-032-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950966 13f79535-47bb-0310-9956-ffa450edef68
* Remove old surefire configantelder2010-06-031-20/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950965 13f79535-47bb-0310-9956-ffa450edef68
* Remove old surefire configantelder2010-06-031-15/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950964 13f79535-47bb-0310-9956-ffa450edef68
* Remove old surefire configantelder2010-06-031-19/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950963 13f79535-47bb-0310-9956-ffa450edef68
* Remove old surefire configantelder2010-06-031-20/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950962 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest slf4j versionantelder2010-06-031-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950961 13f79535-47bb-0310-9956-ffa450edef68
* Manifest updates to add osgi requirementsantelder2010-06-031-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950960 13f79535-47bb-0310-9956-ffa450edef68
* Merge 950940 from branch to trunkantelder2010-06-031-19/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950946 13f79535-47bb-0310-9956-ffa450edef68
* add /lib description to install filekelvingoodson2010-06-031-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950945 13f79535-47bb-0310-9956-ffa450edef68
* add version to spec commentkelvingoodson2010-06-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950914 13f79535-47bb-0310-9956-ffa450edef68
* Updating release month to Junelresende2010-06-023-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950816 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3564 - Updated build instructions to specify JDK 6 requirement and ↵lresende2010-06-022-4/+5
| | | | | | updated changes file to notify users we droped JDK 5 support git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950810 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3582 - Pointing to the proper tuscany manifest filelresende2010-06-021-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950778 13f79535-47bb-0310-9956-ffa450edef68
* Correct version from merge from m5 branch to trunkantelder2010-06-021-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950603 13f79535-47bb-0310-9956-ffa450edef68
* Add missing OSGi dependencies that are causing the dosgi samples to fail. slaws2010-06-027-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950581 13f79535-47bb-0310-9956-ffa450edef68
* Change test to use local loop back address to avoid any network issuesantelder2010-06-021-5/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950539 13f79535-47bb-0310-9956-ffa450edef68
* Try adding tuscany plugin module to build using MNG-2135 work around of ↵antelder2010-06-021-0/+3
| | | | | | having the plugin FIRST in the parent pom git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950416 13f79535-47bb-0310-9956-ffa450edef68
* Try moving the Tuscany plugin to be included in trunk buildantelder2010-06-026-0/+588
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950415 13f79535-47bb-0310-9956-ffa450edef68
* Sample module showing how to use the Scribe logging API to connect to a ↵jsdelfino2010-06-0216-0/+8695
| | | | | | Scribe server and log a string under a given log category. The sample module shows two components: a ScribeLogger component that encapsulates the calls to the Scribe API behind a simple Logger service interface, and a HelloWorld component that uses an SCA reference wired to the ScribeLogger component to log the string that it's given. See the README file for build and test instructions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950360 13f79535-47bb-0310-9956-ffa450edef68
* Update jackson to 1.5.3rfeng2010-06-013-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950303 13f79535-47bb-0310-9956-ffa450edef68
* Adjust the path URI for web app deploymentrfeng2010-06-016-5/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950296 13f79535-47bb-0310-9956-ffa450edef68