summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-18TUSCANY-3906: Apply patch from Eric Larsen for an enhancement to ThreadMessag...antelder1-0/+26
2011-08-18Remove xalan dependency as it conflicts iwth the base jdk which includes some...antelder1-13/+0
2011-08-17TUSCANY-3922 - apply Jennifer's patch to add some missing doPrivileged calls ...slaws4-8/+62
2011-08-17TUSCANY-3920: Copy fix from TUSCANY-3713 to the ExtensibleStAXArtifactProcessorantelder1-1/+1
2011-08-17Remove unused dependenciesslaws1-21/+0
2011-08-17Fix comment typoslaws1-1/+1
2011-08-17TUSCANY-3921: attemot to ensure that dependentContributions doesn't contain d...antelder1-6/+10
2011-08-17The RuntimeInvoker currently swallows exceptions with a TODO comment, update ...antelder1-0/+1
2011-08-17TUSCANY-3912 - Apply Greg's suggested change to clear component reference tar...slaws1-0/+3
2011-08-15TUSCANY-3916 - Check for null interface. I need to find out why a null interf...slaws1-4/+7
2011-08-15TUSCANY-3916 - extend WSDL serialization code to deal with imports/includesslaws3-27/+373
2011-08-15TUSCANY-3917 - Save the WSDLDefinition used to generate an interface. slaws1-0/+2
2011-08-09Add some code to set the Cross-Origin Resource Sharing headers. As a start ju...antelder1-0/+11
2011-08-09Add an attribute to the REST binding for Cross-Origin Resource Sharing suppor...antelder2-0/+6
2011-08-05Fix comment typoslaws1-1/+1
2011-08-05TUSCANY-3907 - Clone top level composites before adding them to the domain le...slaws3-2/+16
2011-08-04TUSCANY-3904 - Apply Greg's patch so that the correct endpoint is picked up w...slaws1-34/+7
2011-08-02TUSCANY-3894. Add manifest updates.scottkurz2-0/+2
2011-08-02TUSCANY-3894. Factor out introspection for same vs. different databindings o...scottkurz8-97/+161
2011-08-02Correct comment to avoid confusionslaws1-2/+4
2011-07-29TUSCANY-3894. Didn't mean to update POM with AXIOM dependency.scottkurz1-6/+0
2011-07-29TUSCANY-3894. Complete by ranking providers.scottkurz2-2/+8
2011-07-28TUSCANY-3894. Refactor WSDL InterfaceContract generation so it's only done i...scottkurz2-13/+20
2011-07-27Add a parser tool for DOM to avoid a JDK bug of deadlock (at com.sun.org.apac...rfeng3-10/+205
2011-07-27Fix NPE which I think was just causing noise in the logs in the case of a 1-w...scottkurz1-3/+3
2011-07-27TUSCANY-3894. Refactor local sca binding so that the exact details of the da...scottkurz12-63/+384
2011-07-27Fix bug in mapping data types like Java multidimensional arrays.scottkurz1-128/+126
2011-07-27Fix license issues with WebSocketStatusfmoga2-19/+19
2011-07-27Missed an adjustment to wrapper calculation when adding code to handle multip...scottkurz1-1/+1
2011-07-26Add binding-websocket to tuscany-modules pom.xml.fmoga1-0/+1
2011-07-26Move the websocket binding to trunk.fmoga35-0/+1855
2011-07-26Add some code to try to convert the wsdl string from the remote endpoint back...antelder3-24/+124
2011-07-26Partial fix for TUSCANY-3901. Fix bug in DOMWrapperHandler.isInstance() meth...scottkurz2-1/+164
2011-07-23Update the JSONP binding to set the enpoint URI from the registered service s...antelder1-1/+4
2011-07-22Fix spelling of method, changing to 'setNormalizedWSDLInterfaceContract'.scottkurz10-19/+19
2011-07-21Add missing license headersantelder7-0/+133
2011-07-21Add missing license headerantelder1-0/+16
2011-07-21Add missing license headerantelder1-0/+18
2011-07-21Add missing license headerantelder1-0/+18
2011-07-21If the getBindingInterfaceContract isn't a Java interface then try the Compon...antelder1-1/+8
2011-07-20Fix OSGi importsrfeng1-4/+5
2011-07-20Streamline the json serialization into output streamrfeng3-5/+22
2011-07-20Add a domain.registry,uri paramrfeng1-0/+5
2011-07-20Use the correct endpoint interface when the business interface is not specifiedantelder1-1/+1
2011-07-19Update the Runtime Endpoint to include its normalized wsdl in its serializationantelder2-1/+73
2011-07-19Remove sonatype and gson repositoriesfmoga1-21/+0
2011-07-18Switch from Atmosphere 0.8-SNAPSHOT to Atmosphere 0.7.2 to prepare the release.fmoga1-1/+1
2011-07-18TUSCANY-3896: Apply patch from Greg Dritschler for Enable subclassing of SCAC...antelder2-6/+22
2011-07-18Remove unused importsantelder1-3/+0
2011-07-14TUSCANY-3852 - Move the SOAP envelope construction to the start of the respon...slaws4-44/+148