summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher/NodeLauncher.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-262.0 branch for possible maintenance releaselresende1-0/+0
2010-07-19Branch to experiment with dynamic component interfaces and implementations.jsdelfino1-0/+0
2010-05-27Branch for 2.0 Milestone M5kelvingoodson1-0/+0
2010-04-06Destroy method has been removed so don't try and call it via reflectionslaws1-1/+0
2009-11-20Moving 2.x trunklresende1-0/+0
2009-06-23Check the existence of OSGI-INF/sca/bundle.composite for SCA bundlesrfeng1-15/+20
2009-06-18Fix the MANIFEST.MF to make OSGi working with the fact that axis2 jars are no...rfeng1-4/+20
2009-04-13Start to add the DefinitionsExtensionPointrfeng1-2/+2
2009-04-08Add "-bundles" option to start a list of bundles instead of SCA noderfeng1-29/+57
2009-02-04Add a new option "ttl" to control when to stop the noderfeng1-59/+110
2009-02-04Cleanup the CLI processingrfeng1-11/+21
2009-02-04Add command-line parsing to the node launcherrfeng1-21/+71
2009-01-30Revert the changes to pass args[] into EquinoxHost. We should use system prop...rfeng1-8/+5
2009-01-29Add the default newInstance() backrfeng1-0/+3
2009-01-29Pass arguments into EquinoxHost so that equinox runtime options can be honore...rfeng1-5/+5
2008-11-26Added missing @Override annotation on methods that override a method declarat...mcombellack1-0/+1
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ...lresende1-0/+0
2008-10-09Work in progress. Fixed implementation of NodeImpl, now working without depen...jsdelfino1-5/+6
2008-09-25Rationalized how to locate an SCA contribution given a known Java class conta...jsdelfino1-21/+3
2008-09-22Added support for several bundle packaging and distribution schemes (jars and...jsdelfino1-6/+6
2008-09-12Creating a branch for the equinox work.jsdelfino1-0/+0
2008-09-11Renaming branchlresende1-0/+0
2008-09-11Renaming branchlresende1-0/+0
2008-09-11Branch before trunk cleanuplresende1-0/+0
2008-09-09Use the bundle to load the implementation.node classesrfeng1-4/+4
2008-09-08Minor code clean uprfeng1-4/+4
2008-09-08Fix the Bundle-ClassPath syntax and make sure the classpath is resolved again...rfeng1-5/+9
2008-09-07Moved hooks from extensiblity-equinox to node-launcher-equinox. Fixed logic t...jsdelfino1-5/+5
2008-09-06Starting to add support Classloading for 3rd party jars rfeng1-5/+10
2008-09-05Simplified a bit the access to EquinoxOSGiHost.jsdelfino1-11/+10
2008-09-05Minor fixes to the JSE and OSGi Equinox launchers. Added shutdown hooks, some...jsdelfino1-20/+79
2008-08-28Add an equinox-based OSGi node launcherrfeng1-0/+165