summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-2540 - Applying ctrezzo patchlresende2008-08-1415-0/+830
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685822 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2539 Change extensibility module to use a URL connection and turn ↵slaws2008-08-142-1/+12
| | | | | | caching off by default so that jar file handle is not held open. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685821 13f79535-47bb-0310-9956-ffa450edef68
* Simplify itest scdl by removing the unneeded interface definitionsantelder2008-08-142-12/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685812 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependencyantelder2008-08-141-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685800 13f79535-47bb-0310-9956-ffa450edef68
* Renamed 'dependencies' profile to 'modules'.jsdelfino2008-08-147-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685777 13f79535-47bb-0310-9956-ffa450edef68
* Fixed packaging type and cross module dependencies.jsdelfino2008-08-146-22/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685747 13f79535-47bb-0310-9956-ffa450edef68
* Working in progress for cross-domain support in implementation.widgetlresende2008-08-1336-0/+3111
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685726 13f79535-47bb-0310-9956-ffa450edef68
* Simplified and cleaned up the distro builds a bit. Moved script to etc ↵jsdelfino2008-08-1316-196/+995
| | | | | | directory. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685723 13f79535-47bb-0310-9956-ffa450edef68
* Fixed base directory name.jsdelfino2008-08-137-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685722 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2458 - Applying Dan's patch to use last updated field as the sorting keylresende2008-08-132-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685663 13f79535-47bb-0310-9956-ffa450edef68
* Simplified the build scripts a bit, added source distro build scripts. ↵jsdelfino2008-08-1322-71/+733
| | | | | | Building the core distro now triggers the build of the modules that it includes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685652 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused build profile.jsdelfino2008-08-131-19/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685641 13f79535-47bb-0310-9956-ffa450edef68
* Fixed plugin display name.jsdelfino2008-08-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685625 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2547 - Applying Dan's patch to update url for O'Reilly feeds.lresende2008-08-132-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685606 13f79535-47bb-0310-9956-ffa450edef68
* Temporarily embed the jsonrpc client into implementation.web to get the test ↵antelder2008-08-133-7/+554
| | | | | | sample working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685533 13f79535-47bb-0310-9956-ffa450edef68
* Added missing @Override annotation to methods that override methods from ↵mcombellack2008-08-1387-11/+160
| | | | | | their superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685532 13f79535-47bb-0310-9956-ffa450edef68
* alter copy helper to do late state setting of ChangeSummary logging -- a ↵kelvingoodson2008-08-131-23/+54
| | | | | | necessary but not sufficient step towards change summary copying git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685525 13f79535-47bb-0310-9956-ffa450edef68
* upgrade junit versionkelvingoodson2008-08-137-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685524 13f79535-47bb-0310-9956-ffa450edef68
* pass the servlet request and response to the script processorantelder2008-08-133-8/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685523 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2543: apply patch from Ramkumar Ramalingam to Demostrate ↵antelder2008-08-1310-120/+191
| | | | | | Explicit/Implicit services, references in Spring BigBank Sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685520 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2504: apply patch from Dan Becker to give Atom binding support for ↵antelder2008-08-133-19/+327
| | | | | | negotiated content types git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685516 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2546: apply patch from Dan Becker to Update all pom files to use ↵antelder2008-08-131-1/+1
| | | | | | latest version of Abdera libraries git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685514 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2544 Give the gdata projects better names and remove the cast to the ↵slaws2008-08-134-7/+9
| | | | | | Feed class in ConsumerClientImpl so that it compiles on an IBM JDK. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685505 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2391: apply standalone_node_modified patch from Thilina to support ↵antelder2008-08-134-54/+126
| | | | | | Standalone nodes can be run in the Geronimo ACE git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685477 13f79535-47bb-0310-9956-ffa450edef68
* Set svn ignoresantelder2008-08-130-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685465 13f79535-47bb-0310-9956-ffa450edef68
* Add implementation.web client using jsonrpcantelder2008-08-136-0/+223
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685464 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring the launcher to follow the same pattern used in other apps ↵lresende2008-08-123-13/+9
| | | | | | (launch.launchxxxx launcher) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685380 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2531nash2008-08-129-19/+207
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685310 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2531nash2008-08-123-7/+63
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685307 13f79535-47bb-0310-9956-ffa450edef68
* Move to SDO 1.1.1 releaserfeng2008-08-1228-57/+57
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685285 13f79535-47bb-0310-9956-ffa450edef68
* Remove javax.xml.stream* packages from systemPackagesrfeng2008-08-122-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685246 13f79535-47bb-0310-9956-ffa450edef68
* Use maven dependency:copy to avoid space issue with surefirerfeng2008-08-121-3/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685221 13f79535-47bb-0310-9956-ffa450edef68
* Remove the need for the WebSingletonantelder2008-08-123-79/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685204 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused dependency and correct osgi infoantelder2008-08-121-8/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685195 13f79535-47bb-0310-9956-ffa450edef68
* Remove duplicate taglibantelder2008-08-122-145/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685193 13f79535-47bb-0310-9956-ffa450edef68
* Added Transient Name Server JSE Corba host. Adjusted existing bindings and ↵wjaniszewski2008-08-1229-184/+714
| | | | | | integration tests and removed 'provideNameServer' flag from binding.corba configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685180 13f79535-47bb-0310-9956-ffa450edef68
* JavaEE application as a componentvamsic0072008-08-125-0/+189
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685166 13f79535-47bb-0310-9956-ffa450edef68
* remove unneeded dependenciesantelder2008-08-121-14/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685159 13f79535-47bb-0310-9956-ffa450edef68
* Remove unneeded dependencyantelder2008-08-121-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685158 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused classantelder2008-08-121-34/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685156 13f79535-47bb-0310-9956-ffa450edef68
* Set svn ignoresantelder2008-08-120-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685154 13f79535-47bb-0310-9956-ffa450edef68
* Add helloworld-jsp sample using implementation.webantelder2008-08-127-0/+233
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685152 13f79535-47bb-0310-9956-ffa450edef68
* Add activemq dependency so sample works out-of-the-box on tomcatantelder2008-08-121-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685150 13f79535-47bb-0310-9956-ffa450edef68
* Add the script initilization codeantelder2008-08-121-0/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685149 13f79535-47bb-0310-9956-ffa450edef68
* Add the impl.web RuntimeComponent to the app context and use in the ↵antelder2008-08-122-1/+5
| | | | | | componentcontextservlet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685127 13f79535-47bb-0310-9956-ffa450edef68
* Add implementation.jee modelvamsic0072008-08-1213-0/+851
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685124 13f79535-47bb-0310-9956-ffa450edef68
* missed license and notice files in the earlier commit.vamsic0072008-08-122-0/+211
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685123 13f79535-47bb-0310-9956-ffa450edef68
* Change taglib to use a ComponentContext if its availableantelder2008-08-121-4/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685120 13f79535-47bb-0310-9956-ffa450edef68
* Update to add and use the ComponentContext to the app contextantelder2008-08-123-2/+72
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685119 13f79535-47bb-0310-9956-ffa450edef68
* Convert to SCA Node APIrfeng2008-08-123-12/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685008 13f79535-47bb-0310-9956-ffa450edef68