summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/assembly (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-09-09TUSCANY-3916 - Replace WSDL representation of interface contract with an ↵slaws1-0/+38
internal representation for passing via the registry. Still not particularly happy with this but I have more confidence that it will work reliably when compared to serializing/deserializing WSDL. It would be preferable I think to represent the interface contract more generally as artifacts in the domain registry but that's for another day. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1167202 13f79535-47bb-0310-9956-ffa450edef68
2011-09-02Fix the single quote issues in all message bundlesrfeng1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164763 13f79535-47bb-0310-9956-ffa450edef68
2011-08-25Add auditing to callback compatibility testingslaws1-4/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161519 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19TUSCANY-3916 - Correct comment to reflect what I believe is the realityslaws1-3/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159624 13f79535-47bb-0310-9956-ffa450edef68
2011-08-05Fix comment typoslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154196 13f79535-47bb-0310-9956-ffa450edef68
2011-08-05TUSCANY-3907 - Clone top level composites before adding them to the domain ↵slaws2-2/+7
level composite so that they don't get build more than once. Also clone bindings when reference and services are cloned. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154194 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27Fix bug in mapping data types like Java multidimensional arrays.scottkurz1-128/+126
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151476 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22Fix spelling of method, changing to 'setNormalizedWSDLInterfaceContract'.scottkurz2-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149451 13f79535-47bb-0310-9956-ffa450edef68
2011-07-05TUSCANY-3881 - Tidy up the binding context and test by re-enabling Rampart ↵slaws1-32/+14
support in the ws binding so that WS policy can be applied. For the time being it only demonstrates integrity. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1142920 13f79535-47bb-0310-9956-ffa450edef68
2011-07-05TUSCANY-3883 - Let the binding model store/return a wireFormat. Request and ↵slaws1-2/+5
response wire format are set to be the same at the moment. There is a JIRA to separate them. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1142917 13f79535-47bb-0310-9956-ffa450edef68
2011-06-18Update Composite to keep track of 'fused' includes. 'Fused' is the term the ↵antelder2-0/+6
code is using for the merging of the inlcudes inline into the composite. But after that process has happened there was nolonger any way to find what includes a composite had so this new method enables still finding that git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137220 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25TUSCANY-3868 - allow binding to be retrieved by nameslaws3-0/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127498 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23Add a link from a Composite to its contributionantelder2-0/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126326 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09Fix for TUSCANY-3857. Also addressed a problem writing wrapper elements ↵scottkurz1-0/+9
with child elements with minOccurs="0" which not get written into the wrapper payload. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101239 13f79535-47bb-0310-9956-ffa450edef68
2011-05-02In clone(), do a deep copy of wrapped logical DataType for java:array, etc. ↵scottkurz1-0/+14
cases. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098763 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20Allow the look up of endpoint address by component/service/binding name from ↵rfeng2-8/+30
the Node API git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095537 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15Fix wrapper clone to include clone of unwrapped info.scottkurz1-0/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070946 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15Fix for TUSCANY-3832. Also tries to simplify wrapped vs. bare terminology ↵scottkurz4-3/+57
by introducing "notSubjectToWrapping" as a term in place of "bare". git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070926 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07Enable the allowsPassByReference supportrfeng2-1/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068209 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Fix IndexOutOfBoundsException from TUSCANY-3819 fix.scottkurz1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061531 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz5-63/+71
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061329 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11Add capability to support Bindings that support Async invocations natively - ↵edwardsmj2-8/+25
as under TUSCANY-3801 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057645 13f79535-47bb-0310-9956-ffa450edef68
2011-01-10Bump up copyright year in the NOTICE filesantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057117 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03TUSCANY-3801 - allow endpoints to report when they are configured for async ↵slaws3-2/+26
invocation. Correct comment on endpoint reference version of the operation. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041845 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be ↵slaws1-0/+6
resolved then so that async response services can be established at that point. In a reliable situation the response service is then available as soon as reference is resolved and doesn't depend on the reference actually being used. Also start adding interfaces to allow the implementation provider to make an async invocation explicitly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040444 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24TUSCANY-3786 - add an operation so that the EPR can indicate whether it will ↵slaws2-0/+18
do an async invocation or not. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038575 13f79535-47bb-0310-9956-ffa450edef68
2010-11-14TUSCANY-3664 Add support for multiple operation output typesbdaniel5-30/+92
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035091 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17TUSCANY-3664 Migrate 1.x Holder support to 2.x and add support for non-void ↵bdaniel4-4/+50
methods and multiple Holders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998232 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18Add missing audit text slaws1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986720 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12TUSCANY-3641 - When a JAXWS binding is encountered make sure that the ↵slaws2-0/+26
associated SCA service has a WS binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984702 13f79535-47bb-0310-9956-ffa450edef68
2010-08-06Allow HeuristicPojoProcessor to differentiate implementation.java against ↵rfeng1-3/+3
other java based implementation types such as implementation.spring Check for duplicate import in spring xml definitions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983054 13f79535-47bb-0310-9956-ffa450edef68
2010-08-04Add a boolean to PolicySet to determine if it has been attached via external ↵bdaniel2-0/+21
attachment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982129 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29Some tidying to remove duplicate compatibility checking, because I want to ↵slaws1-91/+21
add a change to this logic, and remove some code I commented out previously. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980385 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27improve pd info for interface contract mapping and fix up failing ASM tests ↵kelvingoodson2-1/+16
due to previous error message output changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979633 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27Some defensive code to avert an NPE that's now causing ASM_8005, ASM_8017, ↵slaws1-0/+2
ASM_8018 to fail. It's not clear why this code is being hit now when it wasn't previously. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979597 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26TUSCANY-3630 Add externalAttachment modelbdaniel8-0/+206
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979149 13f79535-47bb-0310-9956-ffa450edef68
2010-07-21make the interface matching audit trail more useful in problem determinationkelvingoodson3-9/+52
-- not sure if util package is a good place for this Audit class, but OK to start with -- would have just specialized StringBuffer if it hadn't been final :( git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966324 13f79535-47bb-0310-9956-ffa450edef68
2010-07-20Add a check for both source and target operations matching being oneway or notantelder1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965821 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Fix for TUSCANY-3622rfeng1-1/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964879 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16communicate differences in interfaces wrt @Remotable annotationkelvingoodson2-0/+118
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964852 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13TUSCANY-3616 - Add code to check that that interface contracts a reference ↵slaws9-22/+325
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-30Adding asyncServer flag to operations in support of TUSCANY-3611edwardsmj2-0/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959198 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Remove @Override to avoid compilation issuesrfeng1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957346 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21BWS_2018 - add a check that uri doesn't appear on a service callback ↵slaws2-0/+26
binding.ws element git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956599 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17Add a flag to the binding builder to indicate that generated data should be ↵slaws2-3/+6
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-16small updates to commentsslaws1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955242 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05Setting svn:eol-style for java and xml filesrfeng3-190/+190
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Adding rest binding reference supportrfeng2-1/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948681 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17Add getSchemaName to the interface (to be renamed to getType later)rfeng1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945248 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17expected message and msg definition catchupkelvingoodson1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945109 13f79535-47bb-0310-9956-ffa450edef68