summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende2009-03-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
* Use AssemblyFactory to create Extensionrfeng2009-03-066-13/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750739 13f79535-47bb-0310-9956-ffa450edef68
* More changes to switch SCA namespace from osoa version to oasis onerfeng2009-03-051-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750323 13f79535-47bb-0310-9956-ffa450edef68
* Add the @replace attribute for wirerfeng2009-03-052-1/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750278 13f79535-47bb-0310-9956-ffa450edef68
* Add nonOverridable flag as defined by the oasis specrfeng2009-03-052-0/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750272 13f79535-47bb-0310-9956-ffa450edef68
* Make Endpoint2/Endpoint2Reference extend from PolicySubjectrfeng2009-03-044-40/+84
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750084 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2809 Start adding Endpoint and EndpoitReference structures. Named ↵slaws2009-03-0415-5/+1097
| | | | | | with a 2 at the end so that I can develop in parallel with what is already there. I intend to carry on adding endpoint function but only actually enable if locally until we get to the point where it can replace function that people are already relying on to develop other parts of the code base. At them moment there is some builder support but no activators so the Endpoint structures don't do anything useful yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750047 13f79535-47bb-0310-9956-ffa450edef68
* Get rid of some old commentsslaws2009-03-022-164/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749273 13f79535-47bb-0310-9956-ffa450edef68
* Change the name from parent to qualifiableIntent for Intent modelrfeng2009-02-211-11/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746573 13f79535-47bb-0310-9956-ffa450edef68
* Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng2009-02-2034-881/+298
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746356 13f79535-47bb-0310-9956-ffa450edef68
* Fix the license headerrfeng2009-02-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743951 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused importsmcombellack2009-02-091-9/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742767 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende2009-01-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Merging latest code to support extended attributes to 2.x ↵lresende2009-01-227-2/+224
| | | | | | development stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736501 13f79535-47bb-0310-9956-ffa450edef68
* Updating MANIFEST.MF versions to 2.0.0lresende2009-01-201-16/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736040 13f79535-47bb-0310-9956-ffa450edef68
* Start tidying the builders. No function change. First remove anything from ↵slaws2008-12-0811-2605/+2643
| | | | | | the base class that is not actually shared to give a clearer view of the function of each builder. Shared function now lives in a new single base class. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724435 13f79535-47bb-0310-9956-ffa450edef68
* Make sure we honor @target over autowirerfeng2008-12-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723535 13f79535-47bb-0310-9956-ffa450edef68
* Removed redundant public modifier from interface and corrected a minor ↵mcombellack2008-12-041-7/+7
| | | | | | spelling mistake git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723312 13f79535-47bb-0310-9956-ffa450edef68
* Fixed generics raw type warningsmcombellack2008-12-031-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722933 13f79535-47bb-0310-9956-ffa450edef68
* Moved imports from JUnit 3 to JUnit 4 style - i.e changed import ↵mcombellack2008-12-031-1/+1
| | | | | | junit.framework to import org.junit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722817 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused importsmcombellack2008-11-271-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721129 13f79535-47bb-0310-9956-ffa450edef68
* Fix compile errorantelder2008-11-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718950 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up pom artifact version to 2.0-SNAPSHOTlresende2008-11-191-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718906 13f79535-47bb-0310-9956-ffa450edef68
* Merging the 1.x delta on top of the equinox based moduleslresende2008-11-195-3/+147
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
* Copying modules from Equinox branch, to start merging the delta changes from ↵lresende2008-11-19116-0/+12618
| | | | | | 1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
* Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende2008-11-19115-12544/+0
| | | | | | merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
* Change MANIFEST.MF version to 2.0 to match trunk build. It turns out this ↵antelder2008-11-171-16/+16
| | | | | | isn't so striaght forward to do as there are quite a few permutations you need to search/replace to catch all the occurances of 1.4 so this is going to make doing releases a bit harder so we may need to find a better way git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718234 13f79535-47bb-0310-9956-ffa450edef68
* Copy MANIFEST.MF files from sca-equinox to trunk for the minimal modules to ↵antelder2008-11-171-0/+44
| | | | | | run the calclator sample. Minimal modules as identified in http://apache.markmail.org/message/ofdwyjikioosc7bn. Still need to update for new version, that will be in a seperate commit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718231 13f79535-47bb-0310-9956-ffa450edef68
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-171-5/+5
| | | | | | bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 13f79535-47bb-0310-9956-ffa450edef68
* Merge the runtime wire changes to add a binding invocation wire with the jms ↵slaws2008-10-231-2/+6
| | | | | | binding changes to exploit the binding wire. Still early days so see the ongoing conversation on the ML. This function is only enabled if you include a wire format in a jms service binding element. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707394 13f79535-47bb-0310-9956-ffa450edef68
* Experimental request response binding support. Just implemented for jms ↵slaws2008-10-213-0/+97
| | | | | | service binding and only activated when wireFormat appears in the SCDL. Still early stage so many more changes to come. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706620 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702995 ↵beckerdo2008-10-081-1/+1
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2617 perform autowire processing after all targets have been ↵slaws2008-10-061-46/+46
| | | | | | 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
* TUSCANY-2587 - change the name of promoted services so that the component ↵slaws2008-09-092-2/+2
| | | | | | name and service name are easily obtainable. I've opened TUSCANY-2589 to continue to track this issue past this immediate change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693434 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to get the Equinox integration working. Use the parent classloader ↵jsdelfino2008-09-095-16/+114
| | | | | | instead of the Thread context classloader as parent of the contribution classloader. Use the ServiceDiscovery to get instances of DocumentBuilderFactory and TransformerFactory. Pass these factories around instead of creating new instances in different places. Clarified the few prints in the calculator-osgi sample showing which classloader is used. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693411 13f79535-47bb-0310-9956-ffa450edef68
* Use basic authentication as a motivating scenario for looking at policy plug ↵slaws2008-09-051-2/+2
| | | | | | points. Generic username/password processing is added as an interceptor. Specific axis configuration is performed by new logic specific to binding.ws which is invoked if the basic auth policy is present (we need to think about this mechanism). I added a binding-ws-axis2-policy module as a replacement for policy-security-ws but haven't moved over to it yet. I also added a message header map to Message but have only been experimenting to date. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692411 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2501 reference should either be all annotated or all not annotated. ↵slaws2008-08-261-1/+1
| | | | | | Here change the vtests to test these cases separately. Currently mixing annotated and unannotated fields as references causes any unannotated reference to be overlooked. Change the reference not found warning to an error to catch cases where they are mixed by accident. Changes to other tests to take account of this. Also change implementation.widget to pick up the string name of the reference in javascript rather than the name of the variable to which the reference is assigned. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689102 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2455: apply patch from Ramkumar Ramalingam for Exception not thrown ↵antelder2008-08-141-1/+1
| | | | | | on duplicate component names within a composite git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685893 13f79535-47bb-0310-9956-ffa450edef68
* Added missing @Override annotation to methods that override methods from ↵mcombellack2008-08-132-1/+3
| | | | | | their superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685532 13f79535-47bb-0310-9956-ffa450edef68
* Copy 1.3 branch revisions 678491, 678875, 679082, 679205, 679334 and 679385nash2008-07-2522-513/+1313
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679774 13f79535-47bb-0310-9956-ffa450edef68
* Fixed NPE when WebServiceBinding does not have a configured builder.jsdelfino2008-07-141-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676651 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2352 - upgrade the fix for promoted binding overriding as the ↵slaws2008-07-042-16/+107
| | | | | | automatically created sca bindings were causing the top level to always override. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674139 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2459 - If a binding uri is malformed don't try to use it to go ↵slaws2008-07-041-1/+9
| | | | | | looking for target services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674138 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2352 - fix up bindings for promoted services. It turns out there is ↵slaws2008-07-043-15/+61
| | | | | | more to do so. That will be a new JIRA but this change forms a basis for the new change git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674050 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2449nash2008-07-024-23/+86
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673310 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2446nash2008-06-306-3/+256
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672939 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-17100-0/+11034
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68