summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
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
* 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
* 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 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
* 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
* 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
* 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
* 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
* Use componentURI/serviceName/bindingName to derive the URI of a binding if ↵rfeng2009-06-231-90/+85
| | | | | | not present git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787503 13f79535-47bb-0310-9956-ffa450edef68
* Exclude .svn files rfeng2009-06-221-2/+14
| | | | | | Not scan internal jars if it is not on the Bundle-Classpath header git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787381 13f79535-47bb-0310-9956-ffa450edef68
* Add jstl dependency so apps using tuscany-jsf don't need to define itantelder2009-06-221-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787297 13f79535-47bb-0310-9956-ffa450edef68
* correct manifest for removal of conversation packageslaws2009-06-221-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787188 13f79535-47bb-0310-9956-ffa450edef68
* License/notice/header Changes from M3 branch r787159, r787162 and r787164slaws2009-06-225-0/+124
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787187 13f79535-47bb-0310-9956-ffa450edef68
* Remove all conversational related code from SCA API and code that uses it as ↵antelder2009-06-2237-2227/+8
| | | | | | per the public review spec's git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787158 13f79535-47bb-0310-9956-ffa450edef68
* Only unregister the MBean if it's registeredrfeng2009-06-192-7/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786621 13f79535-47bb-0310-9956-ffa450edef68
* Make the remote flag consistent in names and setters/gettersrfeng2009-06-197-27/+52
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786602 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3092 - bring up remote version of binding.sca and include it in the ↵slaws2009-06-1926-147/+125
| | | | | | build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786563 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3070 add fix from 1.x so that visitors are not added more than once. slaws2009-06-191-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786559 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3092 build top level composite rather than the individual composites ↵slaws2009-06-192-40/+27
| | | | | | that it contains git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786558 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3106 missed file on previous checkinslaws2009-06-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786557 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3107 temporary work around to allow itest/nodes to run slaws2009-06-191-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786556 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3092 - add flag to indicate remotenessslaws2009-06-194-2/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786554 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3106 refactor include processing to make autowire handling match ↵slaws2009-06-192-48/+69
| | | | | | OASIS assembly section 5.6 point 4 algorithm. More work required for other points. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786553 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3101 pass EndpointReference and Endpoint in to binding providers ↵slaws2009-06-1914-99/+119
| | | | | | rather than component/reference or service/binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786552 13f79535-47bb-0310-9956-ffa450edef68
* Add a basic way for testcases toset the default http portantelder2009-06-191-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786535 13f79535-47bb-0310-9956-ffa450edef68
* Add a basic test for the jsonp bindingantelder2009-06-193-6/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786534 13f79535-47bb-0310-9956-ffa450edef68
* Add new InvalidServiceException thats defined in the public review version ↵antelder2009-06-191-0/+60
| | | | | | of the Java CAA spec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786437 13f79535-47bb-0310-9956-ffa450edef68
* Add a tuscany command for Equinox consolerfeng2009-06-182-0/+69
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786305 13f79535-47bb-0310-9956-ffa450edef68
* Fix the MANIFEST.MF to make OSGi working with the fact that axis2 jars are ↵rfeng2009-06-1810-24/+48
| | | | | | now treated as plain jars git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786265 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsrfeng2009-06-181-19/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786203 13f79535-47bb-0310-9956-ffa450edef68
* Reformat the coderfeng2009-06-187-114/+143
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785883 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused methodsrfeng2009-06-182-143/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785870 13f79535-47bb-0310-9956-ffa450edef68
* Start to play with JMX management for SCA nodesrfeng2009-06-173-0/+115
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785857 13f79535-47bb-0310-9956-ffa450edef68
* Add a LifeCycleListener interface so that extension points or extension can ↵rfeng2009-06-1724-200/+288
| | | | | | be called back upon the start/stop of the extension point registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785699 13f79535-47bb-0310-9956-ffa450edef68