summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplified a bit the service discovery implementation. Some code cleanup in n...jsdelfino2008-09-0812-205/+42
* Added an dynamicimport declaration to extensibility-equinox. Forced activatio...jsdelfino2008-09-074-7/+16
* Temporarily commented out node-launcher-equinox as it doesn't quite work yet.jsdelfino2008-09-071-0/+2
* 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-0719-938/+609
* Minor code simplification.jsdelfino2008-09-061-18/+9
* Deleted old classes missed in previous commit.jsdelfino2008-09-062-201/+0
* Minor code cleanup. Added class comments and ref/date tags. Moved test class ...jsdelfino2008-09-068-31/+228
* Port from SCADomain to SCANoderfeng2008-09-063-14/+10
* Starting to add support Classloading for 3rd party jars rfeng2008-09-068-24/+216
* Use basic authentication as a motivating scenario for looking at policy plug ...slaws2008-09-0544-34/+2448
* 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-052-6/+8
* Minor fixes to the JSE and OSGi Equinox launchers. Added shutdown hooks, some...jsdelfino2008-09-058-146/+428
* Added a BundleFileWrapperFactory hook as it'll help provide the required Bund...jsdelfino2008-09-056-10/+102
* Add the capability to find dependencies jars/folders from the URLClassLoader ...rfeng2008-09-043-9/+74
* Add Apache license headernash2008-09-041-0/+22
* Correct JMS binding.sca destination create optionsantelder2008-09-041-0/+8
* Cast a few types to make it compatible with JDK 5 which doesn't have javax.sc...rfeng2008-09-031-5/+5
* Initial basic support for web.composite, see TUSCANY-2581antelder2008-09-031-0/+36
* Another TUSCANY-2580 fix for binding.sca.jmsantelder2008-09-031-0/+6
* Interim fixes to get binding-sca-jms working, see TUSCANY-2580. These need to...antelder2008-09-034-3/+37
* Fix another case of needing to ignore an exception when closing a connection ...antelder2008-09-031-1/+10
* Add missing code commentantelder2008-09-031-0/+3
* Automatically start a JMS broker when using the JMS based binding.sca. The br...antelder2008-09-033-1/+86
* Don't crash with an exception if an embedded broker is closed before stop is ...antelder2008-09-031-1/+6
* Fix NPE as now getServiceDiscoverer is non-staticrfeng2008-09-031-1/+3
* Make a few fields non-static to ServiceDiscoveryrfeng2008-09-039-90/+140
* Upgrade to jruby-1.1.3 to avoid pom.xml issuerfeng2008-09-032-96/+293
* Add binding-sca-jms to the module list to avoid build break in runtime-tomcatrfeng2008-09-031-0/+1
* Fix for TUSCANY-2570, configure Widget client proxies with relative paths.jsdelfino2008-09-031-12/+10
* Add jms sca binding to runtime-tomcatantelder2008-09-021-0/+6
* Guard against an NPE when the reference interface contract hasn't been resolv...antelder2008-09-021-1/+1
* Try to avoid an NPE in JMS binding when the refernce interface contarct is nullantelder2008-09-021-1/+5
* Add an interim workaround for TUSCANY-2578 - a pluggable mechanism so sca bin...antelder2008-09-023-2/+47
* Change so the target binding is passed in to the JMS service listener. (used ...antelder2008-09-026-8/+19
* Start of a remote SCA binding that uses JMS. I'll post to the ML more about t...antelder2008-09-025-0/+420
* Fixed conversion between URI string and BPEL File.jsdelfino2008-09-013-6/+7
* Added node-launcher-equinox to the POM.jsdelfino2008-09-011-0/+1
* Changed uri and location to strings instead of URI and URL in the BPEL implem...jsdelfino2008-09-0110-39/+53
* Enable interface-wsdl to work with older WSDL4J implementations like wsdl4j 1...jsdelfino2008-09-014-9/+33
* Fixed scope of the dependency on the Felix org.osgi.core module, changed it t...jsdelfino2008-09-011-0/+1
* Fixed parameter name, changed servletHost to ejbHost.jsdelfino2008-09-011-4/+4
* TUSCANY-2242: Apply patch from Ramkumar Ramalingam for Incorrent port name in...antelder2008-09-012-3/+9
* Complete jms binding attributes that can be defined in the definitions.xml fileantelder2008-08-292-18/+53
* TUSCANY-2565 - Fixing issues when passing array parameter using json-rpc bindinglresende2008-08-294-8/+33
* Added missing declaration of the repository that hosts the JSR 181 JAR, break...jsdelfino2008-08-281-0/+9
* Add an equinox-based OSGi node launcherrfeng2008-08-2820-0/+2394
* Additional fix for TUSCANY-2566rfeng2008-08-273-70/+87