summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use basic authentication as a motivating scenario for looking at policy plug ↵slaws2008-09-0553-34/+2925
| | | | | | points. Generic username/password processing is added as an interceptor. Specific axis configuration is performed by new logic specific to binding.ws which is invoked if the basic auth policy is present (we need to think about this mechanism). I added a binding-ws-axis2-policy module as a replacement for policy-security-ws but haven't moved over to it yet. I also added a message header map to Message but have only been experimenting to date. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692411 13f79535-47bb-0310-9956-ffa450edef68
* Download dojo within the src/main/resources/web structure and then add an ↵slaws2008-09-051-1/+1
| | | | | | ignore for it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692406 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-052-6/+8
| | | | 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-058-146/+428
| | | | | | 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-056-10/+102
| | | | | | 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
* Add Apache license headernash2008-09-041-0/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692139 13f79535-47bb-0310-9956-ffa450edef68
* Correct JMS binding.sca destination create optionsantelder2008-09-041-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691961 13f79535-47bb-0310-9956-ffa450edef68
* Added some of the Maven plugins to distribution/features/all.jsdelfino2008-09-034-1/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691828 13f79535-47bb-0310-9956-ffa450edef68
* Minor update of the build scripts. Added repository module. Added missing ↵jsdelfino2008-09-034-0/+6
| | | | | | http-runtime module. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691825 13f79535-47bb-0310-9956-ffa450edef68
* Added a module to help build a Maven repository containing Tuscany artifacts.jsdelfino2008-09-0313-0/+3877
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691822 13f79535-47bb-0310-9956-ffa450edef68
* Cast a few types to make it compatible with JDK 5 which doesn't have ↵rfeng2008-09-031-5/+5
| | | | | | javax.script packages git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691705 13f79535-47bb-0310-9956-ffa450edef68
* Only set apache snapshot repo to download SNAPSHOT versions to speed up ↵rfeng2008-09-031-0/+18
| | | | | | maven build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691699 13f79535-47bb-0310-9956-ffa450edef68
* Add a sample demonstrating distributed domains using binding-sca-jms. This ↵antelder2008-09-0314-0/+614
| | | | | | should work now, be interested in people trying it and feedback git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691685 13f79535-47bb-0310-9956-ffa450edef68
* Initial basic support for web.composite, see TUSCANY-2581antelder2008-09-031-0/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691684 13f79535-47bb-0310-9956-ffa450edef68
* Another TUSCANY-2580 fix for binding.sca.jmsantelder2008-09-031-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691667 13f79535-47bb-0310-9956-ffa450edef68
* Interim fixes to get binding-sca-jms working, see TUSCANY-2580. These need ↵antelder2008-09-034-3/+37
| | | | | | to be improved by fixing the underlying cause which is what TUSCANY-2580 is for git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691663 13f79535-47bb-0310-9956-ffa450edef68
* Fix another case of needing to ignore an exception when closing a connection ↵antelder2008-09-031-1/+10
| | | | | | that has already been closed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691625 13f79535-47bb-0310-9956-ffa450edef68
* Add a stop for the clientNode which had been left outantelder2008-09-031-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691542 13f79535-47bb-0310-9956-ffa450edef68
* Add missing code commentantelder2008-09-031-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691541 13f79535-47bb-0310-9956-ffa450edef68
* Automatically start a JMS broker when using the JMS based binding.sca. The ↵antelder2008-09-033-1/+86
| | | | | | broker uses multicast discovery so other SCA nodes get automatically discovered git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691540 13f79535-47bb-0310-9956-ffa450edef68
* Don't crash with an exception if an embedded broker is closed before stop is ↵antelder2008-09-031-1/+6
| | | | | | called on a JMS service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691539 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE as now getServiceDiscoverer is non-staticrfeng2008-09-031-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691514 13f79535-47bb-0310-9956-ffa450edef68
* Make a few fields non-static to ServiceDiscoveryrfeng2008-09-039-90/+140
| | | | | | Enable Equinox launcher to load tuscany jars git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691447 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to jruby-1.1.3 to avoid pom.xml issuerfeng2008-09-032-96/+293
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691446 13f79535-47bb-0310-9956-ffa450edef68
* Add binding-sca-jms to the module list to avoid build break in runtime-tomcatrfeng2008-09-031-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691445 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2570, configure Widget client proxies with relative paths.jsdelfino2008-09-031-12/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691443 13f79535-47bb-0310-9956-ffa450edef68
* Modify import version for OSGi framework packagesrsivaram2008-09-021-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691337 13f79535-47bb-0310-9956-ffa450edef68
* Set svn ignoresantelder2008-09-020-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691287 13f79535-47bb-0310-9956-ffa450edef68
* Start of itests for the JMS based binding.scaantelder2008-09-0213-0/+455
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691284 13f79535-47bb-0310-9956-ffa450edef68
* Make dependency on node impl explicitantelder2008-09-021-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691227 13f79535-47bb-0310-9956-ffa450edef68
* Add jms sca binding to runtime-tomcatantelder2008-09-021-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691224 13f79535-47bb-0310-9956-ffa450edef68
* Guard against an NPE when the reference interface contract hasn't been ↵antelder2008-09-021-1/+1
| | | | | | resolved yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691218 13f79535-47bb-0310-9956-ffa450edef68
* Try to avoid an NPE in JMS binding when the refernce interface contarct is nullantelder2008-09-021-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691217 13f79535-47bb-0310-9956-ffa450edef68
* Add an interim workaround for TUSCANY-2578 - a pluggable mechanism so sca ↵antelder2008-09-023-2/+47
| | | | | | binding impls add their own code to the decision on whether or not to use the remote binding provider. Just a work around fix for now so i can make progress git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691162 13f79535-47bb-0310-9956-ffa450edef68
* Change so the target binding is passed in to the JMS service listener. (used ↵antelder2008-09-026-8/+19
| | | | | | by the jms based sca binding so it can get the tagert uri) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691145 13f79535-47bb-0310-9956-ffa450edef68
* Start of a remote SCA binding that uses JMS. I'll post to the ML more about ↵antelder2008-09-025-0/+420
| | | | | | this, i want to use it initially for the JEE work and webapps talking to each other in the same container git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691144 13f79535-47bb-0310-9956-ffa450edef68
* Add a credit card payment emulator WSrfeng2008-09-024-2/+133
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691111 13f79535-47bb-0310-9956-ffa450edef68
* Add the creditcard payment componentrfeng2008-09-024-4/+100
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691105 13f79535-47bb-0310-9956-ffa450edef68
* Add WSDL and JAXWS/JAXB code-gen for CreditCardPayement Web Servicerfeng2008-09-022-2/+148
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691103 13f79535-47bb-0310-9956-ffa450edef68
* Fixed conversion between URI string and BPEL File.jsdelfino2008-09-013-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691062 13f79535-47bb-0310-9956-ffa450edef68
* Added node-launcher-equinox to the distro to test integration with ↵jsdelfino2008-09-0115-20/+40
| | | | | | OSGi/Equinox. Added SDO databinding to the Web Service distribution as I had missed it before. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691059 13f79535-47bb-0310-9956-ffa450edef68
* Added node-launcher-equinox to the POM.jsdelfino2008-09-011-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691054 13f79535-47bb-0310-9956-ffa450edef68
* Changed uri and location to strings instead of URI and URL in the BPEL ↵jsdelfino2008-09-0110-39/+53
| | | | | | implementation model as strings are more lightweight and that's what we've already done with other similar models as well. Added a pointer to the ModelResolver which can be used to resolve WSDLs and XSDs referenced by the BPEL process when it's deployed and started later, after the original model read/resolve phases. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691053 13f79535-47bb-0310-9956-ffa450edef68
* Enable interface-wsdl to work with older WSDL4J implementations like wsdl4j ↵jsdelfino2008-09-014-9/+33
| | | | | | 1.4 (as well as the latest wsdl4j 1.6.x). That's what's included in some application servers like WebSphere 6.1 for example, and 1.4 doesn't have WSDLElement or extension attributes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691052 13f79535-47bb-0310-9956-ffa450edef68
* Fixed scope of the dependency on the Felix org.osgi.core module, changed it ↵jsdelfino2008-09-011-0/+1
| | | | | | to 'provided' to allow the modules that use extensiblity-osgi to make the choice of using either Felix or Equinox. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691050 13f79535-47bb-0310-9956-ffa450edef68
* Fixed parameter name, changed servletHost to ejbHost.jsdelfino2008-09-011-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691049 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2242: Apply patch from Ramkumar Ramalingam for Incorrent port name ↵antelder2008-09-015-3/+206
| | | | | | in wsdlElement leads to NPE git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690913 13f79535-47bb-0310-9956-ffa450edef68