summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-2735: Add tests for generic typesnash2011-08-218-0/+218
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159968 13f79535-47bb-0310-9956-ffa450edef68
* Add an itest for async services using jms with jms text wireformatantelder2011-08-192-0/+94
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159783 13f79535-47bb-0310-9956-ffa450edef68
* Fix jms text wireformat to work with async servicesantelder2011-08-193-4/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159781 13f79535-47bb-0310-9956-ffa450edef68
* Add the jmsobject async itest to build as the wireformat is working nowantelder2011-08-191-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159768 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE in jmsObject wireformat with async servicesantelder2011-08-193-4/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159761 13f79535-47bb-0310-9956-ffa450edef68
* Making REST services from the datastores(Apache Cassandra, Apacha CouchDB ↵eranda2011-08-1915-12/+534
| | | | | | and Apache Hadoop/hbase) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159757 13f79535-47bb-0310-9956-ffa450edef68
* Add an async test using jms wireformats. taken out with @Ignore for now as ↵antelder2011-08-192-0/+96
| | | | | | it doesn't work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159653 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - Add callback and match tests to motivate the correction of ↵slaws2011-08-1910-0/+437
| | | | | | the runtime to handle callback interfaces in the distributed case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159650 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - Correct comment to reflect what I believe is the realityslaws2011-08-191-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159624 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - Add local callback miss-match case. Remote callback case to ↵slaws2011-08-195-4/+200
| | | | | | follow. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159623 13f79535-47bb-0310-9956-ffa450edef68
* Add miss-matched local interface. Accept for the time being that interface ↵slaws2011-08-198-7/+307
| | | | | | matching for remote java interfaces is rather lenient when Java beans are involved. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159615 13f79535-47bb-0310-9956-ffa450edef68
* Include the async-services itest in buildantelder2011-08-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159601 13f79535-47bb-0310-9956-ffa450edef68
* Add a sleep after the sync request otherwise the next async request fails ↵antelder2011-08-191-2/+7
| | | | | | for a reason i've still to work out. Otherwise all these tests work ok for me now so committing so i can see if they work ok on hudson now without hanging git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159600 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3912 - Local correct to output as a result of ↵slaws2011-08-191-1/+1
| | | | | | http://www.osoa.org/jira/browse/ASSEMBLY-265. Awaiting official OASIS change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159574 13f79535-47bb-0310-9956-ffa450edef68
* Local correct to output as a result of ↵slaws2011-08-191-1/+1
| | | | | | http://www.osoa.org/jira/browse/ASSEMBLY-265. Awaiting official OASIS change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159573 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - add missing OSGi dependenciesslaws2011-08-191-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159557 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3906: Apply patch from Eric Larsen for an enhancement to ↵antelder2011-08-181-0/+26
| | | | | | ThreadMessageContext enabling external tooling to retrieve the previous message context in a given invocation chain. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159380 13f79535-47bb-0310-9956-ffa450edef68
* Remove exclude for 4020 test as it is fixed now with the latest oasis codeantelder2011-08-181-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159209 13f79535-47bb-0310-9956-ffa450edef68
* Add xalan depnendency which is required because wss4j uses the xalan URI ↵antelder2011-08-181-0/+5
| | | | | | toString method. (dragging in all xalan just to get a uri toString seems less than ideal, it has been changed in later wss4j releases, no idea if they work with the rest of the Tuscany Axis2 release and dependencies though git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159205 13f79535-47bb-0310-9956-ffa450edef68
* Remove xalan dependency as it conflicts iwth the base jdk which includes ↵antelder2011-08-181-13/+0
| | | | | | some xalan classes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159204 13f79535-47bb-0310-9956-ffa450edef68
* Add exclude for 4020 test thats been failing for agesantelder2011-08-181-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159076 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3922 - apply Jennifer's patch to add some missing doPrivileged calls ↵slaws2011-08-174-8/+62
| | | | | | around various classloader calls. Thanks for the patch Jennifer. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158793 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3920: Copy fix from TUSCANY-3713 to the ExtensibleStAXArtifactProcessorantelder2011-08-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158766 13f79535-47bb-0310-9956-ffa450edef68
* Add interface-matching to the build so at least the distributed part is ↵slaws2011-08-171-0/+1
| | | | | | exercised. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158751 13f79535-47bb-0310-9956-ffa450edef68
* Mark the local miss-match test as ignored pending ML discussionslaws2011-08-171-17/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158750 13f79535-47bb-0310-9956-ffa450edef68
* Correct typo in test nameslaws2011-08-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158748 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused dependenciesslaws2011-08-171-21/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158744 13f79535-47bb-0310-9956-ffa450edef68
* Fix comment typoslaws2011-08-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158742 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3921: attemot to ensure that dependentContributions doesn't contain ↵antelder2011-08-171-6/+10
| | | | | | duplicates git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158729 13f79535-47bb-0310-9956-ffa450edef68
* Add aWS version of the simple async testantelder2011-08-172-0/+90
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158654 13f79535-47bb-0310-9956-ffa450edef68
* Add an explicit interface to the service as that seems to be the only way to ↵antelder2011-08-171-3/+2
| | | | | | get the asycn service to work, and use a target on the reference for the same reason git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158653 13f79535-47bb-0310-9956-ffa450edef68
* Extend the async simple test to use the JMS binding. This doesn't work, it ↵antelder2011-08-172-0/+92
| | | | | | seems the runtime isn't doing the databinding conversion so the service gets argument type mismatch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158631 13f79535-47bb-0310-9956-ffa450edef68
* The RuntimeInvoker currently swallows exceptions with a TODO comment, update ↵antelder2011-08-171-0/+1
| | | | | | this to at least do a printStackTrace so there is some hint somehting went wrong git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158625 13f79535-47bb-0310-9956-ffa450edef68
* Extend the async services test with a new client and service that work in as ↵antelder2011-08-175-0/+242
| | | | | | simple a way as possible git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158614 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3912 - Apply Greg's suggested change to clear component reference ↵slaws2011-08-171-0/+3
| | | | | | targets when nonOverrideable is false (overrideable = true which means that composite reference targets override any targets on the component reference that they promote. This change called for a change to otest 5023 which I added to the Tuscany compliance tests at r1158595. Thanks for working on this Greg. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158598 13f79535-47bb-0310-9956-ffa450edef68
* Update assembly test to OASIS r644 + local changes to 1) correct missing ↵slaws2011-08-172-0/+0
| | | | | | speech marks from 5023 2) change expected service name in 12004 (which was re-introduced to the test suite late on and which we haven't been running in Tuscany. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158595 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - A test for interface miss-matchesslaws2011-08-1612-0/+567
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158181 13f79535-47bb-0310-9956-ffa450edef68
* Providing a command line interfacenirmal0701252011-08-158-92/+192
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158011 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - Check for null interface. I need to find out why a null ↵slaws2011-08-151-4/+7
| | | | | | interface is possible but it's causing the build to break so I'll double back to this git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157897 13f79535-47bb-0310-9956-ffa450edef68
* Removed all Canvg resourcesnirmal0701252011-08-153-2776/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157870 13f79535-47bb-0310-9956-ffa450edef68
* HTMLWrapper is modified, and avoided the use of Canvg.nirmal0701252011-08-154-42/+66
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157868 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - extend WSDL serialization code to deal with imports/includesslaws2011-08-153-27/+373
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157857 13f79535-47bb-0310-9956-ffa450edef68
* Re-enable this now TUSCANY-3917 is checked inslaws2011-08-151-6/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157753 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3917 - Save the WSDLDefinition used to generate an interface. slaws2011-08-151-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157752 13f79535-47bb-0310-9956-ffa450edef68
* Switch from the HTTPD prefork MPM to the multi-threaded event MPM where ↵jsdelfino2011-08-1427-37/+102
| | | | | | possible. Fix multi-threading issues in the SpiderMonkey integration. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157676 13f79535-47bb-0310-9956-ffa450edef68
* Adding resources (Canvg project) used for HTMLWrapper.nirmal0701252011-08-133-0/+2776
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157338 13f79535-47bb-0310-9956-ffa450edef68
* Adding HTML wrapper and fixing the SVG not totally viewable problem, using ↵nirmal0701252011-08-1318-11/+504
| | | | | | SVG view box git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157335 13f79535-47bb-0310-9956-ffa450edef68
* Disable test for the time being as relies on a small change elsewhere that I ↵slaws2011-08-121-0/+3
| | | | | | can't check in yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157191 13f79535-47bb-0310-9956-ffa450edef68
* Any exception in tests causes node.stop() to be missed so add try/catchslaws2011-08-121-141/+150
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157190 13f79535-47bb-0310-9956-ffa450edef68
* Looking at answering Ant's question about serializing WSDL for enpoints as ↵slaws2011-08-128-3/+725
| | | | | | part of making cross domain interface matching work. Turns out to be more difficult that I would have thought. Mainly to do with how you re-build the Tuscany WSDL/XSD model from a string rather than from a set of files (which is where I think Ant got to). Any how I extended the WSDL test to experiment and have some code that works but isn't yet in the runtime (see WSDLSerializationTestCase). Don't want to loose it though. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157148 13f79535-47bb-0310-9956-ffa450edef68