summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher-equinox/src/main (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ensure that all of the jars are located correctly when the node launcher is r...slaws2008-11-281-8/+16
* Added missing @Override annotation on methods that override a method declarat...mcombellack2008-11-263-0/+3
* Hack to get this working, need to revisit this whole launcher class as debugg...antelder2008-11-191-1/+7
* Copying modules from Equinox branch, to start merging the delta changes from ...lresende2008-11-1911-0/+2373
* Moving current trunk modules to contrib, before starting the Equinox branch m...lresende2008-11-1913-2050/+0
* Minor simplification of node-launcher-equinox, which doesn't need a BundleAct...jsdelfino2008-09-102-13/+30
* Use bundle.getResources to discover servicesrfeng2008-09-092-1/+5
* Fixes to get the Equinox integration working. Use the parent classloader inst...jsdelfino2008-09-092-1/+3
* Use the bundle to load the implementation.node classesrfeng2008-09-092-9/+23
* Minor code clean uprfeng2008-09-083-47/+34
* Add Import-Package to 3rd lib bundle so that system packages are correctly re...rfeng2008-09-081-25/+30
* Fix the Bundle-ClassPath syntax and make sure the classpath is resolved again...rfeng2008-09-085-17/+75
* Simplified a bit the service discovery implementation. Some code cleanup in n...jsdelfino2008-09-083-8/+13
* Added an dynamicimport declaration to extensibility-equinox. Forced activatio...jsdelfino2008-09-072-7/+9
* Fixed determination of the location of the node launcher bundle.jsdelfino2008-09-072-11/+35
* Moved hooks from extensiblity-equinox to node-launcher-equinox. Fixed logic t...jsdelfino2008-09-0712-781/+641
* Starting to add support Classloading for 3rd party jars rfeng2008-09-063-11/+83
* Removed obsolete OSGiHost class.jsdelfino2008-09-051-30/+0
* Simplified a bit the access to EquinoxOSGiHost.jsdelfino2008-09-055-45/+32
* Minor code cleanup in the ServletFilters.jsdelfino2008-09-051-4/+4
* Minor fixes to the JSE and OSGi Equinox launchers. Added shutdown hooks, some...jsdelfino2008-09-054-51/+232
* Added a BundleFileWrapperFactory hook as it'll help provide the required Bund...jsdelfino2008-09-051-1/+1
* Add the capability to find dependencies jars/folders from the URLClassLoader ...rfeng2008-09-042-4/+73
* Make a few fields non-static to ServiceDiscoveryrfeng2008-09-032-4/+20
* Add an equinox-based OSGi node launcherrfeng2008-08-2812-0/+1777