summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/assembly/src/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update messages with conformance statements (note the java files that have ↵kelvingoodson2010-03-031-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
* update messages with conformance statementskelvingoodson2010-03-031-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918475 13f79535-47bb-0310-9956-ffa450edef68
* update messages with conformance statementskelvingoodson2010-03-031-6/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918425 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in error messageslaws2010-03-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918372 13f79535-47bb-0310-9956-ffa450edef68
* update messages with conformance statementskelvingoodson2010-03-021-5/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918122 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
* Check that intents are properly satisfied, particularly in the qualified ↵slaws2010-03-011-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
* 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
* link pd info back to spec conformance statement 50004kelvingoodson2010-02-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908592 13f79535-47bb-0310-9956-ffa450edef68
* link pd info back to spec conformance statement 50009kelvingoodson2010-02-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908588 13f79535-47bb-0310-9956-ffa450edef68
* link pd info back to spec conformance statement 50008kelvingoodson2010-02-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908580 13f79535-47bb-0310-9956-ffa450edef68
* add some conformance numbers to error messageskelvingoodson2010-02-101-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908569 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
* Message moved to endpoint-validation-messages.propertiesslaws2010-02-051-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906854 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
* Refactor the DomainRegistryFactory to be extensions of ↵rfeng2010-01-291-18/+0
| | | | | | DomainRegistryFactoryExtensionPoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904367 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
* fix conformance number in error msgkelvingoodson2009-12-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889176 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
* add conformance statement number to error messages for ASM50001kelvingoodson2009-11-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884860 13f79535-47bb-0310-9956-ffa450edef68
* more error message updateskelvingoodson2009-11-262-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884579 13f79535-47bb-0310-9956-ffa450edef68
* add conformance statement numbers to error messages for ↵kelvingoodson2009-11-241-3/+3
| | | | | | ASM40002,ASM40004,ASM40011 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883658 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-20141-0/+12634
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68