summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a parser tool for DOM to avoid a JDK bug of deadlock (at ↵rfeng2011-07-273-10/+205
| | | | | | com.sun.org.apache.xerces.internal.impl.dv.DTDDVFactory.getInstance) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151663 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE which I think was just causing noise in the logs in the case of a ↵scottkurz2011-07-271-3/+3
| | | | | | 1-way operation, as we were hitting NPE in the response path but never needed to send a response anyway. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151643 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Refactor local sca binding so that the exact details of the ↵scottkurz2011-07-2712-63/+384
| | | | | | data copy can be plugged in via the BindingProviderFactory extension point, while keeping a core, base portion of the binding to do things like calculate whether to do the pass-by-reference optimization and establish other aspects of the invoker/interceptor chain. The data handling is factored into a BindingSCATransformer class. The default impl will continue to use MediatorImpl.copyXXX methods, and will use Java-serialization first then XML/JAXB-serialization. The second impl included uses XML serialization and calculates a WSDL interfaceContract. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151632 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug in mapping data types like Java multidimensional arrays.scottkurz2011-07-271-128/+126
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151476 13f79535-47bb-0310-9956-ffa450edef68
* Fix license issues with WebSocketStatusfmoga2011-07-272-19/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151380 13f79535-47bb-0310-9956-ffa450edef68
* Missed an adjustment to wrapper calculation when adding code to handle ↵scottkurz2011-07-271-1/+1
| | | | | | multiple outputs. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151321 13f79535-47bb-0310-9956-ffa450edef68
* Add binding-websocket to tuscany-modules pom.xml.fmoga2011-07-261-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151255 13f79535-47bb-0310-9956-ffa450edef68
* Move the websocket binding to trunk.fmoga2011-07-2635-0/+1855
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151250 13f79535-47bb-0310-9956-ffa450edef68
* Add some code to try to convert the wsdl string from the remote endpoint ↵antelder2011-07-263-24/+124
| | | | | | back into a WSDLInterfaceContract. This doesn't work properly and throws an InvalidWSDLException with some JDKs. Committing as-is to see if anyone has any ideas why git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151203 13f79535-47bb-0310-9956-ffa450edef68
* Partial fix for TUSCANY-3901. Fix bug in DOMWrapperHandler.isInstance() ↵scottkurz2011-07-262-1/+164
| | | | | | method. Add ported wrapper handler testcase @Ignore(d) now since it will fail, showing there's more to do. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151141 13f79535-47bb-0310-9956-ffa450edef68
* Update the JSONP binding to set the enpoint URI from the registered service ↵antelder2011-07-231-1/+4
| | | | | | servlet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150210 13f79535-47bb-0310-9956-ffa450edef68
* Fix spelling of method, changing to 'setNormalizedWSDLInterfaceContract'.scottkurz2011-07-2210-19/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149451 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headersantelder2011-07-217-0/+133
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149159 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headerantelder2011-07-211-0/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149157 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headerantelder2011-07-211-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149156 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headerantelder2011-07-211-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149155 13f79535-47bb-0310-9956-ffa450edef68
* If the getBindingInterfaceContract isn't a Java interface then try the ↵antelder2011-07-211-1/+8
| | | | | | ComponentTypeServiceInterface. We really need a way to convert a wsdl interface into a java interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149101 13f79535-47bb-0310-9956-ffa450edef68
* Fix OSGi importsrfeng2011-07-201-4/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148841 13f79535-47bb-0310-9956-ffa450edef68
* Streamline the json serialization into output streamrfeng2011-07-203-5/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148839 13f79535-47bb-0310-9956-ffa450edef68
* Add a domain.registry,uri paramrfeng2011-07-201-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148838 13f79535-47bb-0310-9956-ffa450edef68
* Use the correct endpoint interface when the business interface is not specifiedantelder2011-07-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148761 13f79535-47bb-0310-9956-ffa450edef68
* Update the Runtime Endpoint to include its normalized wsdl in its serializationantelder2011-07-192-1/+73
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148316 13f79535-47bb-0310-9956-ffa450edef68
* Remove sonatype and gson repositoriesfmoga2011-07-191-21/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148256 13f79535-47bb-0310-9956-ffa450edef68
* Switch from Atmosphere 0.8-SNAPSHOT to Atmosphere 0.7.2 to prepare the release.fmoga2011-07-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1147891 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3896: Apply patch from Greg Dritschler for Enable subclassing of ↵antelder2011-07-182-6/+22
| | | | | | SCAClientFactoryImpl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1147839 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsantelder2011-07-181-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1147801 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3852 - Move the SOAP envelope construction to the start of the ↵slaws2011-07-144-44/+148
| | | | | | response binding chain so that response chain behaves in a similar way to the reference request chain. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1146712 13f79535-47bb-0310-9956-ffa450edef68
* Be more precise about when the async response path should be connected up in ↵slaws2011-07-141-19/+8
| | | | | | the service binding wire. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1146705 13f79535-47bb-0310-9956-ffa450edef68
* Correct dependencies following the move up to opensaml-2.4.1.jar, slaws2011-07-141-5/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1146617 13f79535-47bb-0310-9956-ffa450edef68
* Allow other collection types for multiplicity injectionrfeng2011-07-122-11/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145739 13f79535-47bb-0310-9956-ffa450edef68
* Fix the concurrency issue for the endpoint operation invocationrfeng2011-07-123-19/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145738 13f79535-47bb-0310-9956-ffa450edef68
* Fix the build errors about openws by moving up to opensaml 2.4.1antelder2011-07-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145737 13f79535-47bb-0310-9956-ffa450edef68
* Add a doPrivileged around getContextClassLoader() so that it works with ↵antelder2011-07-121-5/+8
| | | | | | security enabled git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145485 13f79535-47bb-0310-9956-ffa450edef68
* Remove SCABindingAsyncResponseInvoker. It isn't used because of the local ↵slaws2011-07-113-59/+5
| | | | | | optimization and it's function can be found in the LocalSCABindingInvocationInterceptor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145192 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3883 - add missed checkinslaws2011-07-111-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145148 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3884 - Convert the default binding to delegate for local calls as ↵slaws2011-07-1118-465/+786
| | | | | | well as remote calls. Means that the binding is more consistent in it's layout and the delegation selection logic is more cleanly separated from the code that handles passing messages. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145118 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3883 - Add wireFormat support to default binding. slaws2011-07-117-10/+331
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145115 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3871 - provide a simple API for getting at the delegate information ↵slaws2011-07-114-0/+39
| | | | | | when then endpoint or endpoint reference is configured with an SCA binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145112 13f79535-47bb-0310-9956-ffa450edef68
* Correct comment as the code does go through that route for $self references ↵slaws2011-07-111-1/+1
| | | | | | created by the in-VM client. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145108 13f79535-47bb-0310-9956-ffa450edef68
* remove extra spaceslaws2011-07-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145105 13f79535-47bb-0310-9956-ffa450edef68
* Correct args in helpantelder2011-07-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145069 13f79535-47bb-0310-9956-ffa450edef68
* Update to support remote startsantelder2011-07-111-4/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145068 13f79535-47bb-0310-9956-ffa450edef68
* Move the invoke command to a separate class and remove from the Shell class ↵antelder2011-07-093-244/+147
| | | | | | all the methods for commands now in separate classes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144615 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license header on JSON utility class.fmoga2011-07-081-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144386 13f79535-47bb-0310-9956-ffa450edef68
* Add a stop commandantelder2011-07-082-0/+79
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144285 13f79535-47bb-0310-9956-ffa450edef68
* Add a start commandantelder2011-07-082-0/+81
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144281 13f79535-47bb-0310-9956-ffa450edef68
* Add an uninstall command classantelder2011-07-082-0/+69
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144274 13f79535-47bb-0310-9956-ffa450edef68
* Update gen'd help to also include the short one line descriptionantelder2011-07-081-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144245 13f79535-47bb-0310-9956-ffa450edef68
* Update the Shell to use the AddComposite class and have no code within Shell ↵antelder2011-07-083-28/+37
| | | | | | for that command git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144192 13f79535-47bb-0310-9956-ffa450edef68
* Push fix for JSON array parser to comet binding. Refactor data conversion in ↵fmoga2011-07-083-83/+133
| | | | | | the comet binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144153 13f79535-47bb-0310-9956-ffa450edef68