summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Format the coderfeng2009-09-281-146/+160
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819710 13f79535-47bb-0310-9956-ffa450edef68
* Start to copy builders from assembly modulerfeng2009-09-2821-4/+5711
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819680 13f79535-47bb-0310-9956-ffa450edef68
* Rename policy-builder to builder as the module to host Tuscany model buildersrfeng2009-09-2816-10/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819676 13f79535-47bb-0310-9956-ffa450edef68
* - Changing the guardian-model, policy-recoveryrules, policy-resolutiontrees ↵dougsleite2009-09-2892-1677/+1247
| | | | | | | | to a new module: implementation-guardian; - The new module creates a new kind of implementation (implementation.guardian) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819561 13f79535-47bb-0310-9956-ffa450edef68
* Moved some sources up in the directory tree to attempt to simplify the ↵jsdelfino2009-09-2764-31/+53
| | | | | | directory structure a bit, and some minor refactoring. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819394 13f79535-47bb-0310-9956-ffa450edef68
* Strawman implementation of a mini script evaluation library, which can be ↵jsdelfino2009-09-2710-0/+1234
| | | | | | used for simple test case components without requiring integration with bigger and more complex 3rd party script engines like Ruby or Python. That way the core test cases should work without requiring the more complex Python or Ruby extensions to work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819393 13f79535-47bb-0310-9956-ffa450edef68
* Created etc directory, with useful svn-config, svn-ignore and git-exclude ↵jsdelfino2009-09-274-0/+265
| | | | | | configured for the use with the sca project. Added a utility script to run valgrind on an executable and produce a memory usage report. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819392 13f79535-47bb-0310-9956-ffa450edef68
* Copy JSON Databinding to start porting from 1.x to 2.xlresende2009-09-2724-0/+2222
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819259 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup, added error checking.jsdelfino2009-09-261-18/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819223 13f79535-47bb-0310-9956-ffa450edef68
* Added a variant of store that implements the business logic as a set of ↵jsdelfino2009-09-2617-21/+684
| | | | | | functions stringed together instead of classes, to help see how that style can help simplify the component assembly process. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819222 13f79535-47bb-0310-9956-ffa450edef68
* Added some test cases, util functions to read/write XML and a command line ↵jsdelfino2009-09-267-2/+948
| | | | | | test program to help validate SCDL against the schemas. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819221 13f79535-47bb-0310-9956-ffa450edef68
* Refactored the value class. Cleaned up usage of namespaces to remove side ↵jsdelfino2009-09-2614-221/+518
| | | | | | effects from includes. Added a few util functions to help work with threads. Added synchronizations to make pointers thread safe. Adjusted store sample to refactoring. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819220 13f79535-47bb-0310-9956-ffa450edef68
* Removed workaround from the SCA schema as it's not fixing the ambiguous ↵jsdelfino2009-09-264-24/+46
| | | | | | particle issue in the schema anyway. Added implementation-widget schema. Removed unusued file. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819219 13f79535-47bb-0310-9956-ffa450edef68
* Added ChangeLog back as it's needed by the build tools.jsdelfino2009-09-261-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819218 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3280 - Removing support for obsolet scopes as in latest JAVACAA 1.1 ↵lresende2009-09-2510-261/+16
| | | | | | draft spec and throwing exception when invalid scope is found git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819068 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3280 - Removing obsolete iTests that were exercising REQUEST Scopelresende2009-09-253-92/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819066 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3280 - Cleaning up the possible scopes as defined in latest JAVA CAA ↵lresende2009-09-251-2/+0
| | | | | | 1.1 spec draft git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819064 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanuplresende2009-09-252-12/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819063 13f79535-47bb-0310-9956-ffa450edef68
* Minor testcase re-formattinglresende2009-09-252-180/+184
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819062 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused classrfeng2009-09-251-42/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819031 13f79535-47bb-0310-9956-ffa450edef68
* Comment out the incorrect policy matching algorithm and enable itest/policiesrfeng2009-09-252-17/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819013 13f79535-47bb-0310-9956-ffa450edef68
* Refactor CompositeActivator, ComponentContext and other related interfaces ↵rfeng2009-09-2537-216/+124
| | | | | | into core-spi module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819009 13f79535-47bb-0310-9956-ffa450edef68
* Copy ATOM Binding to start porting from 1.x to 2.xlresende2009-09-2544-0/+6152
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818884 13f79535-47bb-0310-9956-ffa450edef68
* Copy ATOM Binding to start porting from 1.x to 2.xlresende2009-09-2510-0/+679
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818882 13f79535-47bb-0310-9956-ffa450edef68
* Copy JSON-RPC Binding to start porting from 1.x to 2.xlresende2009-09-2521-0/+2449
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818881 13f79535-47bb-0310-9956-ffa450edef68
* Copy JSON-RPC Binding to start porting from 1.x to 2.xlresende2009-09-259-0/+537
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818880 13f79535-47bb-0310-9956-ffa450edef68
* Adding form based authlresende2009-09-253-2/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818729 13f79535-47bb-0310-9956-ffa450edef68
* Improve CompositeImpl.clone so that it clones both included and nested ↵rfeng2009-09-248-198/+106
| | | | | | | | composites Move the CompositeCloneBuilder to be called before the compositeIncludeBuilder so that the include builder doesn't have to mix with clone git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818657 13f79535-47bb-0310-9956-ffa450edef68
* Reformat the coderfeng2009-09-2429-938/+907
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818590 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the CompositeBuilder interface to return Composite instead of void ↵rfeng2009-09-2428-60/+90
| | | | | | so that a builder can create a new instance of Composite git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818588 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3281 fixes for DojoModuleActivator for an exception No servlet ↵ramkumar2009-09-241-1/+1
| | | | | | registered at this URI: /dojo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818381 13f79535-47bb-0310-9956-ffa450edef68
* ignore the code/resources copied over from the OASIS otestsslaws2009-09-230-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818174 13f79535-47bb-0310-9956-ffa450edef68
* removed in favour of new file called tuscany-oasis-sca-tests-errors.propertiesslaws2009-09-231-19/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818173 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2009-09-230-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818172 13f79535-47bb-0310-9956-ffa450edef68
* Updates to make the runtime bridge implementations match the new interface ↵slaws2009-09-233-18/+74
| | | | | | in OASIS that allows individual errors to be checked for git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818171 13f79535-47bb-0310-9956-ffa450edef68
* Correct the bridge string for the OSGi launcherslaws2009-09-231-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818170 13f79535-47bb-0310-9956-ffa450edef68
* tidy importsslaws2009-09-231-10/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818098 13f79535-47bb-0310-9956-ffa450edef68
* Add a README to match the new layoutslaws2009-09-231-0/+45
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818097 13f79535-47bb-0310-9956-ffa450edef68
* Switch over to the new model builder. Old builders are still there and can ↵slaws2009-09-231-2/+2
| | | | | | be re-enabled just by reverting this commit if there are issues. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818033 13f79535-47bb-0310-9956-ffa450edef68
* Add ignoresslaws2009-09-230-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818027 13f79535-47bb-0310-9956-ffa450edef68
* Top level pom and ant script (now only used for copying files). Am looking ↵slaws2009-09-232-0/+119
| | | | | | to see if we can remove the need for the file copying. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818026 13f79535-47bb-0310-9956-ffa450edef68
* add tuscany test runner back into the new test layoutslaws2009-09-235-0/+496
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818023 13f79535-47bb-0310-9956-ffa450edef68
* add externals propertyslaws2009-09-230-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817998 13f79535-47bb-0310-9956-ffa450edef68
* testing how to overlay externalsslaws2009-09-230-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817997 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up unused importslresende2009-09-232-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817938 13f79535-47bb-0310-9956-ffa450edef68
* Modifying iTest to exercise injection in private fields + enabling working ↵lresende2009-09-232-2/+1
| | | | | | tests that were ignored git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817937 13f79535-47bb-0310-9956-ffa450edef68
* Apply the @attachTo to SCA domain info set for external policy attachmentrfeng2009-09-225-25/+87
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817852 13f79535-47bb-0310-9956-ffa450edef68
* Add logic to apply the xpath against the implementation compositesrfeng2009-09-224-17/+89
| | | | | | Add a more complicated test case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817714 13f79535-47bb-0310-9956-ffa450edef68
* Dump out nested composites also. slaws2009-09-221-4/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817709 13f79535-47bb-0310-9956-ffa450edef68
* Add reference promotion builder back in. Need to decide what to do with it. ↵slaws2009-09-221-3/+8
| | | | | | Also add some other comments. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817707 13f79535-47bb-0310-9956-ffa450edef68