summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher-equinox/src (unfollow)
Commit message (Expand)AuthorFilesLines
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-03-06Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende1-1/+1
2009-03-05Some more Updates to binding-ws to use OASIS namespaces/schemalresende1-2/+2
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 folderrfeng2-6/+17
2009-01-30Revert the changes to pass args[] into EquinoxHost. We should use system prop...rfeng5-39/+54
2009-01-29Add the default newInstance() backrfeng1-0/+3
2009-01-29Pass arguments into EquinoxHost so that equinox runtime options can be honore...rfeng5-18/+35
2009-01-29Copy the equinox node launcher changed to work with contribution filenames pa...antelder1-0/+217
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack2-5/+5
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-12-03Converted from JUnit 3 style imports (junit.framework) to JUnit 4 style impor...mcombellack1-2/+1
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 ...lresende17-0/+2683
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch m...lresende19-2353/+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 servicesrfeng6-11/+62
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...jsdelfino14-784/+648
2008-09-06Starting to add support Classloading for 3rd party jars rfeng4-18/+87
2008-09-05Removed obsolete OSGiHost class.jsdelfino1-30/+0
2008-09-05Simplified a bit the access to EquinoxOSGiHost.jsdelfino6-49/+37
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