summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/assembly (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-18Update matching code to work with service URIs starting with a slash characterantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924786 13f79535-47bb-0310-9956-ffa450edef68
2010-03-17Fix the equals and hashCode to avoid componentType conflictsrfeng2-21/+42
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924089 13f79535-47bb-0310-9956-ffa450edef68
2010-03-16Update BindingImpl with some more default methodsantelder1-0/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923758 13f79535-47bb-0310-9956-ffa450edef68
2010-03-16Add a matches method to Endpoint to find servic uris that match the endpoint uriantelder2-0/+74
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923614 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05TUSCANY-3486 - add the composite reference multiplicy resolution algorithm ↵slaws1-0/+1
as per the spec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919398 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05Remove DistributedSCABindingrfeng4-151/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919254 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04improve the operation not found error messageslaws1-3/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918931 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03update messages with conformance statements (note the java files that have ↵kelvingoodson1-2/+2
messages that have not been extracted to a properties file, these need to be factored out) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918526 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03update messages with conformance statementskelvingoodson1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918475 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03update messages with conformance statementskelvingoodson1-6/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918425 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03Fix typo in error messageslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918372 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02update messages with conformance statementskelvingoodson1-5/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918122 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02Add first bits of code to start enabling the use of policies nested inside ↵slaws1-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
2010-03-01Check that intents are properly satisfied, particularly in the qualified ↵slaws1-1/+2
intent case. Raise a warning if not. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917504 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26Clean up the remote flag for endpoint and change the endpoint reference ↵rfeng3-71/+23
status to an enum git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916778 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25Add the check for local-by-reference, local-by-value and remote invocations ↵rfeng2-6/+23
for binding.sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916483 13f79535-47bb-0310-9956-ffa450edef68
2010-02-19Align the interfaceContractMapper to the specrfeng7-183/+187
Remove the conversation related legacy code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912034 13f79535-47bb-0310-9956-ffa450edef68
2010-02-10link pd info back to spec conformance statement 50004kelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908592 13f79535-47bb-0310-9956-ffa450edef68
2010-02-10link pd info back to spec conformance statement 50009kelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908588 13f79535-47bb-0310-9956-ffa450edef68
2010-02-10link pd info back to spec conformance statement 50008kelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908580 13f79535-47bb-0310-9956-ffa450edef68
2010-02-10add some conformance numbers to error messageskelvingoodson1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908569 13f79535-47bb-0310-9956-ffa450edef68
2010-02-10Remove OptimizableBinding as now it is not used any morerfeng2-111/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908288 13f79535-47bb-0310-9956-ffa450edef68
2010-02-05Message moved to endpoint-validation-messages.propertiesslaws1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906854 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) ↵slaws1-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
2010-01-29Refactor the DomainRegistryFactory to be extensions of ↵rfeng1-18/+0
DomainRegistryFactoryExtensionPoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904367 13f79535-47bb-0310-9956-ffa450edef68
2010-01-27Fix for TUSCANY-3409rfeng2-7/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903541 13f79535-47bb-0310-9956-ffa450edef68
2010-01-25Add operation that returns the list of bindings that this policy is designed ↵slaws2-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
2010-01-18Fix typo in commentslaws1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900574 13f79535-47bb-0310-9956-ffa450edef68
2010-01-18Call loadbuilders when the full collection is retrieved as well as when an ↵slaws1-3/+3
individual policy builder is retrieved git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900573 13f79535-47bb-0310-9956-ffa450edef68
2010-01-10TUSCANY-3417 TUSCANY-3417 consolidate enpointreference/endpoint matching ↵slaws2-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
2009-12-11TUSCANY-3392 first set of code changes to move the endpoint matching into ↵slaws2-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
2009-12-11TUSCANY-3388 - Updating to the latests OASIS schemalresende2-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
2009-12-10fix conformance number in error msgkelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889176 13f79535-47bb-0310-9956-ffa450edef68
2009-12-02Tidy up the binding interface to include the wire format and operation ↵slaws5-42/+109
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
2009-12-02Javadoc fixesslaws1-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886099 13f79535-47bb-0310-9956-ffa450edef68
2009-12-01Start to split policy builder into two phases: implementation hierarchy and ↵rfeng3-1/+13
structural hierarchy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885961 13f79535-47bb-0310-9956-ffa450edef68
2009-11-27add conformance statement number to error messages for ASM50001kelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884860 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26more error message updateskelvingoodson2-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884579 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24add conformance statement numbers to error messages for ↵kelvingoodson1-3/+3
ASM40002,ASM40004,ASM40011 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883658 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Moving 2.x trunklresende154-0/+13863
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68