summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
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-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 ...slaws3-56/+63
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 ...slaws3-8/+13
2011-10-31Remove as we're not using this file nowslaws1-327/+0
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
2011-10-19Add code to read <requires> elements from WSDL and enable the test that ensur...slaws7-3/+252
2011-10-19check that the binding is set in the wsdlslaws1-2/+4
2011-10-18Mark resolved bindings as having remote endpointsslaws1-0/+1
2011-10-17TUSCANY-3959 - Disable the mayProvides intent temporarily as it's causing POL...slaws1-1/+2
2011-10-17Correct JSR250 policy processor package name in services definitionslaws2-1/+8
2011-10-17TUSCANY-3900 - Apply Greg's patch to use bundle trackers in EquinoxServiceDis...slaws1-89/+84
2011-10-17TUSCANY-3959 - Correct interface matching so that it takes account of mayProv...slaws1-9/+30
2011-10-17TUSCANY-3958 - serialize endpoint intents/policy sets across the registry for...slaws5-2/+125
2011-10-17Extend getIntent to retrieve qualified intents as well as top level intentsslaws1-0/+5
2011-10-17Get binding and implementation types given a QNameslaws2-0/+45
2011-10-14Ensure the old normalized wsdl contract isn't left in the cloned contractantelder1-0/+4
2011-10-13Tweak exception handling slightly to handle runtime exception variant.scottkurz1-0/+2
2011-10-12Fix up some manifest funniesslaws2-3/+0
2011-10-12TUSCANY-3961 - modify so we don't rely on internal exception throwingslaws1-5/+10
2011-10-12TUSCANY-3960 - Create implementation level operation model and add jsr250 mod...slaws2-4/+9
2011-10-12TUSCANY-3960 - add manifest and remove unused includesslaws2-6/+19
2011-10-12TUSCANY-3960 - start porting JSR250 support from 1.xslaws6-0/+741
2011-10-12Update with some guards to avoid NPEsantelder1-8/+11
2011-10-11Include all the contributions as dependencies so that dependent contributions...antelder1-1/+3
2011-10-11Update to not include the root contribution as a duplicate dependencyantelder1-1/+1
2011-10-10For jsonrpc 2.0, don't send null error or null resultrfeng1-2/+2
2011-10-10Use Jackson JsonNode as the unified representation of json datarfeng15-398/+306
2011-10-10Fix OSGi importrfeng1-0/+1
2011-10-10Fix the invoker to serialize the objects to jsonrfeng8-121/+273
2011-10-10Fix test case and update licenserfeng9-14/+95
2011-10-10Avoid NPErfeng1-0/+3
2011-10-10Use home-grown JSONRPC implementationrfeng28-1132/+378