summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher-equinox (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide OSGi manifests for a set of ODE / BPEL related jarsedwardsmj2009-11-0616-0/+1621
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833330 13f79535-47bb-0310-9956-ffa450edef68
* Propagate osgi properties for OSGi remote services rfeng2009-10-302-66/+199
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831468 13f79535-47bb-0310-9956-ffa450edef68
* Turn off automatic printout of classpath JARs (print only when FINE level ↵edwardsmj2009-08-171-1/+1
| | | | | | logging is enabled) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804957 13f79535-47bb-0310-9956-ffa450edef68
* Reenable the EquinoxHost test case that was ignored due to NPErfeng2009-08-062-10/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801708 13f79535-47bb-0310-9956-ffa450edef68
* Add an @Ignore to the testcase as its failing right nowantelder2009-08-061-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801643 13f79535-47bb-0310-9956-ffa450edef68
* Add the capability for equinox node launcher to support customized ↵rfeng2009-08-045-6/+365
| | | | | | MANIFEST.MF for 3rd party jars git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800929 13f79535-47bb-0310-9956-ffa450edef68
* Use the extensibility-equinox module to dynamically imports public packages ↵rfeng2009-07-312-2/+3
| | | | | | and resources git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799679 13f79535-47bb-0310-9956-ffa450edef68
* Don't generate Import-Package header for the 3rd party jars so that either ↵rfeng2009-07-311-1/+2
| | | | | | local package is used if there are split packages git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799522 13f79535-47bb-0310-9956-ffa450edef68
* Generate a gateway bundle that aggregate split META-INF/services resourcesrfeng2009-07-313-19/+140
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799510 13f79535-47bb-0310-9956-ffa450edef68
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-215-435/+435
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
* Make sure the generated Import-Package has the same version as the ↵rfeng2009-07-171-1/+1
| | | | | | Export-Package so that it is resolved to the same one git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794923 13f79535-47bb-0310-9956-ffa450edef68
* Fix the URI conversionrfeng2009-07-161-6/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794790 13f79535-47bb-0310-9956-ffa450edef68
* Use classloader to find the FrameworkFactoryrfeng2009-07-161-9/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794789 13f79535-47bb-0310-9956-ffa450edef68
* Make the launcher more independent of Equinox by using the framework launch APIsrfeng2009-07-164-88/+221
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794776 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the OSGi discovery service into node-implementation-osgi rfeng2009-07-161-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794553 13f79535-47bb-0310-9956-ffa450edef68
* Use system property to check if the launcher is running under maven surefire ↵rfeng2009-07-012-7/+16
| | | | | | test git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790349 13f79535-47bb-0310-9956-ffa450edef68
* Check the existence of OSGI-INF/sca/bundle.composite for SCA bundlesrfeng2009-06-231-15/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787866 13f79535-47bb-0310-9956-ffa450edef68
* Add a tuscany command for Equinox consolerfeng2009-06-182-0/+69
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786305 13f79535-47bb-0310-9956-ffa450edef68
* Fix the MANIFEST.MF to make OSGi working with the fact that axis2 jars are ↵rfeng2009-06-181-4/+20
| | | | | | now treated as plain jars git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786265 13f79535-47bb-0310-9956-ffa450edef68
* Should check source instead of target MF filerfeng2009-05-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779810 13f79535-47bb-0310-9956-ffa450edef68
* Tolerate the non-existence of META-INF/MANIFEST.MFrfeng2009-05-281-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779663 13f79535-47bb-0310-9956-ffa450edef68
* Remove last references to implementation-node and workspace modules as ↵antelder2009-05-271-1/+1
| | | | | | they're not used inany code now after all the node changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779055 13f79535-47bb-0310-9956-ffa450edef68
* Update the node launcher to use the NodeFactoryrfeng2009-05-151-117/+132
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775369 13f79535-47bb-0310-9956-ffa450edef68
* Improvements to the handling of OSGi bundles when running in development modeedwardsmj2009-04-222-24/+147
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767428 13f79535-47bb-0310-9956-ffa450edef68
* Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment headerrfeng2009-04-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764927 13f79535-47bb-0310-9956-ffa450edef68
* Start to add the DefinitionsExtensionPointrfeng2009-04-131-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764574 13f79535-47bb-0310-9956-ffa450edef68
* Add "-bundles" option to start a list of bundles instead of SCA noderfeng2009-04-081-29/+57
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763049 13f79535-47bb-0310-9956-ffa450edef68
* Return the bundle for installBundle()rfeng2009-03-261-7/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758865 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to equinox 3.4.xrfeng2009-03-251-10/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758468 13f79535-47bb-0310-9956-ffa450edef68
* Revert 755183 an errant commit from the release pluginantelder2009-03-171-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755206 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare branch test-branchantelder2009-03-171-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755183 13f79535-47bb-0310-9956-ffa450edef68
* Allow bundle symbolic name to be introspected from the filerfeng2009-03-161-4/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754960 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE if the extensibility-equinox bundle is not presentrfeng2009-03-111-6/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752314 13f79535-47bb-0310-9956-ffa450edef68
* Make sure the default configuration folder is isolated by user namesrfeng2009-03-061-1/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751090 13f79535-47bb-0310-9956-ffa450edef68
* Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende2009-03-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
* Some more Updates to binding-ws to use OASIS namespaces/schemalresende2009-03-051-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750243 13f79535-47bb-0310-9956-ffa450edef68
* Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng2009-02-201-3/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746356 13f79535-47bb-0310-9956-ffa450edef68
* Fix to TUSCANY-2806 to handle the jars with Class-Path header in ↵rfeng2009-02-062-132/+194
| | | | | | META-INF/MANIFEST.MF. Surefire plugin generates manifest jar too git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741409 13f79535-47bb-0310-9956-ffa450edef68
* Add a new option "ttl" to control when to stop the noderfeng2009-02-041-59/+110
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740819 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup the CLI processingrfeng2009-02-042-25/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740575 13f79535-47bb-0310-9956-ffa450edef68
* Add command-line parsing to the node launcherrfeng2009-02-044-30/+108
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740567 13f79535-47bb-0310-9956-ffa450edef68
* Add check for empty imports/exports/classpathrfeng2009-02-041-3/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740543 13f79535-47bb-0310-9956-ffa450edef68
* Now have one bundle per 3rd party jar to be consistent with the distro storyrfeng2009-02-032-78/+156
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740213 13f79535-47bb-0310-9956-ffa450edef68
* Set the default configuration area using a temp folderrfeng2009-01-302-6/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739364 13f79535-47bb-0310-9956-ffa450edef68
* Revert the changes to pass args[] into EquinoxHost. We should use system ↵rfeng2009-01-305-39/+54
| | | | | | properties or config.ini instead git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739196 13f79535-47bb-0310-9956-ffa450edef68
* Add the default newInstance() backrfeng2009-01-291-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739067 13f79535-47bb-0310-9956-ffa450edef68
* Pass arguments into EquinoxHost so that equinox runtime options can be ↵rfeng2009-01-295-18/+35
| | | | | | honored from the main() git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739035 13f79535-47bb-0310-9956-ffa450edef68
* Copy the equinox node launcher changed to work with contribution filenames ↵antelder2009-01-291-0/+217
| | | | | | passed in as args. Temp change to demonstrate whats necessary for the launcher git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738796 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-282-5/+5
| | | | | | | | | | | | | and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
* Make tuscany modules as fragments to axis2 and axiom bunldes to work around ↵rfeng2009-01-281-59/+1
| | | | | | the axis2/axiom classloading issues git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738327 13f79535-47bb-0310-9956-ffa450edef68