summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Expand)AuthorFilesLines
2011-11-18Fix a couple of NPE and index out of bound exceptions for async operations wi...antelder1-7/+14
2011-11-18Update to avoid index out of bounds exception with 1 character operation namesantelder1-1/+1
2011-11-15Fix EPR creation to correctly wrap address in <wsa:Address/> tag.scottkurz1-3/+5
2011-11-15Update the JMS binding to support attribute extensions in the scdlantelder2-7/+61
2011-11-14Add missing manifest entryslaws1-0/+1
2011-11-14Add extra check for zero child elements when processing the OMElement wrapper. slaws1-0/+8
2011-11-14Deal with a couple of cases where the order of results differs depending on w...slaws2-12/+35
2011-11-11Exclude BJM 6017 1 test again as it still hangs when run in the full build. W...antelder1-0/+1
2011-11-11Fix WS compliance test fail by also checking for the wsdli namesapceantelder1-1/+1
2011-11-11Tidying up comments and javadocslresende8-24/+38
2011-11-11Removing obsolete binding listner servlet classlresende2-489/+1
2011-11-11Fixing refactor mismatch that was providing wrong operation selector implemen...lresende1-1/+1
2011-11-11Removing dependency on binding http implementation artifacts that are not exp...lresende2-10/+68
2011-11-11Adding version property to newly exported packageslresende1-2/+2
2011-11-11Refactoring binding http model to bring back support for servlet based resour...lresende41-458/+965
2011-11-11Adding dojox and dijit to web-javascript-dojolresende2-4/+10
2011-11-10Also put back BJM_6017_1 into the build as it works now too, i think it wasn'...antelder1-1/+0
2011-11-10Put back BJM_4011 test into th ebuild as it works nowantelder1-1/+0
2011-11-10Update to fix compliance test BJM_4011 - if the operation isn't found ensure ...antelder1-1/+1
2011-11-10Expected error message update to match lates jms bindingantelder1-1/+1
2011-11-10Take out two currently failing JMS tests (i'm looking at them now)antelder1-0/+2
2011-11-10Update LICENSE dependencies after JMS changesantelder1-8/+0
2011-11-10TUSCANY-3975: Apply patch from Rashmi Hunt to fix Missing Extension processin...antelder1-1/+43
2011-11-09Include the jms activemq module in the buildantelder1-0/+1
2011-11-09Update itest to add the binding-jms-runtime-activemq and activemq dependencie...antelder1-0/+10
2011-11-09Update the JMS binding so that the message format may be either AXIOM or DOM....antelder19-182/+406
2011-11-09Add user constants to the RuntimePropertiesantelder1-0/+10
2011-11-08TUSCANY-3969: add fix from JIRA as suggested by Jennifer Thompson and Greg Dr...antelder1-0/+25
2011-11-08TUSCANY-3969: add a setRequestTimeout methodantelder1-0/+5
2011-11-08TUSCANY-3969: add a setRequestTimeout methodantelder1-0/+5
2011-11-08TUSCANY-3969: add a getDefaultRequestTimeout methodantelder1-0/+2
2011-11-08bringing the static distributed osgi sample back into trunk again. Not in bui...slaws45-0/+2502
2011-11-04Add missing importsslaws2-0/+3
2011-11-03TUSCANY-3972 JMSBIndingProcessor.writeDestinationProperties should handle Des...antelder2-6/+5
2011-11-03TUSCANY-3973 OperationSelectorJMSDefaultServiceInterceptor.getTargetOperation...antelder1-1/+3
2011-11-03TUSCANY-3971: JMSBindingProcessor.writeOperationProperties should trim() prop...antelder1-9/+6
2011-11-03TUSCANY-3970 Improve error handling in TransportServiceInterceptor.invoke()antelder1-8/+31
2011-11-03TUSCANY-3968: Add getJMSResourceFactory() method to JMSBindingReferenceBindin...antelder1-0/+4
2011-11-03Remove ActiveMQ specific code as its now in the binding-jms-runtime-activemq ...antelder1-15/+0
2011-11-03Remove ActiveMQ specific code as its now in the binding-jms-runtime-activemq ...antelder1-61/+2
2011-11-03Move the ActiveMQ specific code out from the JMS binding runtime module to bi...antelder2-6/+74
2011-10-31Push the builder context further down into WSDL gen so that error strings are...slaws3-23/+31
2011-10-31Ensure that fully resolved JSR250 policy sets, added by the policy processor ...slaws7-61/+128
2011-10-31Add a spec version to Endpoint and only do full matching if the target endpoi...slaws4-1/+74
2011-10-31TUSCANY-3966 - remove duplicate messageslaws1-1/+0
2011-10-31TUSCANY-3924 - ignore artifacts of the base class when a java implementation ...slaws10-8/+326
2011-10-31Remove as we're not using this file nowslaws1-327/+0
2011-10-31TUSCANY-3757 - add async invocation sample back in from contrib in order to l...slaws16-2/+695
2011-10-19Fix checked exception handling.scottkurz1-1/+2
2011-10-19Resolve operation policy and take account of it in base policy processor. slaws14-73/+101