summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher-equinox (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow bundle symbolic name to be introspected from the filerfeng2009-03-161-4/+7
* Avoid NPE if the extensibility-equinox bundle is not presentrfeng2009-03-111-6/+8
* Make sure the default configuration folder is isolated by user namesrfeng2009-03-061-1/+9
* Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende2009-03-061-1/+1
* Some more Updates to binding-ws to use OASIS namespaces/schemalresende2009-03-051-2/+2
* Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng2009-02-201-3/+16
* Fix to TUSCANY-2806 to handle the jars with Class-Path header in META-INF/MAN...rfeng2009-02-062-132/+194
* Add a new option "ttl" to control when to stop the noderfeng2009-02-041-59/+110
* Cleanup the CLI processingrfeng2009-02-042-25/+32
* Add command-line parsing to the node launcherrfeng2009-02-044-30/+108
* Add check for empty imports/exports/classpathrfeng2009-02-041-3/+9
* Now have one bundle per 3rd party jar to be consistent with the distro storyrfeng2009-02-032-78/+156
* Set the default configuration area using a temp folderrfeng2009-01-302-6/+17
* Revert the changes to pass args[] into EquinoxHost. We should use system prop...rfeng2009-01-305-39/+54
* Add the default newInstance() backrfeng2009-01-291-0/+3
* Pass arguments into EquinoxHost so that equinox runtime options can be honore...rfeng2009-01-295-18/+35
* Copy the equinox node launcher changed to work with contribution filenames pa...antelder2009-01-291-0/+217
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack2009-01-282-5/+5
* Make tuscany modules as fragments to axis2 and axiom bunldes to work around t...rfeng2009-01-281-59/+1
* Control the debug using osgi.debug system propertyrfeng2009-01-241-0/+6
* TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende2009-01-231-1/+1
* Set the location of equinox to ${java.io.tmpdir}/.tuscany/equinoxrfeng2009-01-221-59/+102
* Updating MANIFEST.MF versions to 2.0.0lresende2009-01-201-3/+3
* Bring up the equinox-based junit plugin for mavenrfeng2009-01-162-24/+96
* Expose the EquinoxHost for the osgi junit pluginrfeng2009-01-131-3/+3
* Converted from JUnit 3 style imports (junit.framework) to JUnit 4 style impor...mcombellack2008-12-031-2/+1
* Ensure that all of the jars are located correctly when the node launcher is r...slaws2008-11-282-8/+17
* Added missing @Override annotation on methods that override a method declarat...mcombellack2008-11-263-0/+3
* Some more reductions to the minimum set of modules. Remove implementation-res...slaws2008-11-251-2/+2
* Hack to get this working, need to revisit this whole launcher class as debugg...antelder2008-11-191-1/+7
* Remove (hopefully) unneeded dependencyantelder2008-11-191-7/+0
* Fixing up pom artifact version to 2.0-SNAPSHOTlresende2008-11-191-6/+6
* Copying modules from Equinox branch, to start merging the delta changes from ...lresende2008-11-1921-0/+3032
* Moving current trunk modules to contrib, before starting the Equinox branch m...lresende2008-11-1922-2689/+0
* Change trunk version so it doesn't clash with the 1.4 branch version by bumpi...antelder2008-11-171-6/+6
* Minor simplification of node-launcher-equinox, which doesn't need a BundleAct...jsdelfino2008-09-103-13/+32
* Use bundle.getResources to discover servicesrfeng2008-09-096-11/+62
* 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-084-70/+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-0715-787/+654
* Starting to add support Classloading for 3rd party jars rfeng2008-09-065-19/+90
* Removed obsolete OSGiHost class.jsdelfino2008-09-051-30/+0
* Simplified a bit the access to EquinoxOSGiHost.jsdelfino2008-09-056-49/+37
* Minor code cleanup in the ServletFilters.jsdelfino2008-09-051-4/+4