summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Work in progress. Continued to clean up cross bundle dependencies on ↵jsdelfino2008-10-0912-949/+339
| | | | | | implementation classes, like ScopeRegistry, CompositeActivator, ContributionService, some of the factories. Added declarations of some of these utilities to the relevant modules. That also simplified the bootstrap of the runtime used by NodeImpl, which doesn't invoke all their constructors anymore. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703066 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702995 ↵beckerdo2008-10-083-3/+3
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2630scottkurz2008-10-081-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702984 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702976 ↵beckerdo2008-10-081-1/+2
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* Give the components more meaningful namesslaws2008-10-081-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702886 13f79535-47bb-0310-9956-ffa450edef68
* Copy 1.3.2-RC2 tag as 1.3.2slaws2008-10-086470-0/+513247
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702845 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2577 - Applying Haibo's patch to add support for google web albums ↵lresende2008-10-083-0/+169
| | | | | | feeds trough gdata. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702729 13f79535-47bb-0310-9956-ffa450edef68
* Only trace the public methods on tuscany classesrfeng2008-10-072-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702639 13f79535-47bb-0310-9956-ffa450edef68
* Policy file to enable java security in continuum buildslresende2008-10-071-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702566 13f79535-47bb-0310-9956-ffa450edef68
* svn propset svn:ignore to avoid "changed marks" in tortoiseSVNlresende2008-10-070-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702549 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2617 the autowire problem was hiding the fact that the reference ↵slaws2008-10-061-1/+2
| | | | | | target name was wrong in this test git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702173 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2617 perform autowire processing after all targets have been ↵slaws2008-10-064-46/+105
| | | | | | processes. In this was explicitly specified targets will take precedence over autwires as described in the assembly spec. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702034 13f79535-47bb-0310-9956-ffa450edef68
* Complete the move to Rampart 1.4slaws2008-10-062-4/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702031 13f79535-47bb-0310-9956-ffa450edef68
* Work in progress. Started to clean up cross-bundle dependencies on ↵jsdelfino2008-10-06203-1488/+1954
| | | | | | ContributionService implementation class, the various CompositeBuilder implementation classes and the ContributionDependencyBuilder implementation class. Added extension points for ContributionBuilders and CompositeBuilders to have them discovered and loaded by the Equinox ServiceDiscovery like other extension points. Moved injection of monitors and SCA definitions to the build methods instead of the constructors to remove references to these implementation constructors. Simplified NodeImpl a bit to remove references to other runtime implementation classes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702000 13f79535-47bb-0310-9956-ffa450edef68
* Added Maven plugins to the generated repository.jsdelfino2008-10-061-0/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@701972 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2625 - Fixed by updating attribute name.lresende2008-10-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@701969 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2620, TUSCANY-2628 Fix up OSOA headers. slaws2008-10-0344-546/+438
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@701389 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2614 - Add missing license headers. slaws2008-10-038-12/+135
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@701380 13f79535-47bb-0310-9956-ffa450edef68
* Tag for 1.3.2-RC2slaws2008-10-026470-0/+513247
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@701027 13f79535-47bb-0310-9956-ffa450edef68
* Change update site version from 1.3.1 to 1.3.2slaws2008-10-015-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700904 13f79535-47bb-0310-9956-ffa450edef68
* Fixing wrong year on scriptslresende2008-10-011-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700903 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2620, TUSCANY-2628 - correct my last change for these JIRA by only ↵slaws2008-10-0140-743/+195
| | | | | | including the required license and copyright statement in the files. Also I notice that the copyright is different between the SCA Java Annotations and APIs spec and the SCA JEE spec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700902 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700897 ↵beckerdo2008-10-013-142/+848
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* Adding more XmlJavaTypeAdapter supportrfeng2008-10-016-34/+184
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700861 13f79535-47bb-0310-9956-ffa450edef68
* Updating with september scriptslresende2008-10-014-0/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700846 13f79535-47bb-0310-9956-ffa450edef68
* Remove empty folderrfeng2008-10-010-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700833 13f79535-47bb-0310-9956-ffa450edef68
* Remove empty folderrfeng2008-10-010-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700832 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to rampart-1.4 rfeng2008-10-013-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700812 13f79535-47bb-0310-9956-ffa450edef68
* Adjusted build scripts to module changes.jsdelfino2008-10-0113-31/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700678 13f79535-47bb-0310-9956-ffa450edef68
* Temporarily disabled some WS security test cases, as rampart seems to cause ↵jsdelfino2008-10-014-0/+9
| | | | | | issues with Axis2 1.4.1. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700677 13f79535-47bb-0310-9956-ffa450edef68
* Fixed references to binding runtime module.jsdelfino2008-10-012-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700676 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2628 Change some ASL2 licenses to OSOA licenses to cover material ↵slaws2008-09-3039-546/+764
| | | | | | that comes from the OSOA specs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700490 13f79535-47bb-0310-9956-ffa450edef68
* Extending definitions.xml to enable policies to tuscany bindingslresende2008-09-301-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700373 13f79535-47bb-0310-9956-ffa450edef68
* [Work in progress] Enabling security policy for http binding. lresende2008-09-301-3/+3
| | | | | | Missed file with changes from previous commit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700372 13f79535-47bb-0310-9956-ffa450edef68
* [Work in progress] Enabling security policy for http binding.lresende2008-09-307-137/+363
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700368 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup of unused importslresende2008-09-301-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700365 13f79535-47bb-0310-9956-ffa450edef68
* Extending HTTP binding model to support PolicySetAttachPoint interfacelresende2008-09-302-5/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700346 13f79535-47bb-0310-9956-ffa450edef68
* Extending JSON-RPC model to support PolicySetAttachPoint interfacelresende2008-09-302-3/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700345 13f79535-47bb-0310-9956-ffa450edef68
* Extending atom model to support PolicySetAttachPoint interfacelresende2008-09-301-4/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700344 13f79535-47bb-0310-9956-ffa450edef68
* Extending the Tuscany binding schema to allow extended attributes in order ↵lresende2008-09-305-0/+5
| | | | | | to add policy related configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700343 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup of unused importslresende2008-09-304-5/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700340 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup of unused importslresende2008-09-302-8/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700339 13f79535-47bb-0310-9956-ffa450edef68
* Use the XMLInputFactory from the registry instead of a local onerfeng2008-09-304-7/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700332 13f79535-47bb-0310-9956-ffa450edef68
* Start cleaning up the databinding framework to remove obsolete code rfeng2008-09-3027-118/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700330 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2622: Apply patch from Kevan Miller to Fix geronimo runtime errors ↵antelder2008-09-291-2/+7
| | | | | | caused by inverse-classloading in alert-aggregator-webapp demo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700138 13f79535-47bb-0310-9956-ffa450edef68
* Removed monitor-logging as it's not used anymore.jsdelfino2008-09-2910-585/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700011 13f79535-47bb-0310-9956-ffa450edef68
* More fixes to monitor. Removed remaining dependencies on ↵jsdelfino2008-09-29104-236/+187
| | | | | | DefaultLoggingMonitorImpl implementation class. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700007 13f79535-47bb-0310-9956-ffa450edef68
* Fixed monitor module to avoid having to export monitor implementation ↵jsdelfino2008-09-2999-337/+390
| | | | | | classes. Removed dependencies on monitor-logging. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700000 13f79535-47bb-0310-9956-ffa450edef68
* Removed old class.jsdelfino2008-09-291-63/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699997 13f79535-47bb-0310-9956-ffa450edef68
* Added a log, and start bundle to help debugging.jsdelfino2008-09-292-3/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699996 13f79535-47bb-0310-9956-ffa450edef68