summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0072009-04-032-0/+39
| | | | | | o Test Enhanced EAR w application composite containing non-enhanced WAR, non-enhanced EJB JAR. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761817 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0072009-04-032-0/+23
| | | | | | o Test Enhanced EAR containing non-enhanced WAR, non-enhanced EJB JAR. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761806 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0072009-04-032-0/+25
| | | | | | o Test non-enhanced EAR containing non-enhanced WAR, non-enhanced EJB JAR. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761797 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0072009-04-032-1/+12
| | | | | | | o Adding more needed dependencies o Not enabling the module contribution-jee in itests since it will required OPENEJB-1005 be resolved for the tests to run successfully on Windows. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761729 13f79535-47bb-0310-9956-ffa450edef68
* Removing eclipse/maven generated fileslresende2009-04-032-32/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761557 13f79535-47bb-0310-9956-ffa450edef68
* Added the missing JSP spec dependency.vamsic0072009-04-011-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760893 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2945, 2947, 2948ramkumar2009-04-015-5/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760847 13f79535-47bb-0310-9956-ffa450edef68
* Reversing the changes committed accidentally in the last commit.vamsic0072009-03-311-7/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760570 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0072009-03-312-2/+7
| | | | | | Added missing test resource. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760561 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2931 - update operation matching to be based on operation name. Add ↵slaws2009-03-294-9/+4
| | | | | | a complex type based interface back into to the test case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759742 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2948, take jms-format test out of build for nowantelder2009-03-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759077 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2947, take itest out of build as its failingantelder2009-03-271-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759075 13f79535-47bb-0310-9956-ffa450edef68
* Take fialing tests out of build, see TUSCANY-2945antelder2009-03-263-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758698 13f79535-47bb-0310-9956-ffa450edef68
* Add a namespace to the missing component type compositeslaws2009-03-262-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758631 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2931 - allow separate request and response wire formats in ↵slaws2009-03-263-2/+5
| | | | | | binding.jms. The tuscany binding.jms XSD has been extended to allow a response wireFormat element to be specified. The knock on effect of all this is that the Operation interface has been changed to allow input and output wrapper info to be held separately. Also Interface has some new operations. There are changes across the code base to take account of this interface change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758625 13f79535-47bb-0310-9956-ffa450edef68
* Commenting out since an issue in openejb is resulting in problems with WAR ↵vamsic0072009-03-241-1/+1
| | | | | | processing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757680 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0072009-03-238-0/+335
| | | | | | o Added tests for EJB jar and WAR contributions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757466 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2931 - Start of test for different in request and response wire ↵slaws2009-03-217-0/+412
| | | | | | formats. Infrastructure not working properly just yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756901 13f79535-47bb-0310-9956-ffa450edef68
* Removing @author per Apache best practiceslresende2009-03-191-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755853 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2897 JMSBinding model should be QNames not Stringsbeckerdo2009-03-041-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750052 13f79535-47bb-0310-9956-ffa450edef68
* Correct the type of message that CompositeProcessor reports for a ↵slaws2009-02-253-17/+21
| | | | | | CompositeReadException and correct a few tests to take account of this and another couple of exception funnies. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747952 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2857 Correct handling of JMSDeliveryMode and JMSPrioritybeckerdo2009-02-252-9/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747867 13f79535-47bb-0310-9956-ffa450edef68
* Add jms-nulls itest to buildantelder2009-02-191-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745957 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2861: Add an itest for sending/receiving nullantelder2009-02-199-0/+383
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745956 13f79535-47bb-0310-9956-ffa450edef68
* Add a method that returns an unchecked exceptionslaws2009-02-194-0/+45
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745854 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2845: Change JMS binding so unchecked exceptions are returned as ↵antelder2009-02-172-6/+7
| | | | | | RuntimeExceptions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745140 13f79535-47bb-0310-9956-ffa450edef68
* Remove old test thats nolonger applicableantelder2009-02-171-60/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744969 13f79535-47bb-0310-9956-ffa450edef68
* Update with JIRA about the problemantelder2009-02-131-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744167 13f79535-47bb-0310-9956-ffa450edef68
* Comment out failing assertions for the time beingantelder2009-02-131-4/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744163 13f79535-47bb-0310-9956-ffa450edef68
* Correct test nameantelder2009-02-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744131 13f79535-47bb-0310-9956-ffa450edef68
* Activate the unchecked exception test, still need to establish what the ↵antelder2009-02-131-7/+10
| | | | | | response should really look like git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744102 13f79535-47bb-0310-9956-ffa450edef68
* Activate text and object tests in the jms nonsca client exxceptions testantelder2009-02-132-34/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744099 13f79535-47bb-0310-9956-ffa450edef68
* Add the jms nonsca excpetions test to buildantelder2009-02-131-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744072 13f79535-47bb-0310-9956-ffa450edef68
* UPdate jms exceptions testcase so the object format tests workantelder2009-02-131-40/+57
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744067 13f79535-47bb-0310-9956-ffa450edef68
* Add a JMS test for exceptions using a non-SCA JMS client. Doesn't actually ↵antelder2009-02-1310-0/+560
| | | | | | test the responses yet but the framework is there to send and receive the messages to the sca service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744060 13f79535-47bb-0310-9956-ffa450edef68
* Reenable a commented out test as the jira has been fixedantelder2009-02-131-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744055 13f79535-47bb-0310-9956-ffa450edef68
* Add a jms oneway itest with a nondefault connection factoryantelder2009-02-129-0/+379
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743774 13f79535-47bb-0310-9956-ffa450edef68
* Update jms response connectionFactory itest to correctly setup jndi resourcesantelder2009-02-122-4/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743709 13f79535-47bb-0310-9956-ffa450edef68
* Add jms noreply itest to itest buildantelder2009-02-121-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743707 13f79535-47bb-0310-9956-ffa450edef68
* Update noreply itest for change to not return Object arraysantelder2009-02-121-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743706 13f79535-47bb-0310-9956-ffa450edef68
* Move jms responsecf itest to its own module to make it eaisier to debugantelder2009-02-129-3/+248
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743681 13f79535-47bb-0310-9956-ffa450edef68
* Add jms itest using a response ConnectionFactoryantelder2009-02-123-0/+127
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743651 13f79535-47bb-0310-9956-ffa450edef68
* Add support for resourceAdapter and its propertiesantelder2009-02-061-60/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741587 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2823 Callback problem with COMPOSITE scoped implementationvamsic0072009-02-0610-0/+392
| | | | | | * Itest for the issue git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741571 13f79535-47bb-0310-9956-ffa450edef68
* Update validation tests for jms binidng updatesantelder2009-02-064-218/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741555 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2451ramkumar2009-02-0610-35/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741544 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2799 Fix NPE in JMS Object wire format when a null object is ↵slaws2009-02-064-2/+14
| | | | | | returned. Add a test also. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741535 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2799 - don't return responses inside arrays. Generally reorg the ↵slaws2009-02-051-0/+6
| | | | | | code so that the message processors only worry about getting data in and out of JMS message while the interceptors worry about whether the data should be wrapped as an array. In this way the forward path can do array wrapping in order to keep databinding happy while the response path can omit array wrapping git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741219 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2798: Add an itest for a service sending the response to the ↵antelder2009-01-306-0/+336
| | | | | | response destination defined on the jms binding element if the request message doesn't have a replyTo set git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739304 13f79535-47bb-0310-9956-ffa450edef68
* update the jms itests to include a jms hostantelder2009-01-287-374/+413
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738506 13f79535-47bb-0310-9956-ffa450edef68