summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-06-12Add snapshot repo definition so the build machine can run just the ↵antelder1-0/+5
compliance tests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1349235 13f79535-47bb-0310-9956-ffa450edef68
2012-06-07TUSCANY-4058: Apply update from Andrew Potter to support IBM JDKantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1347599 13f79535-47bb-0310-9956-ffa450edef68
2012-06-06TUSCANY-4059: Apply update from Andrew Potter to fix build failure for ↵antelder1-1/+4
itest/policy/reliability with IBM JDK git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1346808 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30Check in the rest of TUSCANY-4054. Thanks Andrew.scottkurz1-1/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1344313 13f79535-47bb-0310-9956-ffa450edef68
2012-05-25TUSCANY-4054: Apply fix from Andrew Potter to fix scdl itest with ibm jdkantelder1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1342523 13f79535-47bb-0310-9956-ffa450edef68
2012-05-22TUSCANY-4053: Apply update from Andrew Potter to fix itests building with ↵antelder1-0/+6
the IBM JDK git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1341368 13f79535-47bb-0310-9956-ffa450edef68
2012-05-01include otests dependency so tests run in eclipseantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1332615 13f79535-47bb-0310-9956-ffa450edef68
2012-05-01include otests dependency so tests run in eclipseantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1332614 13f79535-47bb-0310-9956-ffa450edef68
2012-03-24TUSCANY-4036 - Create unique names in WSDL when multiple components expose ↵slaws6-9/+9
the same service interface. Thanks for the patch Greg git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304746 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23TUSCANY-4032 - serialize the "isForCallback" flag for an endpoint service so ↵slaws5-1/+235
that the SCAClient can ignore callback endpoints in the remote case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304510 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23TUSCANY-4033 - Don't generate WSDL when binding an EPR to a remote EP and ↵slaws1-11/+3
the EPR and EP both use a Java interface. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304327 13f79535-47bb-0310-9956-ffa450edef68
2012-03-22TUSCANY-4034 - plug a few more potential memory leaksslaws1-1/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303855 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21Include the wireformat writing itest in buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303321 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21Add a test for writing jms wireFormats when the response one defaults to the ↵antelder1-25/+29
request one git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303311 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19Add new itest for writing jms scdl with wireFormatsantelder2-0/+293
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1302407 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19TUSCANY-4029: temporarily take out the async-services itest as the jms ↵antelder1-1/+1
binding doesn't work properly when a reference is using the target attribute instead of explicit binding config git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1302318 13f79535-47bb-0310-9956-ffa450edef68
2012-03-16TUSCANY-4028 - don't duplicate intents on the Java implementation model slaws6-4/+72
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1301369 13f79535-47bb-0310-9956-ffa450edef68
2012-03-15Fix suggested by Guofeng on ML to correct parent POM links. Thanks Guofeng.slaws2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1300854 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08Changes to add TUSCANY-3770 to 2.x stream and updates to performance ↵jennthom1-9/+12
testcase to produce an additional heap dump after uninstalling applications. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1298513 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04Some test code I'm using to check that memory leak code copied from 1.x is ↵slaws11-0/+804
working as expected. Not in build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296844 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27Extend exceptions test to include a remote binding. Some inconsistencies ↵slaws10-2/+322
here that need thinking about. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294142 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23Fix for TUSCANY-3824. Thanks Greg.scottkurz1-43/+45
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1292896 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21TUSCANY-4005 - swap the test around so that the code that raises an error if ↵slaws3-5/+2
a reference target containing only a component name matches a component with multiple services comes after the code that matches interfaces and policy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291714 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20Remove obsolete ignore statementslaws2-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291314 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20TUSCANY-2735 - add Rodolfo's generics testing patch. slaws8-0/+219
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291283 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20TUSCANY-4016 - when a composite fails to start ensure that it is stopped and ↵slaws8-0/+322
move it to the stopped list so that calls to remove unused contributions work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291234 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20TUSCANY-3459 - Allow the remotable status of an interface to be overridden ↵slaws4-0/+161
using the remotable attributed on the SCDL interface element as described by the OASIS assembly spec. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291191 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20TUSCANY-4017 - add a test case to ensure that the exactlyOnce profile intent ↵slaws32-2/+1781
resolves to atLeastOnce and atMostOnce. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291186 13f79535-47bb-0310-9956-ffa450edef68
2012-02-10TUSCANY-3924 - revert some of the previous changes. we need to look at ↵slaws2-5/+2
whether we are interpreting the spec correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1242718 13f79535-47bb-0310-9956-ffa450edef68
2012-02-09TUSCANY-4011 - stop the SCDL callback binding configuration from being ↵slaws5-7/+94
overwritten. The JMS binding strangely relied on this so required some surgery. I've also simplified CallbackServiceReference and added a CALLBACK message header and CallbackHandler object to make is simpler to pass the callback address down the message chain. The existing approach of creating a CallbackEndpoint model is still supported at the moment. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1242412 13f79535-47bb-0310-9956-ffa450edef68
2012-02-08Fix typo in commentslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1241895 13f79535-47bb-0310-9956-ffa450edef68
2012-02-08Adjust a couple more test fields that differ after an invocation depending ↵antelder2-0/+8
on the environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1241800 13f79535-47bb-0310-9956-ffa450edef68
2012-02-06Update some itests for the change to include the exception class in the ↵antelder3-4/+4
response msg git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1241038 13f79535-47bb-0310-9956-ffa450edef68
2012-02-06remove excludes for tests that have been fixedantelder1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1240996 13f79535-47bb-0310-9956-ffa450edef68
2012-02-06Update for expected err msgs with the new extra exception informationantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1240995 13f79535-47bb-0310-9956-ffa450edef68
2012-02-02TUSCANY-4005 - raise an error if a reference target containing only a ↵slaws5-0/+137
component name matches a component with multiple services. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1239597 13f79535-47bb-0310-9956-ffa450edef68
2012-01-31Add a test for a component with a single service and multiple bindingsantelder3-0/+47
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1238669 13f79535-47bb-0310-9956-ffa450edef68
2012-01-31Add a few more tests for components with multiple services or bindingsantelder4-9/+113
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1238664 13f79535-47bb-0310-9956-ffa450edef68
2012-01-27Fix typo in System.outslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1236689 13f79535-47bb-0310-9956-ffa450edef68
2012-01-26TUSCANY-3800, TUSCANY-3283, TUSCANY-3298 - more wsdlgen updates from 1.x.slaws8-7/+119
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1236129 13f79535-47bb-0310-9956-ffa450edef68
2012-01-25Update the version of the JAXWS plugin being used to match that from other ↵slaws1-1/+9
ws tests that seem to run successfully up on Jenkins git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235712 13f79535-47bb-0310-9956-ffa450edef68
2012-01-24Add exclude for policy archetype fileantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235260 13f79535-47bb-0310-9956-ffa450edef68
2012-01-24Add exclude for legal checksantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235244 13f79535-47bb-0310-9956-ffa450edef68
2012-01-24Add missing license headersantelder7-490/+597
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235243 13f79535-47bb-0310-9956-ffa450edef68
2012-01-24Exclude two JMS callback compliance tests which no longer workantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235185 13f79535-47bb-0310-9956-ffa450edef68
2012-01-24Update expected error message for latest JMS binding codeantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235184 13f79535-47bb-0310-9956-ffa450edef68
2012-01-24Update JMS selectors test to match new selectedOperation behaviourantelder2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235182 13f79535-47bb-0310-9956-ffa450edef68
2012-01-19TUSCANY-3283 - these are similar changes to those made in 1.x to correct ↵slaws1-0/+1
WSDL gen in various areas including, generating unannotated types into the service interface namespace, making wrapper parameters generally non-nillable, using JAXB to generate wrapper XSD (which fixes other failures where our code doesn't support various JAXB annotations), correcting the namespace of generated exceptions and the way that the generated classes are cached. Fixing the WSDL requires other fixes, for example, a new databinding to force ServiceReference to map to anyType (so that we don't try and process these interfaces with JAXB) and a fix to correct the order of response holders. T git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1233402 13f79535-47bb-0310-9956-ffa450edef68
2012-01-19TUSCANY-3283 - Port or wsdlgen test from 1.x. Have included wsdl-validator ↵slaws39-0/+3076
tests here also but not enabled them yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1233390 13f79535-47bb-0310-9956-ffa450edef68
2012-01-09TUSCANY-3910, TUSCANY-3804 - Set ranking so that JAXWSInterfaceProcessor ↵slaws15-0/+1003
runs before WrapperJavaInterfaceProcess and apply 3804 style changes to ensure the output wrapper databinding is set separately from the output wrapper. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1229088 13f79535-47bb-0310-9956-ffa450edef68