summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-08TUSCANY-2561: Apply patch from Dan Becker for Soap intents are lower case whi...antelder11-1786/+1786
2008-09-08Temporary work around for TUSCANY-2586 to prevent the pass-by-value intercept...antelder1-1/+10
2008-09-08Use the owning classloader instead of TCCLrfeng2-4/+4
2008-09-08Fix the Bundle-ClassPath syntax and make sure the classpath is resolved again...rfeng5-17/+75
2008-09-08Remove two unused tests as the test are all in itest nowantelder2-498/+0
2008-09-08Simplified a bit the service discovery implementation. Some code cleanup in n...jsdelfino12-205/+42
2008-09-07Simplified the sample a bit to really isolate the test case from the componen...jsdelfino2-15/+2
2008-09-07Added an dynamicimport declaration to extensibility-equinox. Forced activatio...jsdelfino4-7/+16
2008-09-07Temporarily commented out node-launcher-equinox as it doesn't quite work yet.jsdelfino1-0/+2
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...jsdelfino19-938/+609
2008-09-06Added corba binding to distribution. Changed dependency on extensibility-osgi...jsdelfino17-18/+100
2008-09-06Minor code simplification.jsdelfino1-18/+9
2008-09-06Deleted old classes missed in previous commit.jsdelfino2-201/+0
2008-09-06Minor code cleanup. Added class comments and ref/date tags. Moved test class ...jsdelfino8-31/+228
2008-09-06Port from SCADomain to SCANoderfeng3-14/+10
2008-09-06Starting to add support Classloading for 3rd party jars rfeng8-24/+216
2008-09-06Change the artifact idrfeng1-2/+2
2008-09-06Add a sample to use Equinox OSGi launcherrfeng19-0/+1163
2008-09-05Use basic authentication as a motivating scenario for looking at policy plug ...slaws53-34/+2925
2008-09-05Download dojo within the src/main/resources/web structure and then add an ign...slaws1-1/+1
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.jsdelfino2-6/+8
2008-09-05Minor fixes to the JSE and OSGi Equinox launchers. Added shutdown hooks, some...jsdelfino8-146/+428
2008-09-05Added a BundleFileWrapperFactory hook as it'll help provide the required Bund...jsdelfino6-10/+102
2008-09-04Add the capability to find dependencies jars/folders from the URLClassLoader ...rfeng3-9/+74
2008-09-04Add Apache license headernash1-0/+22
2008-09-04Correct JMS binding.sca destination create optionsantelder1-0/+8
2008-09-03Added some of the Maven plugins to distribution/features/all.jsdelfino4-1/+41
2008-09-03Minor update of the build scripts. Added repository module. Added missing htt...jsdelfino4-0/+6
2008-09-03Added a module to help build a Maven repository containing Tuscany artifacts.jsdelfino13-0/+3877
2008-09-03Cast a few types to make it compatible with JDK 5 which doesn't have javax.sc...rfeng1-5/+5
2008-09-03Only set apache snapshot repo to download SNAPSHOT versions to speed up maven...rfeng1-0/+18
2008-09-03Add a sample demonstrating distributed domains using binding-sca-jms. This sh...antelder14-0/+614
2008-09-03Initial basic support for web.composite, see TUSCANY-2581antelder1-0/+36
2008-09-03Another TUSCANY-2580 fix for binding.sca.jmsantelder1-0/+6
2008-09-03Interim fixes to get binding-sca-jms working, see TUSCANY-2580. These need to...antelder4-3/+37
2008-09-03Fix another case of needing to ignore an exception when closing a connection ...antelder1-1/+10
2008-09-03Add a stop for the clientNode which had been left outantelder1-0/+1
2008-09-03Add missing code commentantelder1-0/+3
2008-09-03Automatically start a JMS broker when using the JMS based binding.sca. The br...antelder3-1/+86
2008-09-03Don't crash with an exception if an embedded broker is closed before stop is ...antelder1-1/+6
2008-09-03Fix NPE as now getServiceDiscoverer is non-staticrfeng1-1/+3
2008-09-03Make a few fields non-static to ServiceDiscoveryrfeng9-90/+140
2008-09-03Upgrade to jruby-1.1.3 to avoid pom.xml issuerfeng2-96/+293
2008-09-03Add binding-sca-jms to the module list to avoid build break in runtime-tomcatrfeng1-0/+1
2008-09-03Fix for TUSCANY-2570, configure Widget client proxies with relative paths.jsdelfino1-12/+10
2008-09-02Modify import version for OSGi framework packagesrsivaram1-3/+6
2008-09-02Start of itests for the JMS based binding.scaantelder13-0/+455