summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-03TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0072-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
2009-04-03Removing eclipse/maven generated fileslresende2-32/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761557 13f79535-47bb-0310-9956-ffa450edef68
2009-04-01Added the missing JSP spec dependency.vamsic0071-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760893 13f79535-47bb-0310-9956-ffa450edef68
2009-04-01Fixes for TUSCANY-2945, 2947, 2948ramkumar5-5/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760847 13f79535-47bb-0310-9956-ffa450edef68
2009-03-31Reversing the changes committed accidentally in the last commit.vamsic0071-7/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760570 13f79535-47bb-0310-9956-ffa450edef68
2009-03-31TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0072-2/+7
Added missing test resource. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760561 13f79535-47bb-0310-9956-ffa450edef68
2009-03-29TUSCANY-2931 - update operation matching to be based on operation name. Add ↵slaws4-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
2009-03-27TUSCANY-2948, take jms-format test out of build for nowantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759077 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27TUSCANY-2947, take itest out of build as its failingantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759075 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26Take fialing tests out of build, see TUSCANY-2945antelder3-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758698 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26Add a namespace to the missing component type compositeslaws2-1/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758631 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26TUSCANY-2931 - allow separate request and response wire formats in ↵slaws3-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
2009-03-24Commenting out since an issue in openejb is resulting in problems with WAR ↵vamsic0071-1/+1
processing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757680 13f79535-47bb-0310-9956-ffa450edef68
2009-03-23TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0078-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
2009-03-21TUSCANY-2931 - Start of test for different in request and response wire ↵slaws7-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
2009-03-19Removing @author per Apache best practiceslresende1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755853 13f79535-47bb-0310-9956-ffa450edef68
2009-03-04TUSCANY-2897 JMSBinding model should be QNames not Stringsbeckerdo1-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750052 13f79535-47bb-0310-9956-ffa450edef68
2009-02-25Correct the type of message that CompositeProcessor reports for a ↵slaws3-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
2009-02-25TUSCANY-2857 Correct handling of JMSDeliveryMode and JMSPrioritybeckerdo2-9/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747867 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19Add jms-nulls itest to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745957 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19TUSCANY-2861: Add an itest for sending/receiving nullantelder9-0/+383
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745956 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19Add a method that returns an unchecked exceptionslaws4-0/+45
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745854 13f79535-47bb-0310-9956-ffa450edef68
2009-02-17TUSCANY-2845: Change JMS binding so unchecked exceptions are returned as ↵antelder2-6/+7
RuntimeExceptions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745140 13f79535-47bb-0310-9956-ffa450edef68
2009-02-17Remove old test thats nolonger applicableantelder1-60/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744969 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13Update with JIRA about the problemantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744167 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13Comment out failing assertions for the time beingantelder1-4/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744163 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13Correct test nameantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744131 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13Activate the unchecked exception test, still need to establish what the ↵antelder1-7/+10
response should really look like git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744102 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13Activate text and object tests in the jms nonsca client exxceptions testantelder2-34/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744099 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13Add the jms nonsca excpetions test to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744072 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13UPdate jms exceptions testcase so the object format tests workantelder1-40/+57
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744067 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13Add a JMS test for exceptions using a non-SCA JMS client. Doesn't actually ↵antelder10-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
2009-02-13Reenable a commented out test as the jira has been fixedantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744055 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12Add a jms oneway itest with a nondefault connection factoryantelder9-0/+379
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743774 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12Update jms response connectionFactory itest to correctly setup jndi resourcesantelder2-4/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743709 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12Add jms noreply itest to itest buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743707 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12Update noreply itest for change to not return Object arraysantelder1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743706 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12Move jms responsecf itest to its own module to make it eaisier to debugantelder9-3/+248
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743681 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12Add jms itest using a response ConnectionFactoryantelder3-0/+127
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743651 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Add support for resourceAdapter and its propertiesantelder1-60/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741587 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06TUSCANY-2823 Callback problem with COMPOSITE scoped implementationvamsic00710-0/+392
* Itest for the issue git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741571 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Update validation tests for jms binidng updatesantelder4-218/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741555 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Fixes for TUSCANY-2451ramkumar10-35/+31
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741544 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06TUSCANY-2799 Fix NPE in JMS Object wire format when a null object is ↵slaws4-2/+14
returned. Add a test also. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741535 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05TUSCANY-2799 - don't return responses inside arrays. Generally reorg the ↵slaws1-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
2009-01-30TUSCANY-2798: Add an itest for a service sending the response to the ↵antelder6-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
2009-01-28update the jms itests to include a jms hostantelder7-374/+413
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738506 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23Add an itest for folder contributions and zip contributions containing jarsantelder9-0/+224
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736977 13f79535-47bb-0310-9956-ffa450edef68
2009-01-16Fixes for TUSCANY-2772ramkumar1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734958 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14Remove unneeded deploy.xml and .componentType filesantelder6-193/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734430 13f79535-47bb-0310-9956-ffa450edef68