summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/assembly/src/main/java/org/apache/tuscany/sca (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-10TUSCANY-4066: Apply fix from Hasan Muhammad to fix WrapperInfo clone does not...antelder1-0/+11
2012-03-22Fix the binding invokers to use endpoint reference's deployed URI (i.e., the ...rfeng2-0/+35
2012-03-04TUSCANY-3312 - Copy JavaInterfaceFactory memory leak changes from 1.x + other...slaws1-18/+19
2012-02-20TUSCANY-3459 - Allow the remotable status of an interface to be overridden us...slaws2-0/+20
2012-02-12Minor formatting updateslresende1-21/+23
2012-01-06TUSCANY-3932 - First part of this JIRA is to remove some inconsistencies in t...slaws2-2/+52
2011-12-13TUSCANY-3890 - separate the request wrapper model from the response wrapper m...slaws5-192/+223
2011-12-01Add a mechanism for specifying default intents on policy subjects. This is a ...slaws5-0/+171
2011-10-31Add a spec version to Endpoint and only do full matching if the target endpoi...slaws2-0/+32
2011-10-17Extend getIntent to retrieve qualified intents as well as top level intentsslaws1-0/+5
2011-10-17Get binding and implementation types given a QNameslaws2-0/+45
2011-09-09TUSCANY-3916 - Replace WSDL representation of interface contract with an inte...slaws1-0/+38
2011-08-25Add auditing to callback compatibility testingslaws1-4/+10
2011-08-19TUSCANY-3916 - Correct comment to reflect what I believe is the realityslaws1-3/+4
2011-08-05Fix comment typoslaws1-1/+1
2011-08-05TUSCANY-3907 - Clone top level composites before adding them to the domain le...slaws2-2/+7
2011-07-27Fix bug in mapping data types like Java multidimensional arrays.scottkurz1-128/+126
2011-07-22Fix spelling of method, changing to 'setNormalizedWSDLInterfaceContract'.scottkurz2-4/+4
2011-07-05TUSCANY-3881 - Tidy up the binding context and test by re-enabling Rampart su...slaws1-32/+14
2011-07-05TUSCANY-3883 - Let the binding model store/return a wireFormat. Request and r...slaws1-2/+5
2011-06-18Update Composite to keep track of 'fused' includes. 'Fused' is the term the c...antelder2-0/+6
2011-05-25TUSCANY-3868 - allow binding to be retrieved by nameslaws3-0/+25
2011-05-23Add a link from a Composite to its contributionantelder2-0/+14
2011-05-09Fix for TUSCANY-3857. Also addressed a problem writing wrapper elements with...scottkurz1-0/+9
2011-05-02In clone(), do a deep copy of wrapped logical DataType for java:array, etc. c...scottkurz1-0/+14
2011-04-20Allow the look up of endpoint address by component/service/binding name from ...rfeng2-8/+30
2011-02-15Fix wrapper clone to include clone of unwrapped info.scottkurz1-0/+22
2011-02-15Fix for TUSCANY-3832. Also tries to simplify wrapped vs. bare terminology by...scottkurz4-3/+57
2011-02-07Enable the allowsPassByReference supportrfeng2-1/+19
2011-01-20Fix IndexOutOfBoundsException from TUSCANY-3819 fix.scottkurz1-3/+3
2011-01-20Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz5-63/+71
2011-01-11Add capability to support Bindings that support Async invocations natively - ...edwardsmj2-8/+25
2010-12-03TUSCANY-3801 - allow endpoints to report when they are configured for async i...slaws3-2/+26
2010-11-30TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be res...slaws1-0/+6
2010-11-24TUSCANY-3786 - add an operation so that the EPR can indicate whether it will ...slaws2-0/+18
2010-11-14TUSCANY-3664 Add support for multiple operation output typesbdaniel4-26/+73
2010-09-17TUSCANY-3664 Migrate 1.x Holder support to 2.x and add support for non-void m...bdaniel4-4/+50
2010-08-18Add missing audit text slaws1-0/+4
2010-08-12TUSCANY-3641 - When a JAXWS binding is encountered make sure that the associa...slaws2-0/+26
2010-08-06Allow HeuristicPojoProcessor to differentiate implementation.java against oth...rfeng1-3/+3
2010-08-04Add a boolean to PolicySet to determine if it has been attached via external ...bdaniel2-0/+21
2010-07-29Some tidying to remove duplicate compatibility checking, because I want to ad...slaws1-91/+21
2010-07-27improve pd info for interface contract mapping and fix up failing ASM tests d...kelvingoodson2-1/+16
2010-07-26TUSCANY-3630 Add externalAttachment modelbdaniel7-0/+188
2010-07-21make the interface matching audit trail more useful in problem determinationkelvingoodson3-9/+52
2010-07-20Add a check for both source and target operations matching being oneway or notantelder1-0/+10
2010-07-16Fix for TUSCANY-3622rfeng1-1/+4
2010-07-16communicate differences in interfaces wrt @Remotable annotationkelvingoodson2-0/+118
2010-07-13TUSCANY-3616 - Add code to check that that interface contracts a reference an...slaws8-22/+323
2010-06-30Adding asyncServer flag to operations in support of TUSCANY-3611edwardsmj2-0/+14