summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/jms (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete itests folder as its now in testing folderantelder2010-10-06374-17559/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005062 13f79535-47bb-0310-9956-ffa450edef68
* Update itests to use new selectedOperation instead of nativeOperationantelder2010-10-063-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004984 13f79535-47bb-0310-9956-ffa450edef68
* Update jms itests to match latest format for returning unchecked exceptionsantelder2010-10-043-6/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004188 13f79535-47bb-0310-9956-ffa450edef68
* Update to check for ServiceRuntimeExceptionantelder2010-08-181-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986728 13f79535-47bb-0310-9956-ffa450edef68
* Update to use spec defined jmsDefault wireformatantelder2010-08-181-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986683 13f79535-47bb-0310-9956-ffa450edef68
* Change to sue spec defined op selectorantelder2010-08-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986665 13f79535-47bb-0310-9956-ffa450edef68
* Add ignore as its broken presentlyantelder2010-08-181-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986664 13f79535-47bb-0310-9956-ffa450edef68
* Ensure all the jms destination are correctly defined now that the jms ↵antelder2010-08-1310-17/+13
| | | | | | binding has tightened up creation when using the jms uri format git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985153 13f79535-47bb-0310-9956-ffa450edef68
* Correct the format of all the jms uri'santelder2010-08-1211-24/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984757 13f79535-47bb-0310-9956-ffa450edef68
* Fix jms test interfaces to not match oneway and non-oneway operationsantelder2010-07-203-4/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965822 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3616 - Add code to check that that interface contracts a reference ↵slaws2010-07-139-590/+7
| | | | | | and reference binding and at service and service binding match. Motivated by BWS_2007. TO do this properly we have to test that the interfaces are described using the same IDL and if not convert to WSDL1.1 are required by the SCA specifications. There are a lot of changes here as doing this upset quite a few tests. Further work is required to look at the details of our WSDL generation process which looks a little suspect around wrapper namespaces. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963624 13f79535-47bb-0310-9956-ffa450edef68
* Change to use port 61606 to see if that fixes the hudson build failantelder2010-06-163-73/+73
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955153 13f79535-47bb-0310-9956-ffa450edef68
* Remove old surefire configsantelder2010-06-031-17/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950968 13f79535-47bb-0310-9956-ffa450edef68
* Add jms-callback to the buildrfeng2010-05-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945979 13f79535-47bb-0310-9956-ffa450edef68
* Comment out the jms callbacks test for now as its broken after the r945259 ↵antelder2010-05-181-1/+1
| | | | | | change git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945851 13f79535-47bb-0310-9956-ffa450edef68
* Disable ActiveMQ shutdown hook in the jms tests to see if that makes the ↵antelder2010-04-267-7/+7
| | | | | | hudson build faster git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937960 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3453 - Updating JMS tests composites to comply with 'sequence' ↵lresende2010-03-182-2/+2
| | | | | | restrictions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924962 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3453 - Updating JMS tests composites to comply with 'sequence' ↵lresende2010-03-1810-26/+26
| | | | | | restrictions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924590 13f79535-47bb-0310-9956-ffa450edef68
* Put back in the JMS callbacks test as theres a workaround for it nowantelder2010-02-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906027 13f79535-47bb-0310-9956-ffa450edef68
* Fix the JMS callbacks test by removing all trailing spaces in the messages. ↵antelder2010-02-034-4/+4
| | | | | | Just a work around, the undrlying issue with the databinding still needs to be fixed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906026 13f79535-47bb-0310-9956-ffa450edef68
* Take out the JMS callbacks itest for now as there's an intermitent problem ↵antelder2010-02-031-1/+1
| | | | | | with spaces going missing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906022 13f79535-47bb-0310-9956-ffa450edef68
* Add jms callbacks to the buildantelder2010-02-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905936 13f79535-47bb-0310-9956-ffa450edef68
* Disable parallel test running for this itest as it doesn't workantelder2010-01-201-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901143 13f79535-47bb-0310-9956-ffa450edef68
* Fix the definitions.xml and move them into META-INF folder to be recognizedrfeng2010-01-201-7/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901065 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3388 - Updating to the latests OASIS schemalresende2009-12-1171-73/+73
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
* Try increasing the TTL property to avoid the random test failsantelder2009-11-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884881 13f79535-47bb-0310-9956-ffa450edef68
* Make module name consistent with other JMS itest modulesslaws2009-11-241-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883672 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-20381-0/+18132
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68