summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher-equinox/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch m...lresende13-2050/+0
2008-09-10Minor simplification of node-launcher-equinox, which doesn't need a BundleAct...jsdelfino2-13/+30
2008-09-09Use bundle.getResources to discover servicesrfeng2-1/+5
2008-09-09Fixes to get the Equinox integration working. Use the parent classloader inst...jsdelfino2-1/+3
2008-09-09Use the bundle to load the implementation.node classesrfeng2-9/+23
2008-09-08Minor code clean uprfeng3-47/+34
2008-09-08Add Import-Package to 3rd lib bundle so that system packages are correctly re...rfeng1-25/+30
2008-09-08Fix the Bundle-ClassPath syntax and make sure the classpath is resolved again...rfeng5-17/+75
2008-09-08Simplified a bit the service discovery implementation. Some code cleanup in n...jsdelfino3-8/+13
2008-09-07Added an dynamicimport declaration to extensibility-equinox. Forced activatio...jsdelfino2-7/+9
2008-09-07Fixed determination of the location of the node launcher bundle.jsdelfino2-11/+35
2008-09-07Moved hooks from extensiblity-equinox to node-launcher-equinox. Fixed logic t...jsdelfino12-781/+641
2008-09-06Starting to add support Classloading for 3rd party jars rfeng3-11/+83
2008-09-05Removed obsolete OSGiHost class.jsdelfino1-30/+0
2008-09-05Simplified a bit the access to EquinoxOSGiHost.jsdelfino5-45/+32
2008-09-05Minor code cleanup in the ServletFilters.jsdelfino1-4/+4
2008-09-05Minor fixes to the JSE and OSGi Equinox launchers. Added shutdown hooks, some...jsdelfino4-51/+232
2008-09-05Added a BundleFileWrapperFactory hook as it'll help provide the required Bund...jsdelfino1-1/+1
2008-09-04Add the capability to find dependencies jars/folders from the URLClassLoader ...rfeng2-4/+73
2008-09-03Make a few fields non-static to ServiceDiscoveryrfeng2-4/+20
2008-08-28Add an equinox-based OSGi node launcherrfeng12-0/+1777