summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher-equinox/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-17Turn off automatic printout of classpath JARs (print only when FINE level log...edwardsmj1-1/+1
2009-08-06Reenable the EquinoxHost test case that was ignored due to NPErfeng1-7/+7
2009-08-04Add the capability for equinox node launcher to support customized MANIFEST.M...rfeng5-6/+365
2009-07-31Use the extensibility-equinox module to dynamically imports public packages a...rfeng2-2/+3
2009-07-31Don't generate Import-Package header for the 3rd party jars so that either lo...rfeng1-1/+2
2009-07-31Generate a gateway bundle that aggregate split META-INF/services resourcesrfeng2-17/+138
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng4-401/+401
2009-07-17Make sure the generated Import-Package has the same version as the Export-Pac...rfeng1-1/+1
2009-07-16Fix the URI conversionrfeng1-6/+28
2009-07-16Use classloader to find the FrameworkFactoryrfeng1-9/+42
2009-07-16Make the launcher more independent of Equinox by using the framework launch APIsrfeng3-84/+216
2009-07-01Use system property to check if the launcher is running under maven surefire ...rfeng1-6/+10
2009-06-23Check the existence of OSGI-INF/sca/bundle.composite for SCA bundlesrfeng1-15/+20
2009-06-18Add a tuscany command for Equinox consolerfeng1-0/+67
2009-06-18Fix the MANIFEST.MF to make OSGi working with the fact that axis2 jars are no...rfeng1-4/+20
2009-05-29Should check source instead of target MF filerfeng1-2/+2
2009-05-28Tolerate the non-existence of META-INF/MANIFEST.MFrfeng1-0/+6
2009-05-15Update the node launcher to use the NodeFactoryrfeng1-117/+132
2009-04-22Improvements to the handling of OSGi bundles when running in development modeedwardsmj2-24/+147
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-03-26Return the bundle for installBundle()rfeng1-7/+8
2009-03-16Allow bundle symbolic name to be introspected from the filerfeng1-4/+7
2009-03-11Avoid NPE if the extensibility-equinox bundle is not presentrfeng1-6/+8
2009-03-06Make sure the default configuration folder is isolated by user namesrfeng1-1/+9
2009-02-20Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng1-3/+16
2009-02-06Fix to TUSCANY-2806 to handle the jars with Class-Path header in META-INF/MAN...rfeng2-132/+194
2009-02-04Add a new option "ttl" to control when to stop the noderfeng1-59/+110
2009-02-04Cleanup the CLI processingrfeng2-25/+32
2009-02-04Add command-line parsing to the node launcherrfeng2-28/+99
2009-02-04Add check for empty imports/exports/classpathrfeng1-3/+9
2009-02-03Now have one bundle per 3rd party jar to be consistent with the distro storyrfeng2-78/+156
2009-01-30Set the default configuration area using a temp folderrfeng1-6/+15
2009-01-30Revert the changes to pass args[] into EquinoxHost. We should use system prop...rfeng4-38/+53
2009-01-29Add the default newInstance() backrfeng1-0/+3
2009-01-29Pass arguments into EquinoxHost so that equinox runtime options can be honore...rfeng4-17/+34
2009-01-29Copy the equinox node launcher changed to work with contribution filenames pa...antelder1-0/+217
2009-01-28Make tuscany modules as fragments to axis2 and axiom bunldes to work around t...rfeng1-59/+1
2009-01-24Control the debug using osgi.debug system propertyrfeng1-0/+6
2009-01-22Set the location of equinox to ${java.io.tmpdir}/.tuscany/equinoxrfeng1-59/+102
2009-01-16Bring up the equinox-based junit plugin for mavenrfeng2-24/+96
2009-01-13Expose the EquinoxHost for the osgi junit pluginrfeng1-3/+3
2008-11-28Ensure that all of the jars are located correctly when the node launcher is r...slaws1-8/+16
2008-11-26Added missing @Override annotation on methods that override a method declarat...mcombellack3-0/+3
2008-11-19Hack to get this working, need to revisit this whole launcher class as debugg...antelder1-1/+7
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ...lresende11-0/+2373
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