summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Small clean up and formatting on testslresende2009-05-053-170/+141
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772008 13f79535-47bb-0310-9956-ffa450edef68
* USCANY-2968 - Enabling more tests that are currently passinglresende2009-05-051-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772007 13f79535-47bb-0310-9956-ffa450edef68
* USCANY-2968 - Enabling more tests that are currently passinglresende2009-05-051-12/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772004 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3005 - Take account of the case where there are either no input ↵slaws2009-05-054-0/+23
| | | | | | parameters or a void return type (or both). Thanks for the patch Kaushik. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771740 13f79535-47bb-0310-9956-ffa450edef68
* Add host-jetty dependency as binging-http needs are servlet host. For some ↵slaws2009-05-051-0/+7
| | | | | | reason this test works OK in Eclipse but doesn't work in Maven. So eclipse is picking up the jetty dependency from somewhere else. Ass some ignores also. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771680 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - Enabling more tests that are currently passinglresende2009-05-053-26/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771606 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - Adding databinding dependencies to integration testslresende2009-05-051-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771603 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - Enabling test that invoke remote jsonrpc services using the ↵lresende2009-05-051-4/+4
| | | | | | new operation selector/wire format implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771602 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - Minor update to make serice providers follow the same ↵lresende2009-05-041-3/+5
| | | | | | implementation pattern git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771212 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - Further changes trying to add the json-rpc wireformat and ↵lresende2009-05-041-4/+2
| | | | | | operation selector interceptors to the invocation chain git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771209 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - Moving unit tests to iTest to avoid circular referenceslresende2009-05-0410-2/+748
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771207 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3008 disable reference test in testContributeEAR_Enhanced16 until ↵slaws2009-05-021-1/+2
| | | | | | this problem is fixed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770931 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2978 - Add test code to exercise new JEE sample archives including ↵slaws2009-05-026-7/+450
| | | | | | code to show how to process an archive that appears outside of the contribution that references it. See TestExternalEarModelResolver.java. Some jee processing changes were required to make this work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770930 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2978 - Add some more sample archives based on the scenarios here ↵slaws2009-05-0219-62/+542
| | | | | | http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Java+EE+Integration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770928 13f79535-47bb-0310-9956-ffa450edef68
* Double the time the test waits for the time to live to be set into the ↵slaws2009-05-021-1/+1
| | | | | | initial context as it's failing on my machine with the existing timeout. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770927 13f79535-47bb-0310-9956-ffa450edef68
* Clean up importsrfeng2009-05-011-8/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770731 13f79535-47bb-0310-9956-ffa450edef68
* Add jee contribution samples to the build as the contribution-jee itest ↵antelder2009-05-011-0/+1
| | | | | | depends on it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770606 13f79535-47bb-0310-9956-ffa450edef68
* Add annotation dependency as the provided scope is not transitiverfeng2009-05-011-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770529 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2996 - Add support for wrapSingle attribute that, when set true, ↵slaws2009-04-306-22/+121
| | | | | | ensures that single parameters are wrapped in an array on the wire. When set false single parameters will not be wrapped on the wire. Multiple parameters will always be wrapped. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770201 13f79535-47bb-0310-9956-ffa450edef68
* Add a apace for the error messagerfeng2009-04-301-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770059 13f79535-47bb-0310-9956-ffa450edef68
* Add exclusion to avoid the conflicting jdk classes from felixrfeng2009-04-302-0/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770022 13f79535-47bb-0310-9956-ffa450edef68
* Add an itest for setting the JMS Time-To-Live headerantelder2009-04-298-0/+1210
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769729 13f79535-47bb-0310-9956-ffa450edef68
* Uncommenting contribution-jee itest.vamsic0072009-04-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769496 13f79535-47bb-0310-9956-ffa450edef68
* Code update to support external EAR has broken this test. Ignoring the test ↵vamsic0072009-04-281-0/+1
| | | | | | for now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769378 13f79535-47bb-0310-9956-ffa450edef68
* The war file generated by the jee sample project has a long name. Updating ↵vamsic0072009-04-281-1/+1
| | | | | | the url accordingly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769376 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2965 - add a jmsBytesXML wireFormat analogous to jmsTextXMLslaws2009-04-265-0/+177
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768696 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2987, TUSCANY-2964. Rename operation selector that allows the user ↵slaws2009-04-2613-0/+627
| | | | | | to specify which message property holds the operation name. Add tests cases for this and the default selector. Rename default selector to be all lowers case (it's still in the Tuscany namespace though) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768695 13f79535-47bb-0310-9956-ffa450edef68
* o Updated artifactId to the correct (long) one.vamsic0072009-04-251-1/+2
| | | | | | o Added missing type. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768577 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2987 code to make nativeOperation based operation selection work and ↵slaws2009-04-241-1/+2
| | | | | | add new operation selector (jmsUser) that allows you to specify what JMS message property holds the operation name. No test cases yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768402 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2930 extend default format test for the chase where default is ↵slaws2009-04-243-7/+28
| | | | | | specified on reference but not on the service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768265 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2930 main part of separating wireFormat.jmsdefault out from ↵slaws2009-04-2412-9/+490
| | | | | | wireFormat.jmsTextXML. I've spotted a few more things that need fixing but this basic functionality passes all of our current JMS tests and now better matched what the specification says about default format. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768263 13f79535-47bb-0310-9956-ffa450edef68
* Add an external ear modelresolver approach to the jee itestantelder2009-04-232-0/+95
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767905 13f79535-47bb-0310-9956-ffa450edef68
* Add exclusion to avoid the conflicting jdk classes from felixrfeng2009-04-222-12/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767674 13f79535-47bb-0310-9956-ffa450edef68
* 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