summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Exclude BJM 6017 1 test again as it still hangs when run in the full build. ↵antelder2011-11-111-0/+1
| | | | | | Works fin when run by itself with maven or in elcipse so tricky to track down whats going wrong. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200890 13f79535-47bb-0310-9956-ffa450edef68
* Fix WS compliance test fail by also checking for the wsdli namesapceantelder2011-11-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200809 13f79535-47bb-0310-9956-ffa450edef68
* Tidying up comments and javadocslresende2011-11-118-24/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200674 13f79535-47bb-0310-9956-ffa450edef68
* Removing obsolete binding listner servlet classlresende2011-11-112-489/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200673 13f79535-47bb-0310-9956-ffa450edef68
* Fixing refactor mismatch that was providing wrong operation selector ↵lresende2011-11-111-1/+1
| | | | | | implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200672 13f79535-47bb-0310-9956-ffa450edef68
* Removing dependency on binding http implementation artifacts that are not ↵lresende2011-11-112-10/+68
| | | | | | exported git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200671 13f79535-47bb-0310-9956-ffa450edef68
* Adding version property to newly exported packageslresende2011-11-111-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200670 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring binding http model to bring back support for servlet based ↵lresende2011-11-1141-458/+965
| | | | | | resources, and making rpc style it's own operationSelector git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200669 13f79535-47bb-0310-9956-ffa450edef68
* Adding dojox and dijit to web-javascript-dojolresende2011-11-112-4/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200668 13f79535-47bb-0310-9956-ffa450edef68
* Also put back BJM_6017_1 into the build as it works now too, i think it ↵antelder2011-11-101-1/+0
| | | | | | wasn't broken just failing due to bad clean up when other tests were failing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200410 13f79535-47bb-0310-9956-ffa450edef68
* Put back BJM_4011 test into th ebuild as it works nowantelder2011-11-101-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200406 13f79535-47bb-0310-9956-ffa450edef68
* Update to fix compliance test BJM_4011 - if the operation isn't found ensure ↵antelder2011-11-101-1/+1
| | | | | | a failure response is sent if possible git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200378 13f79535-47bb-0310-9956-ffa450edef68
* Expected error message update to match lates jms bindingantelder2011-11-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200255 13f79535-47bb-0310-9956-ffa450edef68
* Take out two currently failing JMS tests (i'm looking at them now)antelder2011-11-101-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200254 13f79535-47bb-0310-9956-ffa450edef68
* Update LICENSE dependencies after JMS changesantelder2011-11-101-8/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200253 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3975: Apply patch from Rashmi Hunt to fix Missing Extension ↵antelder2011-11-101-1/+43
| | | | | | processing in WebServiceBindingProcessor class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200239 13f79535-47bb-0310-9956-ffa450edef68
* Include the jms activemq module in the buildantelder2011-11-091-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199819 13f79535-47bb-0310-9956-ffa450edef68
* Update itest to add the binding-jms-runtime-activemq and activemq ↵antelder2011-11-091-0/+10
| | | | | | dependencies as these are no longer in the binding-jms-runtime module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199801 13f79535-47bb-0310-9956-ffa450edef68
* Update the JMS binding so that the message format may be either AXIOM or ↵antelder2011-11-0919-182/+406
| | | | | | DOM. The default is still DOM as that minimizes the required dependencies but you can now configure it to use AXIOM OMElements which are optimized in some runtime environments git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199797 13f79535-47bb-0310-9956-ffa450edef68
* Add user constants to the RuntimePropertiesantelder2011-11-091-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199795 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3969: add fix from JIRA as suggested by Jennifer Thompson and Greg ↵antelder2011-11-081-0/+25
| | | | | | Dritschler git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199186 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3969: add a setRequestTimeout methodantelder2011-11-081-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199185 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3969: add a setRequestTimeout methodantelder2011-11-081-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199184 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3969: add a getDefaultRequestTimeout methodantelder2011-11-081-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199183 13f79535-47bb-0310-9956-ffa450edef68
* bringing the static distributed osgi sample back into trunk again. Not in ↵slaws2011-11-0845-0/+2502
| | | | | | build yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199163 13f79535-47bb-0310-9956-ffa450edef68
* Add missing importsslaws2011-11-042-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197543 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3972 JMSBIndingProcessor.writeDestinationProperties should handle ↵antelder2011-11-032-6/+5
| | | | | | Destination Type git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197162 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3973 ↵antelder2011-11-031-1/+3
| | | | | | OperationSelectorJMSDefaultServiceInterceptor.getTargetOperation() should also handle wireformat type WireFormatJMSBytesXML git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197161 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3971: JMSBindingProcessor.writeOperationProperties should trim() ↵antelder2011-11-031-9/+6
| | | | | | properties prior to writing them & update logic to write JMS attributes even if properties are null. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197149 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3970 Improve error handling in TransportServiceInterceptor.invoke()antelder2011-11-031-8/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197137 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3968: Add getJMSResourceFactory() method to ↵antelder2011-11-031-0/+4
| | | | | | JMSBindingReferenceBindingProvider git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197122 13f79535-47bb-0310-9956-ffa450edef68
* Remove ActiveMQ specific code as its now in the binding-jms-runtime-activemq ↵antelder2011-11-031-15/+0
| | | | | | module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197114 13f79535-47bb-0310-9956-ffa450edef68
* Remove ActiveMQ specific code as its now in the binding-jms-runtime-activemq ↵antelder2011-11-031-61/+2
| | | | | | module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197113 13f79535-47bb-0310-9956-ffa450edef68
* Move the ActiveMQ specific code out from the JMS binding runtime module to ↵antelder2011-11-032-6/+74
| | | | | | binding-jms-runtime-activemq git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197112 13f79535-47bb-0310-9956-ffa450edef68
* Push the builder context further down into WSDL gen so that error strings ↵slaws2011-10-313-23/+31
| | | | | | are correctly reported. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1195402 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that fully resolved JSR250 policy sets, added by the policy processor ↵slaws2011-10-317-61/+128
| | | | | | on the fly, are not re-resolved. Hence the dynamic information in the policy sets is not lost. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1195401 13f79535-47bb-0310-9956-ffa450edef68
* Add a spec version to Endpoint and only do full matching if the target ↵slaws2011-10-314-1/+74
| | | | | | endpoint is and OASIS endpoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1195400 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3966 - remove duplicate messageslaws2011-10-311-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1195398 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3924 - ignore artifacts of the base class when a java implementation ↵slaws2011-10-3110-8/+326
| | | | | | class extends a base class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1195397 13f79535-47bb-0310-9956-ffa450edef68
* Remove as we're not using this file nowslaws2011-10-311-327/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1195395 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3757 - add async invocation sample back in from contrib in order to ↵slaws2011-10-3116-2/+695
| | | | | | look at void return types which still don't work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1195392 13f79535-47bb-0310-9956-ffa450edef68
* Fix checked exception handling.scottkurz2011-10-191-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1186292 13f79535-47bb-0310-9956-ffa450edef68
* Resolve operation policy and take account of it in base policy processor. slaws2011-10-1914-73/+101
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1186226 13f79535-47bb-0310-9956-ffa450edef68
* Add code to read <requires> elements from WSDL and enable the test that ↵slaws2011-10-1911-8/+272
| | | | | | ensure that mayProvides intents are matched between references and services. This has implications for existing tests in that we now have to ensure that any mayProvides intent that is considered to be the default (a concept that the spec doesn't consider) is present in the intent list for the policy subject in question. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1186027 13f79535-47bb-0310-9956-ffa450edef68
* check that the binding is set in the wsdlslaws2011-10-191-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1186022 13f79535-47bb-0310-9956-ffa450edef68
* Add test looking at what happens with policy associated with interface and ↵slaws2011-10-1911-0/+451
| | | | | | implementation operations git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1186021 13f79535-47bb-0310-9956-ffa450edef68
* Mark resolved bindings as having remote endpointsslaws2011-10-181-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185825 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3959 - Disable the mayProvides intent temporarily as it's causing ↵slaws2011-10-172-1/+4
| | | | | | POL4031 to fail. Looks like a WSDL processing issue. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185279 13f79535-47bb-0310-9956-ffa450edef68
* Correct JSR250 policy processor package name in services definitionslaws2011-10-174-5/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185171 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3900 - Apply Greg's patch to use bundle trackers in ↵slaws2011-10-171-89/+84
| | | | | | EquinoxServiceDiscoverer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185144 13f79535-47bb-0310-9956-ffa450edef68