summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/assembly/src/main/java/org/apache/tuscany/sca (unfollow)
Commit message (Collapse)AuthorFilesLines
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-26TUSCANY-3630 Add externalAttachment modelbdaniel7-0/+188
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 ↵slaws8-22/+323
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-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 ↵slaws2-0/+25
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-05-06And fix typo here alsoslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941691 13f79535-47bb-0310-9956-ffa450edef68
2010-05-06Fix typo in commentslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941690 13f79535-47bb-0310-9956-ffa450edef68
2010-04-29explicitly call out those extensions which contain Extension Developers' SPI ↵kelvingoodson1-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
2010-04-27Fixing mispelled word in java doclresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938680 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27mark additional classes as extension spi according to use by contribution* ↵kelvingoodson2-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
2010-04-27mark additional classes as extension spi according to use by policy-wspolicykelvingoodson2-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938472 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27mark additional classes as extension spi according to use by policy-logging ↵kelvingoodson1-0/+1
(no additions for interface-wsdl) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938454 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27mark additional classes as extension spi according to use by interface-java*kelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938441 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27mark additional classes as extension spi according to use indicated ↵kelvingoodson5-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
2010-04-26mark additional classes as extension spi according to use indicated by ↵kelvingoodson4-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
2010-04-26mark additional classes as extension spi according to use indicated by ↵kelvingoodson2-0/+2
binding-atom-* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938086 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26mark additional classes as extension spi according to use indicated by ↵kelvingoodson3-2/+3
interface-wsdl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938056 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26mark additional classes as extension spi according to use indicated by ↵kelvingoodson10-1/+14
interface-java and interface-java-jaxws git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937995 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26mark additional classes as extension spi according to use indicated by ↵kelvingoodson3-1/+3
implementation-spring and implementation-spring-sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937981 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26mark classes as extension spi according to use indicated by implementation-osgikelvingoodson2-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937968 13f79535-47bb-0310-9956-ffa450edef68
2010-04-23mark classes as extension spi according to use indicated by implementation-bpelkelvingoodson2-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937321 13f79535-47bb-0310-9956-ffa450edef68
2010-04-23mark classes as extension spi according to use indicated by ↵kelvingoodson11-0/+11
implementation-java-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937310 13f79535-47bb-0310-9956-ffa450edef68
2010-04-23mark classes as extension spi according to use indicated by implementation.javakelvingoodson17-0/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937291 13f79535-47bb-0310-9956-ffa450edef68
2010-04-17TUSCANY-3534: Apply patch from William Mayor to fix unchecked warning in ↵antelder1-1/+2
assembly module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935180 13f79535-47bb-0310-9956-ffa450edef68
2010-04-15update documentation scheme in the light of mailing list discussionkelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934397 13f79535-47bb-0310-9956-ffa450edef68
2010-04-15add reporting section to build, with javadoc custom tag ↵kelvingoodson1-0/+1
"tuscany.extension.spi" for flagging spis aimed at extension developers; also add one example git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934365 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Clean up importsrfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929705 13f79535-47bb-0310-9956-ffa450edef68
2010-03-18TUSCANY-3503 - turn off the automatic application of policy sets based on ↵slaws1-0/+1
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-18Update matching code to work with service URIs starting with a slash characterantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924786 13f79535-47bb-0310-9956-ffa450edef68
2010-03-17Fix the equals and hashCode to avoid componentType conflictsrfeng2-21/+42
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924089 13f79535-47bb-0310-9956-ffa450edef68
2010-03-16Update BindingImpl with some more default methodsantelder1-0/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923758 13f79535-47bb-0310-9956-ffa450edef68
2010-03-16Add a matches method to Endpoint to find servic uris that match the endpoint uriantelder2-0/+74
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923614 13f79535-47bb-0310-9956-ffa450edef68