summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/contribution-jee/src/test (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-13Moving 1.x trunklresende19-1367/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835700 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07TUSCANY-3198 - keep generated EJB component implementations distinct. They ↵slaws1-1/+1
were being resolved down to one because the hashcode was not based on any unique EJB information git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801951 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07Add a new test. Function not supported yet so test is ignored at the moment. slaws1-0/+118
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801935 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15TUSCANY-3148 remove version dependency from zip based JEE itestsslaws1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794326 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03Add in a second EJB component to show how the model is constructed. slaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790916 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23TUSCANY-3097 Add test to see if the application composites of modules inside ↵slaws1-0/+125
an EAR are processed (they shouldn't be) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787603 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28TUSCANY-2978 - add some property testsslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779700 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28TUSCANY-2978 - tidy contribution jee sample names and add 08slaws4-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779500 13f79535-47bb-0310-9956-ffa450edef68
2009-05-27TUSCANY-2978 - Add more JEE tests to help show that the nested composites ↵slaws2-5/+17
are resolved/built correctly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779162 13f79535-47bb-0310-9956-ffa450edef68
2009-05-22TUSCANY-2978 - More tests to exercise the changes related to TUSCANY-3052 ↵slaws6-0/+457
where the JEEImplemenation model becomes a composite. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777620 13f79535-47bb-0310-9956-ffa450edef68
2009-05-02TUSCANY-3008 disable reference test in testContributeEAR_Enhanced16 until ↵slaws1-1/+2
this problem is fixed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770931 13f79535-47bb-0310-9956-ffa450edef68
2009-05-02TUSCANY-2978 - Add test code to exercise new JEE sample archives including ↵slaws2-0/+240
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
2009-04-28Code update to support external EAR has broken this test. Ignoring the test ↵vamsic0071-0/+1
for now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769378 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28The war file generated by the jee sample project has a long name. Updating ↵vamsic0071-1/+1
the url accordingly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769376 13f79535-47bb-0310-9956-ffa450edef68
2009-04-15Separate the contribution JEE sample scenarios from the contribution JEE ↵slaws1-0/+86
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
2009-04-03TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0072-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
2009-04-03TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0072-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
2009-04-03TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0072-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
2009-04-03TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0071-1/+0
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-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-23TUSCANY-2935 Integration tests for Java EE contribution processingvamsic0076-0/+241
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