summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/assembly (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrapper clone to include clone of unwrapped info.scottkurz2011-02-151-0/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070946 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3832. Also tries to simplify wrapped vs. bare terminology ↵scottkurz2011-02-154-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
* Enable the allowsPassByReference supportrfeng2011-02-072-1/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068209 13f79535-47bb-0310-9956-ffa450edef68
* Fix IndexOutOfBoundsException from TUSCANY-3819 fix.scottkurz2011-01-201-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061531 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz2011-01-205-63/+71
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061329 13f79535-47bb-0310-9956-ffa450edef68
* Add capability to support Bindings that support Async invocations natively - ↵edwardsmj2011-01-112-8/+25
| | | | | | as under TUSCANY-3801 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057645 13f79535-47bb-0310-9956-ffa450edef68
* Bump up copyright year in the NOTICE filesantelder2011-01-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057117 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - allow endpoints to report when they are configured for async ↵slaws2010-12-033-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
* TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be ↵slaws2010-11-301-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
* TUSCANY-3786 - add an operation so that the EPR can indicate whether it will ↵slaws2010-11-242-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
* TUSCANY-3664 Add support for multiple operation output typesbdaniel2010-11-145-30/+92
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035091 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3664 Migrate 1.x Holder support to 2.x and add support for non-void ↵bdaniel2010-09-174-4/+50
| | | | | | methods and multiple Holders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998232 13f79535-47bb-0310-9956-ffa450edef68
* Add missing audit text slaws2010-08-181-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986720 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3641 - When a JAXWS binding is encountered make sure that the ↵slaws2010-08-122-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
* Allow HeuristicPojoProcessor to differentiate implementation.java against ↵rfeng2010-08-061-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
* Add a boolean to PolicySet to determine if it has been attached via external ↵bdaniel2010-08-042-0/+21
| | | | | | attachment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982129 13f79535-47bb-0310-9956-ffa450edef68
* Some tidying to remove duplicate compatibility checking, because I want to ↵slaws2010-07-291-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
* improve pd info for interface contract mapping and fix up failing ASM tests ↵kelvingoodson2010-07-272-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
* Some defensive code to avert an NPE that's now causing ASM_8005, ASM_8017, ↵slaws2010-07-271-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
* TUSCANY-3630 Add externalAttachment modelbdaniel2010-07-268-0/+206
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979149 13f79535-47bb-0310-9956-ffa450edef68
* make the interface matching audit trail more useful in problem determinationkelvingoodson2010-07-213-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
* Add a check for both source and target operations matching being oneway or notantelder2010-07-201-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965821 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3622rfeng2010-07-161-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964879 13f79535-47bb-0310-9956-ffa450edef68
* communicate differences in interfaces wrt @Remotable annotationkelvingoodson2010-07-162-0/+118
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964852 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3616 - Add code to check that that interface contracts a reference ↵slaws2010-07-139-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
* Adding asyncServer flag to operations in support of TUSCANY-3611edwardsmj2010-06-302-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959198 13f79535-47bb-0310-9956-ffa450edef68
* Remove @Override to avoid compilation issuesrfeng2010-06-231-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957346 13f79535-47bb-0310-9956-ffa450edef68
* BWS_2018 - add a check that uri doesn't appear on a service callback ↵slaws2010-06-212-0/+26
| | | | | | binding.ws element git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956599 13f79535-47bb-0310-9956-ffa450edef68
* Add a flag to the binding builder to indicate that generated data should be ↵slaws2010-06-172-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
* small updates to commentsslaws2010-06-161-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955242 13f79535-47bb-0310-9956-ffa450edef68
* Setting svn:eol-style for java and xml filesrfeng2010-06-053-190/+190
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
* Adding rest binding reference supportrfeng2010-05-272-1/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948681 13f79535-47bb-0310-9956-ffa450edef68
* Add getSchemaName to the interface (to be renamed to getType later)rfeng2010-05-171-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945248 13f79535-47bb-0310-9956-ffa450edef68
* expected message and msg definition catchupkelvingoodson2010-05-171-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945109 13f79535-47bb-0310-9956-ffa450edef68
* error message updates for pojo otestskelvingoodson2010-05-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944340 13f79535-47bb-0310-9956-ffa450edef68
* Updating Copyright Year in NOTICE fileslresende2010-05-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943700 13f79535-47bb-0310-9956-ffa450edef68
* error message updates for caa otestskelvingoodson2010-05-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942716 13f79535-47bb-0310-9956-ffa450edef68
* add conformance statements to error message after running otestskelvingoodson2010-05-072-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942115 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3530 - first raft of changes to turn on property type checking at ↵slaws2010-05-063-0/+28
| | | | | | 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
* And fix typo here alsoslaws2010-05-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941691 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in commentslaws2010-05-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941690 13f79535-47bb-0310-9956-ffa450edef68
* explicitly call out those extensions which contain Extension Developers' SPI ↵kelvingoodson2010-04-291-0/+1
| | | | | | and those extensions which have a special relationship git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939277 13f79535-47bb-0310-9956-ffa450edef68
* Fixing mispelled word in java doclresende2010-04-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938680 13f79535-47bb-0310-9956-ffa450edef68
* mark additional classes as extension spi according to use by contribution* ↵kelvingoodson2010-04-272-2/+2
| | | | | | and fix some typos in previous tags git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938567 13f79535-47bb-0310-9956-ffa450edef68
* mark additional classes as extension spi according to use by policy-wspolicykelvingoodson2010-04-272-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938472 13f79535-47bb-0310-9956-ffa450edef68
* mark additional classes as extension spi according to use by policy-logging ↵kelvingoodson2010-04-271-0/+1
| | | | | | (no additions for interface-wsdl) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938454 13f79535-47bb-0310-9956-ffa450edef68
* mark additional classes as extension spi according to use by interface-java*kelvingoodson2010-04-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938441 13f79535-47bb-0310-9956-ffa450edef68
* mark additional classes as extension spi according to use indicated ↵kelvingoodson2010-04-275-0/+5
| | | | | | binding-ws* + minor cleanup of imports within binding-ws* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938419 13f79535-47bb-0310-9956-ffa450edef68
* mark additional classes as extension spi according to use indicated by ↵kelvingoodson2010-04-264-3/+4
| | | | | | binding-http* (no additions from binding-jms git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938106 13f79535-47bb-0310-9956-ffa450edef68
* mark additional classes as extension spi according to use indicated by ↵kelvingoodson2010-04-262-0/+2
| | | | | | binding-atom-* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938086 13f79535-47bb-0310-9956-ffa450edef68