summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/assembly/src/main/java/org/apache/tuscany/sca (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mark additional classes as extension spi according to use indicated by ↵kelvingoodson2010-04-263-1/+3
| | | | | | implementation-spring and implementation-spring-sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937981 13f79535-47bb-0310-9956-ffa450edef68
* mark classes as extension spi according to use indicated by implementation-osgikelvingoodson2010-04-262-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937968 13f79535-47bb-0310-9956-ffa450edef68
* mark classes as extension spi according to use indicated by implementation-bpelkelvingoodson2010-04-232-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937321 13f79535-47bb-0310-9956-ffa450edef68
* mark classes as extension spi according to use indicated by ↵kelvingoodson2010-04-2311-0/+11
| | | | | | implementation-java-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937310 13f79535-47bb-0310-9956-ffa450edef68
* mark classes as extension spi according to use indicated by implementation.javakelvingoodson2010-04-2317-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937291 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3534: Apply patch from William Mayor to fix unchecked warning in ↵antelder2010-04-171-1/+2
| | | | | | assembly module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935180 13f79535-47bb-0310-9956-ffa450edef68
* update documentation scheme in the light of mailing list discussionkelvingoodson2010-04-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934397 13f79535-47bb-0310-9956-ffa450edef68
* add reporting section to build, with javadoc custom tag ↵kelvingoodson2010-04-151-0/+1
| | | | | | "tuscany.extension.spi" for flagging spis aimed at extension developers; also add one example git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934365 13f79535-47bb-0310-9956-ffa450edef68
* Clean up importsrfeng2010-03-311-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929705 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3503 - turn off the automatic application of policy sets based on ↵slaws2010-03-181-0/+1
| | | | | | intents. Various changes to tests to take account of this change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924994 13f79535-47bb-0310-9956-ffa450edef68
* Update matching code to work with service URIs starting with a slash characterantelder2010-03-181-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924786 13f79535-47bb-0310-9956-ffa450edef68
* Fix the equals and hashCode to avoid componentType conflictsrfeng2010-03-172-21/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924089 13f79535-47bb-0310-9956-ffa450edef68
* Update BindingImpl with some more default methodsantelder2010-03-161-0/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923758 13f79535-47bb-0310-9956-ffa450edef68
* Add a matches method to Endpoint to find servic uris that match the endpoint uriantelder2010-03-162-0/+74
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923614 13f79535-47bb-0310-9956-ffa450edef68
* Remove DistributedSCABindingrfeng2010-03-054-151/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919254 13f79535-47bb-0310-9956-ffa450edef68
* improve the operation not found error messageslaws2010-03-041-3/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918931 13f79535-47bb-0310-9956-ffa450edef68
* Add first bits of code to start enabling the use of policies nested inside ↵slaws2010-03-021-0/+36
| | | | | | of WS Policy and policy alternatives rather than having to sit at the top level. Based on this the next step is to understand how tuscany defined and non-tuscany defined policies are managed. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918111 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the remote flag for endpoint and change the endpoint reference ↵rfeng2010-02-263-71/+23
| | | | | | status to an enum git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916778 13f79535-47bb-0310-9956-ffa450edef68
* Add the check for local-by-reference, local-by-value and remote invocations ↵rfeng2010-02-252-6/+23
| | | | | | for binding.sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916483 13f79535-47bb-0310-9956-ffa450edef68
* Align the interfaceContractMapper to the specrfeng2010-02-196-174/+177
| | | | | | Remove the conversation related legacy code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912034 13f79535-47bb-0310-9956-ffa450edef68
* Remove OptimizableBinding as now it is not used any morerfeng2010-02-102-111/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908288 13f79535-47bb-0310-9956-ffa450edef68
* Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) ↵slaws2010-02-041-0/+32
| | | | | | replace binding-ws-axis2 and binding binding-ws-axis2-policy with binding-ws-runtime-axis which is still very much a work in progress 2) correct the axis/axiom version references across the project and make the various OSGi environments work 3) start fixing policy provides to allow the ws binding to exploit the binding wire. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906557 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3409rfeng2010-01-272-7/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903541 13f79535-47bb-0310-9956-ffa450edef68
* Add operation that returns the list of bindings that this policy is designed ↵slaws2010-01-252-0/+14
| | | | | | to operation with. Am in two minds whether this should be on the provider or the builder. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902789 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in commentslaws2010-01-181-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900574 13f79535-47bb-0310-9956-ffa450edef68
* Call loadbuilders when the full collection is retrieved as well as when an ↵slaws2010-01-181-3/+3
| | | | | | individual policy builder is retrieved git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900573 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3417 TUSCANY-3417 consolidate enpointreference/endpoint matching ↵slaws2010-01-102-3/+5
| | | | | | code into the binding. There is currently a bit, related to autowiring, still left on the builders awaiting some dependency juggling git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897639 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3392 first set of code changes to move the endpoint matching into ↵slaws2009-12-112-5/+11
| | | | | | one place. Not correct or activated yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889737 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3388 - Updating to the latests OASIS schemalresende2009-12-112-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up the binding interface to include the wire format and operation ↵slaws2009-12-024-42/+88
| | | | | | selector operations. They are in the OASIS specs now so it doesn't seem sensible to maintain the separate (experimental) interface that previously housed them. We want to encourage binding writers to provide wire formats and operation selectors as appropriate git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886122 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fixesslaws2009-12-021-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886099 13f79535-47bb-0310-9956-ffa450edef68
* Start to split policy builder into two phases: implementation hierarchy and ↵rfeng2009-12-013-1/+13
| | | | | | structural hierarchy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885961 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-20130-0/+12049
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68