summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher-equinox (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor simplification of node-launcher-equinox, which doesn't need a ↵jsdelfino2008-09-103-13/+32
| | | | | | BundleActivator anymore. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693906 13f79535-47bb-0310-9956-ffa450edef68
* Use bundle.getResources to discover servicesrfeng2008-09-096-11/+62
| | | | | | Run the test case within OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693637 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to get the Equinox integration working. Use the parent classloader ↵jsdelfino2008-09-092-1/+3
| | | | | | instead of the Thread context classloader as parent of the contribution classloader. Use the ServiceDiscovery to get instances of DocumentBuilderFactory and TransformerFactory. Pass these factories around instead of creating new instances in different places. Clarified the few prints in the calculator-osgi sample showing which classloader is used. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693411 13f79535-47bb-0310-9956-ffa450edef68
* Use the bundle to load the implementation.node classesrfeng2008-09-092-9/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693336 13f79535-47bb-0310-9956-ffa450edef68
* Minor code clean uprfeng2008-09-084-70/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693184 13f79535-47bb-0310-9956-ffa450edef68
* Add Import-Package to 3rd lib bundle so that system packages are correctly ↵rfeng2008-09-081-25/+30
| | | | | | resolved git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693180 13f79535-47bb-0310-9956-ffa450edef68
* Fix the Bundle-ClassPath syntax and make sure the classpath is resolved ↵rfeng2008-09-085-17/+75
| | | | | | | | against the base bundle correctly Use the bundle to load implementation-node classes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693007 13f79535-47bb-0310-9956-ffa450edef68
* Simplified a bit the service discovery implementation. Some code cleanup in ↵jsdelfino2008-09-083-8/+13
| | | | | | node-launcher-equinox. Started to remove dependencies on a particular setting of the Thread Context ClassLoader. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692989 13f79535-47bb-0310-9956-ffa450edef68
* Added an dynamicimport declaration to extensibility-equinox. Forced ↵jsdelfino2008-09-072-7/+9
| | | | | | activation of all bundles for now to help diagnose any errors. Added a call to set the the current thread context classloader to the extensiblity-equinox bundle's classloader. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692913 13f79535-47bb-0310-9956-ffa450edef68
* Fixed determination of the location of the node launcher bundle.jsdelfino2008-09-072-11/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692822 13f79535-47bb-0310-9956-ffa450edef68
* Moved hooks from extensiblity-equinox to node-launcher-equinox. Fixed logic ↵jsdelfino2008-09-0715-787/+654
| | | | | | that installs bundles in node-launcher-equinox, which now just installs bundles normally and installs all non-bundle JARs in a single 'library' bundle which exports all the packages that they contain. The startup sequence is now simpler and significantly faster. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692820 13f79535-47bb-0310-9956-ffa450edef68
* Starting to add support Classloading for 3rd party jars rfeng2008-09-065-19/+90
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692604 13f79535-47bb-0310-9956-ffa450edef68
* Removed obsolete OSGiHost class.jsdelfino2008-09-051-30/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692322 13f79535-47bb-0310-9956-ffa450edef68
* Simplified a bit the access to EquinoxOSGiHost.jsdelfino2008-09-056-49/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692321 13f79535-47bb-0310-9956-ffa450edef68
* Minor code cleanup in the ServletFilters.jsdelfino2008-09-051-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692320 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixes to the JSE and OSGi Equinox launchers. Added shutdown hooks, ↵jsdelfino2008-09-054-51/+232
| | | | | | some try/catch, cleaned up the logs a bit. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692319 13f79535-47bb-0310-9956-ffa450edef68
* Added a BundleFileWrapperFactory hook as it'll help provide the required ↵jsdelfino2008-09-052-8/+1
| | | | | | Bundle manifest information when not present in the original JARs. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692308 13f79535-47bb-0310-9956-ffa450edef68
* Add the capability to find dependencies jars/folders from the URLClassLoader ↵rfeng2008-09-043-9/+74
| | | | | | without building a mini distro git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692269 13f79535-47bb-0310-9956-ffa450edef68
* Make a few fields non-static to ServiceDiscoveryrfeng2008-09-032-4/+20
| | | | | | Enable Equinox launcher to load tuscany jars git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691447 13f79535-47bb-0310-9956-ffa450edef68
* Add an equinox-based OSGi node launcherrfeng2008-08-2820-0/+2394
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689677 13f79535-47bb-0310-9956-ffa450edef68