summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/builder (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-07-13TUSCANY-3616 - Add code to check that that interface contracts a reference ↵slaws2-5/+163
and reference binding and at service and service binding match. Motivated by BWS_2007. TO do this properly we have to test that the interfaces are described using the same IDL and if not convert to WSDL1.1 are required by the SCA specifications. There are a lot of changes here as doing this upset quite a few tests. Further work is required to look at the details of our WSDL generation process which looks a little suspect around wrapper namespaces. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963624 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21BWS20006 - if a component reference binding.ws names a WSDL service with ↵slaws1-0/+18
more than one port then pick the first port. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956539 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17Add a flag to the binding builder to indicate that generated data should be ↵slaws2-2/+2
regenerated. Also rename the methods for getting/setting the generated data to make it more obvious that that's what it's doing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955601 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17TUSCANY-3593 - Create an endpoint on the fly at the point a reference target ↵slaws2-13/+20
is resolved in order to handle callbacks. This investigation has raised some questions that OASIS needs to answer, e.g. how to handle policy in this late bound scenario. Also this code change turns off generated WSDL caching and also relies on the SCA binding being attached to the callback service to carry the binding URI but this causes problems if you explicitly specify binding.sca. So more work to do but the basic test passes now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955544 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15TUSCANY-3591 - correct the promotion hierarchy for callback ↵slaws2-39/+67
references/service. Thanks to Mike for working on this in parallel with writing the Otests for this. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954864 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09Tidy the processing that creates the links between enpointreferences and ↵slaws1-36/+60
endpoints to represent callbacks. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952936 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Add missing OSGi dependencies that are causing the dosgi samples to fail. slaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950581 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Popluate the callback endpoints for endpoint referencesrfeng1-0/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947190 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge branch 'jaxrs' into trunkrfeng1-10/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945980 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17Make sure callback endpoints are createdrfeng2-0/+13
When a component is invoked from a non bidirectional interface, inject null to the fields/setters with @Callback git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945259 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17Make sure we use the value element (holding the property value) for conversionrfeng1-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945255 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17expected message and msg definition catchupkelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945120 13f79535-47bb-0310-9956-ffa450edef68
2010-05-13Allow direct access to the SCA schema. Rather than via the Tuscany schema. ↵slaws1-17/+38
At the moment I've turned off validation of sca namespace schema as the OASIS sca schema already includes a "value" element which is an any. So values should validate against anything. Am raising with OASIS but didn't want to do any more fiddling until I get an answer as the guts of this stuff is proving surprisingly frustrating. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944004 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07add conformance statements to error message after running otestskelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942115 13f79535-47bb-0310-9956-ffa450edef68
2010-05-06TUSCANY-3530 - first raft of changes to turn on property type checking at ↵slaws3-10/+158
deployment time. Required by ASM_5038 and ASM_5039. Still some TODOs including handling elements, composite properties, multiplicity and complex types derived from the component type. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941695 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09TUSCANY-3531 - validate that composite reference don't override ↵slaws1-2/+30
nonOverridable component references git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932474 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08TUSCANY-3527 switch the new message back into the assembly properties file ↵slaws2-2/+2
as it causes problems if the same logger is given two different files to retrieve messages from git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931911 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08TUSCANY-3527 report error id binding.sca at a service has a uri. slaws2-4/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931842 13f79535-47bb-0310-9956-ffa450edef68
2010-03-18remove commented out codeslaws1-19/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924998 13f79535-47bb-0310-9956-ffa450edef68
2010-03-18Add comment, re. doubts about location of external attachment processingslaws1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924996 13f79535-47bb-0310-9956-ffa450edef68
2010-03-18TUSCANY-3503 - turn off the automatic application of policy sets based on ↵slaws3-52/+148
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
2010-03-18Add a builder to calculate whether policy sets apply to the element to which ↵slaws2-96/+183
they are attached. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924993 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11TUSCANY-3483 Add missed comments and remove commented out codeslaws1-28/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921921 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11TUSCANY-3483 - ensure that policies defined in the implementation are ↵slaws3-30/+117
applied correctly to the component service. This pointed out another problem in that if binding.sca was defined on the reference with no uri but with intents then the intents weren't being applied to the EPR because the binding was being ignored (as it's a targeted reference). git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921903 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05TUSCANY-3486 - add the composite reference multiplicy resolution algorithm ↵slaws1-0/+67
as per the spec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919398 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03Adding FIXME as it seems that calling inherit for implementation duplicates ↵lresende1-0/+5
all itents and policySets into the impl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918588 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03Copy the test cases from binding-sca-runtime-axis2 and ↵rfeng1-4/+11
binding-sca-runtime-rmi into an itest Change the code to pass binding.sca with mapped uri with the endpoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918327 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01Check that intents are properly satisfied, particularly in the qualified ↵slaws1-0/+41
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-50/+24
status to an enum git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916778 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25Minor cleanup...lresende1-21/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916117 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25TUSCANY-3463 - Resolving/checking policies in the component levellresende1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916113 13f79535-47bb-0310-9956-ffa450edef68
2010-02-23Fixing resource bundle location that was missing the package structurelresende3-6/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915210 13f79535-47bb-0310-9956-ffa450edef68
2010-02-19Align the interfaceContractMapper to the specrfeng6-12/+14
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-12Moving error message to builder validation resource bundlelresende2-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909261 13f79535-47bb-0310-9956-ffa450edef68
2010-02-11Add missing OSGi dependencyslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908922 13f79535-47bb-0310-9956-ffa450edef68
2010-02-10Fix some of minor bugs discovered by FindBugsrfeng6-13/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908639 13f79535-47bb-0310-9956-ffa450edef68
2010-01-27Fix for TUSCANY-3409rfeng1-4/+4
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 ↵slaws1-0/+5
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-20Update to the latest version of OSGi Remote Service Adminrfeng2-1/+2
Fix the issues to pass OSGi SCA configuration type TCK git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901079 13f79535-47bb-0310-9956-ffa450edef68
2010-01-18Check that the policy sets for a particular endpoint, endpointreference or ↵slaws2-13/+54
implementation are expressed in one language. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900548 13f79535-47bb-0310-9956-ffa450edef68
2010-01-18Fix typo in commentslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900418 13f79535-47bb-0310-9956-ffa450edef68
2010-01-18Remove comment. The policy matching will now take place in the binder. ↵slaws1-4/+1
Called from either the NodeFactory (TODO) or at runtime when a reference is first used. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900415 13f79535-47bb-0310-9956-ffa450edef68
2010-01-10TUSCANY-3417 TUSCANY-3417 consolidate enpointreference/endpoint matching ↵slaws5-727/+518
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-13Comment out the experiement code to fix compilation errorsrfeng1-5/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@890097 13f79535-47bb-0310-9956-ffa450edef68
2009-12-11TUSCANY-3392 first set of code changes to move the endpoint matching into ↵slaws1-4/+199
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 schemalresende9-19/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
2009-12-09Fix the builder problems that cause otest regressionsrfeng2-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888695 13f79535-47bb-0310-9956-ffa450edef68
2009-12-02Tidy up the policy builders (the composite policy builder now only deals ↵rfeng3-549/+160
with strctural hierarchy) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886027 13f79535-47bb-0310-9956-ffa450edef68
2009-12-01Start to split policy builder into two phases: implementation hierarchy and ↵rfeng7-40/+1480
structural hierarchy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885961 13f79535-47bb-0310-9956-ffa450edef68
2009-11-23For POL_4028 test that a policy isn't being attached to a property element ↵slaws2-41/+105
or one of its children. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883409 13f79535-47bb-0310-9956-ffa450edef68