summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for unguarded access to compositeActivator.getDomainComposite() in ↵edwardsmj2009-05-291-11/+13
| | | | | | stop() method of NodeImpl which causes NPE in situations where start() completes with ContributionReadException (and similar error exceptions) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779992 13f79535-47bb-0310-9956-ffa450edef68
* Make the versions consistentrfeng2009-05-293-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779845 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsrfeng2009-05-291-35/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779843 13f79535-47bb-0310-9956-ffa450edef68
* Should check source instead of target MF filerfeng2009-05-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779810 13f79535-47bb-0310-9956-ffa450edef68
* Tolerate the non-existence of META-INF/MANIFEST.MFrfeng2009-05-281-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779663 13f79535-47bb-0310-9956-ffa450edef68
* Removed unnecessary reference to Impl class RuntimeComponentServiceImpledwardsmj2009-05-281-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779599 13f79535-47bb-0310-9956-ffa450edef68
* Start of a way to get at the endpoints in a Nodeantelder2009-05-282-0/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779462 13f79535-47bb-0310-9956-ffa450edef68
* Expose the setting of schema validation to subclassesrfeng2009-05-282-9/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779378 13f79535-47bb-0310-9956-ffa450edef68
* Update dependencies and fix the MFrfeng2009-05-272-4/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779270 13f79535-47bb-0310-9956-ffa450edef68
* First steps towards implementing new method for calculating Endpoints and ↵edwardsmj2009-05-279-171/+815
| | | | | | EndpointReferences - not running in mainstream yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779089 13f79535-47bb-0310-9956-ffa450edef68
* Added new method for testing Equality of two interfaces, as described in ↵edwardsmj2009-05-272-3/+84
| | | | | | TUSCANY-3064 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779075 13f79535-47bb-0310-9956-ffa450edef68
* Add type info to remove ide warningantelder2009-05-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779067 13f79535-47bb-0310-9956-ffa450edef68
* Improve reporting information using a toString() method in ↵edwardsmj2009-05-271-0/+7
| | | | | | WebServicesBindingImpl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779065 13f79535-47bb-0310-9956-ffa450edef68
* Move workspace-impl to contrib as its not used by 2.x trunk code nowantelder2009-05-279-589/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779059 13f79535-47bb-0310-9956-ffa450edef68
* Move workspace to contrib as its not used by 2.x trunk code nowantelder2009-05-2720-1350/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779058 13f79535-47bb-0310-9956-ffa450edef68
* Move implementation-node-runtime to contrib as its not used by 2.x trunk ↵antelder2009-05-2716-1456/+0
| | | | | | code now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779057 13f79535-47bb-0310-9956-ffa450edef68
* Move implementation-node to contrib as its not used by 2.x trunk code nowantelder2009-05-2721-2020/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779056 13f79535-47bb-0310-9956-ffa450edef68
* Remove last references to implementation-node and workspace modules as ↵antelder2009-05-274-14/+1
| | | | | | they're not used inany code now after all the node changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779055 13f79535-47bb-0310-9956-ffa450edef68
* Add optional life cycle control for extension points (for example, RMI ↵rfeng2009-05-2712-39/+139
| | | | | | extension point needs to unexport the registry) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778955 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the contribution scanner to take Contribution as an argumentrfeng2009-05-2715-221/+219
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778953 13f79535-47bb-0310-9956-ffa450edef68
* Tolerate the non-OSGi environmentrfeng2009-05-273-8/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778952 13f79535-47bb-0310-9956-ffa450edef68
* Add bundleentry protocolrfeng2009-05-271-4/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778947 13f79535-47bb-0310-9956-ffa450edef68
* Only stop the bundle when it is activerfeng2009-05-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778946 13f79535-47bb-0310-9956-ffa450edef68
* Update to jaxb-impl 2.1.11rfeng2009-05-271-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778945 13f79535-47bb-0310-9956-ffa450edef68
* Remove xml-apis dependenciesrfeng2009-05-271-3/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778943 13f79535-47bb-0310-9956-ffa450edef68
* Add checking for wrapper stylerfeng2009-05-271-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778941 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the XMLInputFactory.newInstance into FactoryExtensionPoint.getFactoryrfeng2009-05-272-22/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778939 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3061ramkumar2009-05-261-6/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778592 13f79535-47bb-0310-9956-ffa450edef68
* Update ClassLoaderModelResolver to use the thread context classloader as the ↵antelder2009-05-251-1/+12
| | | | | | parent if its available and its not Equinox, so it works when Tuscany jars are outside of the application git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778343 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE when using jetty:run plugin with webapps, change contribution to be ↵antelder2009-05-231-3/+3
| | | | | | entire webapp instead of just web-inf/classes, change to use getrealpath instead of getContextName for the nodeURI to be compatable with Tomcat 5.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777830 13f79535-47bb-0310-9956-ffa450edef68
* Update manifest for binding.sca movesantelder2009-05-231-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777828 13f79535-47bb-0310-9956-ffa450edef68
* Update manifest for binding.sca movesantelder2009-05-231-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777827 13f79535-47bb-0310-9956-ffa450edef68
* Add logging for register/unregisterrfeng2009-05-221-11/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777742 13f79535-47bb-0310-9956-ffa450edef68
* Align the webapp node with the node configurationrfeng2009-05-202-86/+91
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776814 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the default node config factory so that it doesn't require the ↵rfeng2009-05-203-2/+21
| | | | | | import for NodeConfigurationFactoryImpl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776809 13f79535-47bb-0310-9956-ffa450edef68
* Make sure the bundle is started when a service is registeredrfeng2009-05-201-2/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776808 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring a few methods on the ServiceDiscoverrfeng2009-05-2039-135/+271
| | | | | | Adding an OSGi service registry based ExtensionPointRegistry implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776759 13f79535-47bb-0310-9956-ffa450edef68
* Renaming implementation-bpel-ode to implementation-bpel-runtime to follow ↵lresende2009-05-2028-2/+2
| | | | | | the name pattern used by other modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776591 13f79535-47bb-0310-9956-ffa450edef68
* Expose extension point registery rfeng2009-05-191-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776393 13f79535-47bb-0310-9956-ffa450edef68
* Change the NodeFactoryImpl to be capable of hosting multiple instances of ↵rfeng2009-05-1916-1418/+836
| | | | | | SCA node in the same JVM and align the OSGiNodeFactoryImpl to that feature git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776383 13f79535-47bb-0310-9956-ffa450edef68
* Remove empty linerfeng2009-05-191-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776139 13f79535-47bb-0310-9956-ffa450edef68
* Change the creation of DistributedSCABinding to the factory to avoid OSGi ↵rfeng2009-05-189-106/+139
| | | | | | violations git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776005 13f79535-47bb-0310-9956-ffa450edef68
* Merge interface-java-xml into interface-javaantelder2009-05-1723-311/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775608 13f79535-47bb-0310-9956-ffa450edef68
* Start merging binding-sca into assembly and creating a binding-sca-runtime ↵antelder2009-05-1736-70/+51
| | | | | | module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775592 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3036: for component service interface mismatch with ↵edwardsmj2009-05-161-2/+2
| | | | | | implementation service interface, raise an error rather than a warning git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775472 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3036: for component service interface mismatch with ↵edwardsmj2009-05-161-1/+1
| | | | | | implementation service interface, raise an error rather than a warning git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775471 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3035: for component service interface mismatch with ↵edwardsmj2009-05-161-2/+3
| | | | | | implementation service interface, raise an error rather than a warning git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775469 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused depenedencyantelder2009-05-161-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775430 13f79535-47bb-0310-9956-ffa450edef68
* Decouple node-impl from sca-client-implantelder2009-05-167-36/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775426 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for <baseURI> element of binding base uri configurationrfeng2009-05-153-2/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775370 13f79535-47bb-0310-9956-ffa450edef68