summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename testcase as it works now (as long as you've the NPE fixed openejb jar)antelder2009-04-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767523 13f79535-47bb-0310-9956-ffa450edef68
* New itest for jee external ear'santelder2009-04-226-0/+255
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767515 13f79535-47bb-0310-9956-ffa450edef68
* Start adding some more JEE samples. No guarantee that these actually work ↵slaws2009-04-2115-1/+609
| | | | | | yet as I haven't run them in a JEE runtime but a place to start. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767108 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2972 instigate contribution type specific class loading to allow the ↵slaws2009-04-211-1/+1
| | | | | | JEE classloader to be used independently of jar, zip, dir classloading schemes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767015 13f79535-47bb-0310-9956-ffa450edef68
* Bump up 1.x trunk version to 1.6-SNAPSHOTantelder2009-04-18112-2223/+2223
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766265 13f79535-47bb-0310-9956-ffa450edef68
* Comment out tests which don't work on continuum build machineantelder2009-04-163-10/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765637 13f79535-47bb-0310-9956-ffa450edef68
* Change some jms ports to try to fix continuum build conflictsantelder2009-04-162-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765635 13f79535-47bb-0310-9956-ffa450edef68
* Add more complete test for the various lifecycle exceptionsantelder2009-04-167-10/+236
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765582 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2851, start of an itest for exceptions in Java component initilizationantelder2009-04-167-0/+337
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765542 13f79535-47bb-0310-9956-ffa450edef68
* Separate the contribution JEE sample scenarios from the contribution JEE ↵slaws2009-04-1510-0/+476
| | | | | | itests so we can see the source for the samples and more easily mix and match to construct the various combinations required. Add a new test relating to a single sample scenario to explore the problem with classloading where the JEE archive classloader is not available during contribution resolution. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765218 13f79535-47bb-0310-9956-ffa450edef68
* Add a println of the problem to see what it says when running on the ↵antelder2009-04-141-0/+1
| | | | | | continuum machine as the test is assing for me git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764755 13f79535-47bb-0310-9956-ffa450edef68
* Change to use port 8085 as 8081 has a conflict on the continuum serverantelder2009-04-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764743 13f79535-47bb-0310-9956-ffa450edef68
* 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