summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2008-08-26gracefully shutdown felix so that bundle activators are notifiedrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689176 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26TUSCANY-2501 reference should either be all annotated or all not annotated. ↵slaws2-3/+5
Here change the vtests to test these cases separately. Currently mixing annotated and unannotated fields as references causes any unannotated reference to be overlooked. Change the reference not found warning to an error to catch cases where they are mixed by accident. Changes to other tests to take account of this. Also change implementation.widget to pick up the string name of the reference in javascript rather than the name of the variable to which the reference is assigned. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689102 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26TUSCANY-2513 add missing dependency on jsr181slaws1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689080 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26TUSCANY-2545: Don't include the exception cause object when return ing and ↵antelder1-1/+18
exception response git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689002 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26Correct typo in artifact nameantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688983 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26Adding BPEL JBPM module to buildlresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688940 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26Project structure for jBPM BPEL supportlresende4-0/+430
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688939 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25Fix for TUSCANY-2513 (patch from Scott)rfeng2-2/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688805 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25Added support for two parameters to NodeLauncher: composite URI and ↵jsdelfino2-6/+32
contribution location. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688623 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23Added missing dependency on binding-http-runtime.jsdelfino1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688404 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22Fixes for itest/osgi-tuscanyrsivaram5-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688168 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22TUSCANY-2562 Callback issue when reference is set with getter & setter methodvamsic0071-3/+9
o Problem appears when the reference computed by HeuristicPojoProcessor has a bidirectional interface. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688128 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22Change the encoding to UTF-8,Jira TUSCANY-2560.fwang1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688016 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20Running ws in websphere requires xerces/xalan/xml-apis so add them as ↵antelder1-0/+17
dependencies even though they're not needed in other environments they don't break those other environments when included git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687378 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20TUSCANY-2537: Apply patch from Dan Becker for Demonstrate Atom Binding end ↵antelder1-13/+134
to end caching (ETag, Last-modified use) in git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687289 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20TUSCANY-2537: Apply patch from Dan Becker for Demonstrate Atom Binding end ↵antelder1-0/+117
to end caching (ETag, Last-modified use) in git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687288 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to ↵rfeng74-77/+574
node-xxx git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686901 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18Fix the webapp regression where the no explicit deployable composite is ↵rfeng3-77/+105
passed into the Node API git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686861 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18Some code cleanupswjaniszewski4-408/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686803 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18Moved databinding setting to DOM from implementation-bpel to ↵jsdelfino2-4/+13
implementation-bpel-ode as it's really a runtime specific requirement to use DOM, here an ODE requirement. That's also what other implementation extensions do, they set the databinding in the runtime module instead of the model module. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686681 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18Index methods by idl name in addition to method name, this will allow a ↵jsdelfino1-0/+1
client to select a method with a specific signature. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686679 13f79535-47bb-0310-9956-ffa450edef68