summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for spring module classloader changes ref: TUSCANY-3069 in 1.xramkumar2009-07-227-52/+137
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796684 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3138 fix up callbacks now that the system relies solely on the ↵slaws2009-07-229-21/+187
| | | | | | ServiceReference interface. I've reinstated the CallbackReference class as CallbackServiceReference to provide the extra features required callbacks. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796631 13f79535-47bb-0310-9956-ffa450edef68
* Remove code that has been refactored. slaws2009-07-211-29/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796235 13f79535-47bb-0310-9956-ffa450edef68
* Add some logging to show what is in the registry. Will have to turn off ↵slaws2009-07-211-0/+1
| | | | | | (turn in FINE) when we start putting more in the registry but helps to show that Endpoints are being replicated. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796233 13f79535-47bb-0310-9956-ffa450edef68
* Set EndpointReference state on callback slaws2009-07-211-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796232 13f79535-47bb-0310-9956-ffa450edef68
* Make printed uri in toString more consistent with getURI output. slaws2009-07-212-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796231 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3138 first tranche of changes to serialize service references in the ↵slaws2009-07-2113-382/+353
| | | | | | form of an EndpointReference. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796222 13f79535-47bb-0310-9956-ffa450edef68
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-21372-32472/+32472
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
* Add support for BPEL 2.0 partnerLink extension elements in WSDL documents, ↵edwardsmj2009-07-202-1/+6
| | | | | | as described in TUSCANY-3168 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796039 13f79535-47bb-0310-9956-ffa450edef68
* Add support for 0..1 multiplicity references, as described in TUSCANY-3145edwardsmj2009-07-206-21/+195
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796034 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3167rfeng2009-07-201-6/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795959 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3162rfeng2009-07-201-0/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795933 13f79535-47bb-0310-9956-ffa450edef68
* Change the name of OSGi remote service related propertiesrfeng2009-07-184-59/+185
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795280 13f79535-47bb-0310-9956-ffa450edef68
* Remove the need of the DistributionProvider interfacerfeng2009-07-174-136/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795192 13f79535-47bb-0310-9956-ffa450edef68
* Adding a utility to help the location of various deployment related filesrfeng2009-07-171-0/+233
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795180 13f79535-47bb-0310-9956-ffa450edef68
* Make sure the generated Import-Package has the same version as the ↵rfeng2009-07-171-1/+1
| | | | | | Export-Package so that it is resolved to the same one git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794923 13f79535-47bb-0310-9956-ffa450edef68
* Add a waitrfeng2009-07-171-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794922 13f79535-47bb-0310-9956-ffa450edef68
* Fix the root location for non file/jar protocolsrfeng2009-07-161-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794909 13f79535-47bb-0310-9956-ffa450edef68
* Fix the URI conversionrfeng2009-07-161-6/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794790 13f79535-47bb-0310-9956-ffa450edef68
* Use classloader to find the FrameworkFactoryrfeng2009-07-161-9/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794789 13f79535-47bb-0310-9956-ffa450edef68
* Make the launcher more independent of Equinox by using the framework launch APIsrfeng2009-07-164-88/+221
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794776 13f79535-47bb-0310-9956-ffa450edef68
* Experiement the framework launch APIs to bootstrap an OSGi runtime without ↵rfeng2009-07-163-53/+30
| | | | | | dependencies on the runtime-specific code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794760 13f79535-47bb-0310-9956-ffa450edef68
* Provide access to Assembly XSD related String constants for tuscany-assembly ↵edwardsmj2009-07-161-0/+101
| | | | | | module as part of fix for TUSCANY-3157 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794658 13f79535-47bb-0310-9956-ffa450edef68
* Correct handling of component <property/> @source attribute when dealing ↵edwardsmj2009-07-164-13/+52
| | | | | | with a target property that has a complex type - TUSCANY-3157 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794657 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the OSGi discovery service into node-implementation-osgi rfeng2009-07-1633-127/+982
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794553 13f79535-47bb-0310-9956-ffa450edef68
* Update to Equinox 3.5 to take advantage of the hook services APIrfeng2009-07-166-12/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794552 13f79535-47bb-0310-9956-ffa450edef68
* Make the tuscany namespace consistentrfeng2009-07-162-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794519 13f79535-47bb-0310-9956-ffa450edef68
* Turn SimpleTypeMapper into a utility so that the implementation-bepl can use itrfeng2009-07-1611-172/+76
| | | | | | Fix the OSGi MF git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794517 13f79535-47bb-0310-9956-ffa450edef68
* Make the ODE service name for each BPEL process service unique by prepending ↵edwardsmj2009-07-151-2/+244
| | | | | | the SCA Component URI to the SCA service name - to avoid a single service invocation causing multiple BPEL processes to get dispatched - TUSCANY-3144 + add support for SCA Properties - TUSCANY 3142 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794188 13f79535-47bb-0310-9956-ffa450edef68
* Add support for SCA Properties - TUSCANY 3142edwardsmj2009-07-151-9/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794186 13f79535-47bb-0310-9956-ffa450edef68
* Add support for SCA Properties - TUSCANY 3142edwardsmj2009-07-152-12/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794185 13f79535-47bb-0310-9956-ffa450edef68
* Make the ODE service name for each BPEL process service unique by prepending ↵edwardsmj2009-07-151-7/+10
| | | | | | the SCA Component URI to the SCA service name - to avoid a single service invocation causing multiple BPEL processes to get dispatched - TUSCANY-3144 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794181 13f79535-47bb-0310-9956-ffa450edef68
* Allow BPEL reference invocations to handle WSDL messages with arbitrary part ↵edwardsmj2009-07-151-21/+23
| | | | | | names - TUSCANY-3143 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794166 13f79535-47bb-0310-9956-ffa450edef68
* 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
* 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-131-2/+2
| | | | | | version of Jetty git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793724 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-121-1/+1
| | | | | | 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-1138-818/+95
| | | | | | 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-101-0/+0
| | | | 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
* Refine the logging rfeng2009-07-094-25/+55
| | | | | | 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-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