summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add repo for Saxon 9.xslaws2009-06-261-1/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788620 13f79535-47bb-0310-9956-ffa450edef68
* Merge license header in 788611 from trunk to m3antelder2009-06-261-0/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788612 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headerantelder2009-06-261-0/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788611 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
* Merge the change from 2.x for TUSCANY-2640rfeng2009-06-251-88/+177
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788499 13f79535-47bb-0310-9956-ffa450edef68
* Use file paths instead of file URLs as relative paths for file URLs are not ↵rfeng2009-06-255-46/+18
| | | | | | supported git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788492 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-253-9/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788486 13f79535-47bb-0310-9956-ffa450edef68
* Make the server wait and make the client impl call the server on init as ↵slaws2009-06-252-2/+12
| | | | | | there is no one to call the client operation in this case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788467 13f79535-47bb-0310-9956-ffa450edef68
* Add a bit logic to find the 1st non-loopback IP addressrfeng2009-06-251-19/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788465 13f79535-47bb-0310-9956-ffa450edef68
* Make the two nodes indepent of the maven pom versionsrfeng2009-06-252-7/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788419 13f79535-47bb-0310-9956-ffa450edef68
* Add a testcase that runs two nodes in the same JVM but different classloadersrfeng2009-06-253-0/+431
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788418 13f79535-47bb-0310-9956-ffa450edef68
* Use two different node URIs for the test caserfeng2009-06-251-8/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788417 13f79535-47bb-0310-9956-ffa450edef68
* Merge adding remotable change from trunk to m3antelder2009-06-251-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788284 13f79535-47bb-0310-9956-ffa450edef68
* Make service remotable so its easier for users to extend without having the ↵antelder2009-06-251-0/+3
| | | | | | problem of forgetting the annottaion like that user posted about a while back git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788283 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3018 EarContributionProcessor's URL.setURLStreamHandlerFactory() ↵vamsic0072009-06-251-18/+5
| | | | | | | | fails with factory already defined error o Handle "archive" URLs without setting the StreamHandlerFactory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788271 13f79535-47bb-0310-9956-ffa450edef68
* Make sure the node URI is unique when default nodes are created by the factoryrfeng2009-06-251-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788224 13f79535-47bb-0310-9956-ffa450edef68
* Add more logic to handle the Endpoint publication and discoveryrfeng2009-06-253-13/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788223 13f79535-47bb-0310-9956-ffa450edef68
* Add service properties from SCA Endpointrfeng2009-06-243-6/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788211 13f79535-47bb-0310-9956-ffa450edef68
* Start to add discovery service for distributed OSGi over SCArfeng2009-06-2413-1/+1379
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788210 13f79535-47bb-0310-9956-ffa450edef68
* Allow the replicated map to be listened on the add/remove/update of entriesrfeng2009-06-246-13/+1852
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788201 13f79535-47bb-0310-9956-ffa450edef68
* Extend test that starts nodes in separate vms. Won't actually work until ↵slaws2009-06-249-20/+91
| | | | | | distributed endpoint registry can be made to work in all environments. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788162 13f79535-47bb-0310-9956-ffa450edef68
* Simplify the sca binding providers so that no local/remote decision making ↵slaws2009-06-242-71/+31
| | | | | | is not based on binding uri. Next need to add some logic so that only top level composite components are exposed as remote endpoints. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788161 13f79535-47bb-0310-9956-ffa450edef68
* Test to push down the default binding configuration into the URI builders so ↵slaws2009-06-246-15/+106
| | | | | | that the binding uri can be calculated with a user specified default root. If this works out need to update the real CompositeBuilder interface however I notice Raymond has recently added so info to the bindings that makes this easier so will re-work to use that. Also need to add mechanism for bindings to determine their own default base URI when none is specified. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788159 13f79535-47bb-0310-9956-ffa450edef68
* Remove itests that are not supported by OASIS specrfeng2009-06-2479-6262/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788112 13f79535-47bb-0310-9956-ffa450edef68
* Deal with file: protocol that doesn't populate the path part of the URLslaws2009-06-242-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788055 13f79535-47bb-0310-9956-ffa450edef68
* Remove URIs from reference binding.sca to move these composites toward ↵slaws2009-06-247-23/+13
| | | | | | OASIS. service bindings changes to follow. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788053 13f79535-47bb-0310-9956-ffa450edef68
* Update jsonp binding for recent provider api changesantelder2009-06-242-24/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787969 13f79535-47bb-0310-9956-ffa450edef68
* Revert the change for nowrfeng2009-06-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787870 13f79535-47bb-0310-9956-ffa450edef68
* Check the existence of OSGI-INF/sca/bundle.composite for SCA bundlesrfeng2009-06-232-18/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787866 13f79535-47bb-0310-9956-ffa450edef68
* Add a QName as the type for binding/implementation and use it to compare ↵rfeng2009-06-2357-743/+818
| | | | | | model types instead of class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787865 13f79535-47bb-0310-9956-ffa450edef68
* Fix the pom: add the tuscany repo and update the namerfeng2009-06-231-2/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787844 13f79535-47bb-0310-9956-ffa450edef68
* add test with two nodes running in separate vms. Just the service side at ↵slaws2009-06-235-0/+301
| | | | | | the moment to look at how the style of binding.sca we use would affect what configuration and registration information is required. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787837 13f79535-47bb-0310-9956-ffa450edef68
* Use the JAXB package (ObjectFactory and indexed classes) to build JAXBContextrfeng2009-06-231-88/+177
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787802 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3089 - Applying Florian Pinel patch to improve DAS Read command ↵lresende2009-06-237-111/+290
| | | | | | performance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787796 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3097 don't process application composites of modules inside an EAR ↵slaws2009-06-231-1/+5
| | | | | | are processed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787604 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3097 Add test to see if the application composites of modules inside ↵slaws2009-06-2315-1/+645
| | | | | | an EAR are processed (they shouldn't be) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787603 13f79535-47bb-0310-9956-ffa450edef68
* Add an itest for the jsf sample. It doesn't work yet as I can't find how to ↵antelder2009-06-232-0/+201
| | | | | | add the el-api dependency where the Jetty plugin can find it so it fails with ClassNotFoundException for ExpressionFactory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787600 13f79535-47bb-0310-9956-ffa450edef68
* Reverting the changes that was locally done and accidentally committed with ↵ramkumar2009-06-231-1/+1
| | | | | | r787589 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787593 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3096ramkumar2009-06-238-16/+73
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787589 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3117ramkumar2009-06-232-47/+67
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787566 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationrfeng2009-06-231-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787556 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] copy for tag maven-bundle-plugin-1.0.3rfeng2009-06-2321-0/+7193
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787555 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release maven-bundle-plugin-1.0.3rfeng2009-06-231-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787554 13f79535-47bb-0310-9956-ffa450edef68
* Move OSGI-INF to the root so that these bundles can be directly launched ↵rfeng2009-06-2312-0/+0
| | | | | | from PDE git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787517 13f79535-47bb-0310-9956-ffa450edef68