summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-05Use basic authentication as a motivating scenario for looking at policy plug ↵slaws44-34/+2448
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
2008-09-05Removed obsolete OSGiHost class.jsdelfino1-30/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692322 13f79535-47bb-0310-9956-ffa450edef68
2008-09-05Simplified a bit the access to EquinoxOSGiHost.jsdelfino6-49/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692321 13f79535-47bb-0310-9956-ffa450edef68
2008-09-05Minor code cleanup in the ServletFilters.jsdelfino2-6/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692320 13f79535-47bb-0310-9956-ffa450edef68
2008-09-05Minor fixes to the JSE and OSGi Equinox launchers. Added shutdown hooks, ↵jsdelfino8-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
2008-09-05Added a BundleFileWrapperFactory hook as it'll help provide the required ↵jsdelfino6-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
2008-09-04Add the capability to find dependencies jars/folders from the URLClassLoader ↵rfeng3-9/+74
without building a mini distro git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692269 13f79535-47bb-0310-9956-ffa450edef68
2008-09-04Add Apache license headernash1-0/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692139 13f79535-47bb-0310-9956-ffa450edef68
2008-09-04Correct JMS binding.sca destination create optionsantelder1-0/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691961 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03Cast a few types to make it compatible with JDK 5 which doesn't have ↵rfeng1-5/+5
javax.script packages git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691705 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03Initial basic support for web.composite, see TUSCANY-2581antelder1-0/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691684 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03Another TUSCANY-2580 fix for binding.sca.jmsantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691667 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03Interim fixes to get binding-sca-jms working, see TUSCANY-2580. These need ↵antelder4-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
2008-09-03Fix another case of needing to ignore an exception when closing a connection ↵antelder1-1/+10
that has already been closed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691625 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03Add missing code commentantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691541 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03Automatically start a JMS broker when using the JMS based binding.sca. The ↵antelder3-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
2008-09-03Don't crash with an exception if an embedded broker is closed before stop is ↵antelder1-1/+6
called on a JMS service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691539 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03Fix NPE as now getServiceDiscoverer is non-staticrfeng1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691514 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03Make a few fields non-static to ServiceDiscoveryrfeng9-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
2008-09-03Upgrade to jruby-1.1.3 to avoid pom.xml issuerfeng2-96/+293
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691446 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03Add binding-sca-jms to the module list to avoid build break in runtime-tomcatrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691445 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03Fix for TUSCANY-2570, configure Widget client proxies with relative paths.jsdelfino1-12/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691443 13f79535-47bb-0310-9956-ffa450edef68
2008-09-02Add jms sca binding to runtime-tomcatantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691224 13f79535-47bb-0310-9956-ffa450edef68
2008-09-02Guard against an NPE when the reference interface contract hasn't been ↵antelder1-1/+1
resolved yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691218 13f79535-47bb-0310-9956-ffa450edef68
2008-09-02Try to avoid an NPE in JMS binding when the refernce interface contarct is nullantelder1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691217 13f79535-47bb-0310-9956-ffa450edef68
2008-09-02Add an interim workaround for TUSCANY-2578 - a pluggable mechanism so sca ↵antelder3-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
2008-09-02Change so the target binding is passed in to the JMS service listener. (used ↵antelder6-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
2008-09-02Start of a remote SCA binding that uses JMS. I'll post to the ML more about ↵antelder5-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
2008-09-01Fixed conversion between URI string and BPEL File.jsdelfino3-6/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691062 13f79535-47bb-0310-9956-ffa450edef68
2008-09-01Added node-launcher-equinox to the POM.jsdelfino1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691054 13f79535-47bb-0310-9956-ffa450edef68
2008-09-01Changed uri and location to strings instead of URI and URL in the BPEL ↵jsdelfino10-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
2008-09-01Enable interface-wsdl to work with older WSDL4J implementations like wsdl4j ↵jsdelfino4-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
2008-09-01Fixed scope of the dependency on the Felix org.osgi.core module, changed it ↵jsdelfino1-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
2008-09-01Fixed parameter name, changed servletHost to ejbHost.jsdelfino1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691049 13f79535-47bb-0310-9956-ffa450edef68
2008-09-01TUSCANY-2242: Apply patch from Ramkumar Ramalingam for Incorrent port name ↵antelder2-3/+9
in wsdlElement leads to NPE git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690913 13f79535-47bb-0310-9956-ffa450edef68
2008-08-29Complete jms binding attributes that can be defined in the definitions.xml fileantelder2-18/+53
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690125 13f79535-47bb-0310-9956-ffa450edef68
2008-08-29TUSCANY-2565 - Fixing issues when passing array parameter using json-rpc bindinglresende4-8/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690089 13f79535-47bb-0310-9956-ffa450edef68
2008-08-28Added missing declaration of the repository that hosts the JSR 181 JAR, ↵jsdelfino1-0/+9
breaking the build if you built this module first before other modules that also depended on JSR 181. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689696 13f79535-47bb-0310-9956-ffa450edef68
2008-08-28Add an equinox-based OSGi node launcherrfeng20-0/+2394
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689677 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Additional fix for TUSCANY-2566rfeng3-70/+87
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689671 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Move to maven-bundle-plugin 1.4.3 and make tuscany-bundle-plugin more ↵rfeng1-1/+1
tolerate problematic poms git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689642 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Add a bundle activator to set up the ServiceDiscoveryrfeng2-0/+47
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689597 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Fix for TUSCANY-2398rfeng6-22/+65
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689587 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27TUSCANY-2516: Apply pacth from Dan Becker for HTTP binding should support ↵antelder10-170/+746
etag and if-modified headers git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689492 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Updates to get the JMS binding requestConnection and responseConnection ↵antelder9-8/+117
attributes working using bindings defined in the definitions.xml file. This is not the final code for this as the definitions.xml processing is being refactored (by Simon Laws?) as part of TUSCANY-2499, this shows the type of function that the JMS binding will need as part of that work. Two parts that need work are that SCADefinitions.getBindings currently returns a list of Objects not Bindings as otherwise theres a cyclic dependency in the maven modules, and there needs to be a way for bindings to get at the SCADefinitions which is currently being done by getting at the contribution processing internals with ExtensibleModelResolver.getDefaultModelResolver and DefaultModelResolver.getModels. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689448 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27TUSCANY-2513 Java intfs with @WebService should be treated like @Remotable ↵vamsic0071-0/+27
intfs wrt calculation of services implemented by a Java implementation o Test for the @WebService annotation on an implemented interface resulting in a service. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689430 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27TUSCANY-2513 Java intfs with @WebService should be treated like @Remotable ↵vamsic0071-1/+3
intfs wrt calculation of services implemented by a Java implementation o Takes care of the case where the implementation class has an empty @Service annotation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689426 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Updating json-rpc binding test case to reproduce problems when passing an ↵lresende4-13/+44
array to a function invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689394 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Pass properties from a parent domain or node manager to child node when ↵jsdelfino1-1/+18
starting it in a separate JVM. The properties used by the Node runtime to find the Tuscany install dir were not passed before causing ClassNotFound exceptions in nodes started by the domain manager when the domain manager was started by the Tuscany Eclipse plugin. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689340 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26Configure the maven dependency plugin to overwrite artifactsrfeng1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689178 13f79535-47bb-0310-9956-ffa450edef68