summaryrefslogtreecommitdiffstats
path: root/java/sca (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add getUtility by key to UtilityExtensionPointrfeng2009-07-155-38/+163
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794124 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused classesrfeng2009-07-156-250/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794123 13f79535-47bb-0310-9956-ffa450edef68
* simplify pom now source is extracted directly into sub projectsslaws2009-07-141-30/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793938 13f79535-47bb-0310-9956-ffa450edef68
* Add properties file to control where the tests read contributions from. May ↵slaws2009-07-141-0/+17
| | | | | | not work yet as I think the OASIS files, which should read this, are still changing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793936 13f79535-47bb-0310-9956-ffa450edef68
* simplify pom now source is extracted directly into this projectslaws2009-07-141-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793929 13f79535-47bb-0310-9956-ffa450edef68
* simplify pom now source is extracted directly into this projectslaws2009-07-141-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793928 13f79535-47bb-0310-9956-ffa450edef68
* simplify pom now source is extracted directly into this projectslaws2009-07-141-7/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793927 13f79535-47bb-0310-9956-ffa450edef68
* simplify pom now source is extracted directly into this projectslaws2009-07-141-8/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793926 13f79535-47bb-0310-9956-ffa450edef68
* Provide SCA Properties in the BPEL implementation code, as described in ↵edwardsmj2009-07-145-107/+191
| | | | | | TUSCANY 3142 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793920 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused coderfeng2009-07-131-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793725 13f79535-47bb-0310-9956-ffa450edef68
* Update Jetty to 6.1.19 and set up the cargo plugin to use a customized ↵rfeng2009-07-134-28/+92
| | | | | | version of Jetty git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793724 13f79535-47bb-0310-9956-ffa450edef68
* Update path separatorsrfeng2009-07-136-44/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793723 13f79535-47bb-0310-9956-ffa450edef68
* Replace CallableReference with ServiceReference to avoid compilation errorsrfeng2009-07-132-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793653 13f79535-47bb-0310-9956-ffa450edef68
* Avoid duplicate xs:import elementsrfeng2009-07-131-5/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793627 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3141rfeng2009-07-132-1/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793619 13f79535-47bb-0310-9956-ffa450edef68
* Resolving build issue: Only a type can be imported. ↵lresende2009-07-121-1/+1
| | | | | | com.sun.xml.internal.ws.model.JavaMethodImpl resolves to a package git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793407 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3134 - Fixing obsolete Tuscany namespace, trying to resolve BPEL ↵lresende2009-07-122-2/+2
| | | | | | iTest failures git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793406 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3138: Start of the changes to use the latest spec APIs with the ↵antelder2009-07-1140-818/+101
| | | | | | removal of CallableReference. BUild works cleanly for me with this but callbacks don't work yet so all callback tests are commented out or @Ignored with a reference to TUSCANY-3138. Commiting it now so Simon can start helping to finish the code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793178 13f79535-47bb-0310-9956-ffa450edef68
* Add @Logging back. The annotation was accidently added to the test packagerfeng2009-07-103-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793041 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3137 trap the annotation of static fields and methods with @Property ↵kelvingoodson2009-07-106-51/+166
| | | | | | | | or @Reference annotations. Move some recently added property and reference tests to more appropriate location git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792970 13f79535-47bb-0310-9956-ffa450edef68
* Remove annotation from testcase as it doesn't exist so breaks the build, ↵antelder2009-07-101-2/+0
| | | | | | Should the annotation exist and its not been committed or is this redundant now? The testcase runs fine without it so i've commit the change for now to get the build running git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792952 13f79535-47bb-0310-9956-ffa450edef68
* Refine the logging rfeng2009-07-096-25/+105
| | | | | | Add info for the intents/policySets git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792641 13f79535-47bb-0310-9956-ffa450edef68
* Add the jdk logging into the itest-policiesrfeng2009-07-096-10/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792626 13f79535-47bb-0310-9956-ffa450edef68
* Start to resolve intents to policySets that provide the intentrfeng2009-07-091-0/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792623 13f79535-47bb-0310-9956-ffa450edef68
* Use the list of policies instead of policySet to drive the logging rfeng2009-07-095-38/+49
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792622 13f79535-47bb-0310-9956-ffa450edef68
* Fix the namespace version and remove the policySetrfeng2009-07-092-14/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792616 13f79535-47bb-0310-9956-ffa450edef68
* Update the dependency and change the namespacerfeng2009-07-099-46/+79
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792609 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3136 trap use of @Property reference on methodskelvingoodson2009-07-093-32/+73
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792573 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3130 ReferenceProcessor's visitMethod method now checks that args ↵kelvingoodson2009-07-093-23/+76
| | | | | | are not annotated as references git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792466 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the PolicyProviderFactory to take Endpoint and EndpointReferencerfeng2009-07-0837-599/+493
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792358 13f79535-47bb-0310-9956-ffa450edef68
* Add the policy-logging back to trunkrfeng2009-07-0818-0/+1076
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792346 13f79535-47bb-0310-9956-ffa450edef68
* Trim the descriptionrfeng2009-07-081-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792256 13f79535-47bb-0310-9956-ffa450edef68
* Some minimal instructions for the projects as they standslaws2009-07-081-0/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792189 13f79535-47bb-0310-9956-ffa450edef68
* Enable setting the domain used by the webapp via a context attributeantelder2009-07-081-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792033 13f79535-47bb-0310-9956-ffa450edef68
* Update NodeFactory to support multiple domains and user defined domain URIs antelder2009-07-081-31/+55
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792032 13f79535-47bb-0310-9956-ffa450edef68
* Include the domain name in the start log message antelder2009-07-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792031 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to get the domain nameantelder2009-07-082-0/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792030 13f79535-47bb-0310-9956-ffa450edef68
* Remove old commented out lineantelder2009-07-081-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792029 13f79535-47bb-0310-9956-ffa450edef68
* Add itest-policies to the buildrfeng2009-07-071-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791996 13f79535-47bb-0310-9956-ffa450edef68
* Add an itest for policiesrfeng2009-07-0713-0/+607
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791992 13f79535-47bb-0310-9956-ffa450edef68
* Fix the code to read policies and intentsrfeng2009-07-072-6/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791991 13f79535-47bb-0310-9956-ffa450edef68
* Fix the merge of definitionsrfeng2009-07-071-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791990 13f79535-47bb-0310-9956-ffa450edef68
* Test if the excluded intents is declared but not resolvedrfeng2009-07-071-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791989 13f79535-47bb-0310-9956-ffa450edef68
* Handle the qualifier methods for the specific annotationsrfeng2009-07-073-14/+65
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791988 13f79535-47bb-0310-9956-ffa450edef68
* Add support to introspect intents from specific annotations such as ↵rfeng2009-07-074-6/+66
| | | | | | @Authentication git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791984 13f79535-47bb-0310-9956-ffa450edef68
* Fix the typo in the xml definition of intentsrfeng2009-07-071-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791978 13f79535-47bb-0310-9956-ffa450edef68
* Remove AutomaticBinding and replace it with a flag in the Contract model to ↵rfeng2009-07-0617-190/+116
| | | | | | | | indicate if a refernece or binding has one or more binding elements specified in which case it overrides the bindings from componentType or promoted contracts Change the isCallback flag to forCallback to avoid confusion with the callback property git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791651 13f79535-47bb-0310-9956-ffa450edef68
* Fix the BPEL assignment to make sure the response message is initializedrfeng2009-07-061-1/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791649 13f79535-47bb-0310-9956-ffa450edef68
* Organize imports and reformat the coderfeng2009-07-0692-1561/+1640
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791550 13f79535-47bb-0310-9956-ffa450edef68
* Enable user deciding whether or not to include the Tuscany runtime in the ↵antelder2009-07-044-5/+18
| | | | | | webapp so it can be used with the Tuscany Tomcat integration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791134 13f79535-47bb-0310-9956-ffa450edef68