summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/node-impl-osgi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove non-UTF8 charsrfeng2010-06-091-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952897 13f79535-47bb-0310-9956-ffa450edef68
* Remove non UTF-8 charsrfeng2010-06-081-13/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952727 13f79535-47bb-0310-9956-ffa450edef68
* Updating Copyright Year in NOTICE fileslresende2010-05-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943700 13f79535-47bb-0310-9956-ffa450edef68
* Add code to add the org.osgi.sca.config.xml property to the exported ↵slaws2010-04-222-3/+73
| | | | | | service. See page 450 of the OSGi 4.2 enterprise spec for an example of what the exported endpoint description should look like. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936890 13f79535-47bb-0310-9956-ffa450edef68
* Add duplication check for SCA configurationsrfeng2010-04-144-3/+65
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933854 13f79535-47bb-0310-9956-ffa450edef68
* Try to remove non-utf8 characters from sourceantelder2010-04-081-20/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931968 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3452 - Adding support for new extensibility for contract based ↵lresende2010-03-182-20/+36
| | | | | | elements, adjusting current xml for the new model and adapting our element extension list to read/write semantycally same xml when these extensions are in use git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924584 13f79535-47bb-0310-9956-ffa450edef68
* Make sure discovered remote service description and sca config is registered ↵rfeng2010-03-041-2/+4
| | | | | | first before the listeners are notified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918796 13f79535-47bb-0310-9956-ffa450edef68
* Align the interfaceContractMapper to the specrfeng2010-02-191-9/+12
| | | | | | Remove the conversation related legacy code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912034 13f79535-47bb-0310-9956-ffa450edef68
* Fix some of minor bugs discovered by FindBugsrfeng2010-02-104-4/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908643 13f79535-47bb-0310-9956-ffa450edef68
* Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng2010-02-091-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908255 13f79535-47bb-0310-9956-ffa450edef68
* Remove the threading as now we have a thread in the TopologyManager to ↵rfeng2010-02-041-33/+5
| | | | | | handle import/unimport git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906665 13f79535-47bb-0310-9956-ffa450edef68
* Add domainURI/nodeURI to runtime endpoint/endpoint referencerfeng2010-02-031-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906262 13f79535-47bb-0310-9956-ffa450edef68
* Improve the matching between endpoints and listeners to pass the compliance ↵rfeng2010-02-026-163/+430
| | | | | | tests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905532 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the DomainRegistryFactory to be extensions of ↵rfeng2010-01-291-3/+2
| | | | | | DomainRegistryFactoryExtensionPoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904367 13f79535-47bb-0310-9956-ffa450edef68
* Fix multiple concurrency related issuesrfeng2010-01-278-173/+311
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903542 13f79535-47bb-0310-9956-ffa450edef68
* Exclude service listeners from system bundlesrfeng2010-01-212-5/+36
| | | | | | Use the Deployer to load client contribution for dynamic nodes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901857 13f79535-47bb-0310-9956-ffa450edef68
* Update to the latest version of OSGi Remote Service Adminrfeng2010-01-2016-181/+264
| | | | | | Fix the issues to pass OSGi SCA configuration type TCK git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901079 13f79535-47bb-0310-9956-ffa450edef68
* Expose system definitions from the deployerrfeng2010-01-193-2/+66
| | | | | | | Add the removal of entries when the member leaves the group Add listeners to the hazelcastInstance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900661 13f79535-47bb-0310-9956-ffa450edef68
* Change Node getInstance/newInstance methods so that newInstance really ↵antelder2010-01-182-2/+2
| | | | | | creates a new instance, and getInstance returns the singleton instance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900354 13f79535-47bb-0310-9956-ffa450edef68
* Enable the remotable setting on OSGi interfacesrfeng2010-01-131-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898591 13f79535-47bb-0310-9956-ffa450edef68
* Update to the latest version of OSGi enterprise draft specsrfeng2010-01-0912-597/+394
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897502 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3388 - Updating to the latests OASIS schemalresende2009-12-119-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
* Use the defualt node key (domainURI+nodeURI)rfeng2009-12-084-5/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888534 13f79535-47bb-0310-9956-ffa450edef68
* Fix the service id type to Longrfeng2009-12-081-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888235 13f79535-47bb-0310-9956-ffa450edef68
* Update to the latest spec apisrfeng2009-12-083-486/+539
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888215 13f79535-47bb-0310-9956-ffa450edef68
* Update to the latest OSGi remoteserviceadmin apisrfeng2009-12-0132-1823/+1975
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885958 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-2071-0/+7848
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68