summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add the jdk logging into the itest-policiesrfeng2009-07-092-6/+28
| | | | 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
* 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
* 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
* 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
* Start bringing up the client api to the recent proposalsantelder2009-07-032-59/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790961 13f79535-47bb-0310-9956-ffa450edef68
* Start bringing up the client api to the recent proposalsantelder2009-07-033-30/+82
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790960 13f79535-47bb-0310-9956-ffa450edef68
* Removing debug message to avoid NPE when response is FAULTlresende2009-07-022-9/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790622 13f79535-47bb-0310-9956-ffa450edef68
* Exclude the asm-commons transitive dependency as Tuscany uses the asm all ↵antelder2009-07-021-0/+4
| | | | | | jar that includes asm-commons git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790480 13f79535-47bb-0310-9956-ffa450edef68
* Fix the algorithm to create File from URLrfeng2009-07-022-11/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790470 13f79535-47bb-0310-9956-ffa450edef68
* Reformat the pom.xmlrfeng2009-07-021-197/+172
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790427 13f79535-47bb-0310-9956-ffa450edef68
* Change the OpenJPA dep to 1.2.1 releaserfeng2009-07-021-139/+141
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790426 13f79535-47bb-0310-9956-ffa450edef68
* Update the bpelrfeng2009-07-011-7/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790425 13f79535-47bb-0310-9956-ffa450edef68
* Add the fault explanation to the error messagerfeng2009-07-011-37/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790423 13f79535-47bb-0310-9956-ffa450edef68
* Use system property to check if the launcher is running under maven surefire ↵rfeng2009-07-013-8/+17
| | | | | | test git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790349 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to implementation-bpel-runtime to fix bugs when working with ODE 1.3.2edwardsmj2009-07-014-16/+83
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790287 13f79535-47bb-0310-9956-ffa450edef68
* Starting to hook distribution/discovery servicesrfeng2009-06-308-83/+178
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789859 13f79535-47bb-0310-9956-ffa450edef68
* Remove the duplicate notificationsrfeng2009-06-301-9/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789513 13f79535-47bb-0310-9956-ffa450edef68
* Use node URI as the object namerfeng2009-06-291-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789484 13f79535-47bb-0310-9956-ffa450edef68
* Start adding a more meaningful (compared to unresolved) status field to ↵slaws2009-06-293-4/+61
| | | | | | endpoint reference. not used in processing yet but gets printed out. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789359 13f79535-47bb-0310-9956-ffa450edef68
* Check null to avoid NPE (we also have to find out why ↵rfeng2009-06-261-19/+20
| | | | | | Endpoint.interfaceContract is not set) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788811 13f79535-47bb-0310-9956-ffa450edef68
* Fix the MANIFEST.MF with import-packagesrfeng2009-06-261-105/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788804 13f79535-47bb-0310-9956-ffa450edef68
* Fix the compilation error (Endpoint2/EndpointReference2)rfeng2009-06-262-18/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788767 13f79535-47bb-0310-9956-ffa450edef68
* Changes to enable implementation-bpel-runtime to run under OSGi, as ↵edwardsmj2009-06-261-0/+140
| | | | | | | | described in TUSCANY-3123: https://issues.apache.org/jira/browse/TUSCANY-3123 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788648 13f79535-47bb-0310-9956-ffa450edef68
* Changes to enable implementation-bpel-runtime to run under OSGi, as ↵edwardsmj2009-06-261-19/+118
| | | | | | | | described in TUSCANY-3123: https://issues.apache.org/jira/browse/TUSCANY-3123 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788647 13f79535-47bb-0310-9956-ffa450edef68
* Some refactoring on the discoveryrfeng2009-06-265-28/+82
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788553 13f79535-47bb-0310-9956-ffa450edef68
* Changes to move implementation-bpel-runtime to use ODE 1.3.2 on Tuscany 2.xedwardsmj2009-06-251-45/+87
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788524 13f79535-47bb-0310-9956-ffa450edef68
* Changes to move implementation-bpel-runtime to use ODE 1.3.2 on Tuscany 2.xedwardsmj2009-06-255-33/+189
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788522 13f79535-47bb-0310-9956-ffa450edef68
* Add the workaround to create a URL based on the free port if no default is ↵rfeng2009-06-251-21/+42
| | | | | | configured git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788489 13f79535-47bb-0310-9956-ffa450edef68
* Remove EndpointRegistry prefix as the logger has it alreadyrfeng2009-06-251-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788488 13f79535-47bb-0310-9956-ffa450edef68
* Use the QName as the key for binding base URIsrfeng2009-06-256-33/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788487 13f79535-47bb-0310-9956-ffa450edef68
* Configure the base URIs for the bindingsrfeng2009-06-251-2/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788486 13f79535-47bb-0310-9956-ffa450edef68