summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* TUSCANY-4011 - stop the SCDL callback binding configuration from being ↵slaws2012-02-095-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
* Fix typo in commentslaws2012-02-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1241895 13f79535-47bb-0310-9956-ffa450edef68
* Adjust a couple more test fields that differ after an invocation depending ↵antelder2012-02-082-0/+8
| | | | | | on the environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1241800 13f79535-47bb-0310-9956-ffa450edef68
* Update some itests for the change to include the exception class in the ↵antelder2012-02-063-4/+4
| | | | | | response msg git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1241038 13f79535-47bb-0310-9956-ffa450edef68
* remove excludes for tests that have been fixedantelder2012-02-061-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1240996 13f79535-47bb-0310-9956-ffa450edef68
* Update for expected err msgs with the new extra exception informationantelder2012-02-061-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1240995 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4005 - raise an error if a reference target containing only a ↵slaws2012-02-025-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
* Add a test for a component with a single service and multiple bindingsantelder2012-01-313-0/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1238669 13f79535-47bb-0310-9956-ffa450edef68
* Add a few more tests for components with multiple services or bindingsantelder2012-01-314-9/+113
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1238664 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in System.outslaws2012-01-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1236689 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3800, TUSCANY-3283, TUSCANY-3298 - more wsdlgen updates from 1.x.slaws2012-01-268-7/+119
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1236129 13f79535-47bb-0310-9956-ffa450edef68
* Update the version of the JAXWS plugin being used to match that from other ↵slaws2012-01-251-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
* Add exclude for policy archetype fileantelder2012-01-241-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235260 13f79535-47bb-0310-9956-ffa450edef68
* Add exclude for legal checksantelder2012-01-241-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235244 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headersantelder2012-01-247-490/+597
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235243 13f79535-47bb-0310-9956-ffa450edef68
* Exclude two JMS callback compliance tests which no longer workantelder2012-01-241-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235185 13f79535-47bb-0310-9956-ffa450edef68
* Update expected error message for latest JMS binding codeantelder2012-01-241-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235184 13f79535-47bb-0310-9956-ffa450edef68
* Update JMS selectors test to match new selectedOperation behaviourantelder2012-01-242-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235182 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3283 - these are similar changes to those made in 1.x to correct ↵slaws2012-01-191-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
* TUSCANY-3283 - Port or wsdlgen test from 1.x. Have included wsdl-validator ↵slaws2012-01-1939-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
* TUSCANY-3910, TUSCANY-3804 - Set ranking so that JAXWSInterfaceProcessor ↵slaws2012-01-0915-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
* TUSCANY-4000 - Fix ClassCastException when user specifies WSDL interfaceslaws2012-01-0617-0/+1091
| | | | | | TUSCANY-4003 - Provide access to resource host from the resource itself. Thanks for the patch Brian git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1228143 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3924 playing with whether we should take note of inherited ↵slaws2011-12-144-0/+111
| | | | | | annotations as per JSR-250. Test ignored but I don't want to loose it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1214234 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the new Tuscany ComponentContext and ServiceReference interfacesantelder2011-12-131-9/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213625 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the new Tuscany ComponentContext and ServiceReference interfacesantelder2011-12-131-5/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213624 13f79535-47bb-0310-9956-ffa450edef68
* Remove excludes now that OASIS have fixed the Java CI tests themselvesslaws2011-12-091-5/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1212410 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3993 - Update code to handle relative URIs and add a test caseslaws2011-12-095-4/+154
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1212386 13f79535-47bb-0310-9956-ffa450edef68
* Add a test for dynamically altering the binding URI of a ServiceReferenceantelder2011-12-087-0/+272
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1211944 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3965 - Generally stop detecting non-annotated properties/references ↵slaws2011-12-062-1/+6
| | | | | | if @Service/@Reference/@Property annotations are present git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210860 13f79535-47bb-0310-9956-ffa450edef68
* Add annotated field to UnannotatedCTCalcComponentImpl testantelder2011-12-051-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210480 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3988 - Apply Greg's suggested fix to ensure that policy provider ↵slaws2011-12-059-28/+74
| | | | | | lists are maintained independently for cloned composites. Add a tests case for it as well. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210470 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY_3965: Add a field thats annotated but not with an SCA annotation to ↵antelder2011-12-053-0/+46
| | | | | | match the scenario as described in TUSCANY_3965 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210425 13f79535-47bb-0310-9956-ffa450edef68
* Organize imports to remove unused onesantelder2011-12-052-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210419 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3965: Fix test taken out with @IGnore for TUSCANY-3965antelder2011-12-051-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210418 13f79535-47bb-0310-9956-ffa450edef68
* Add a mechanism for specifying default intents on policy subjects. This is a ↵slaws2011-12-011-3/+3
| | | | | | rewrite of the previous attempt after Greg pointed out a build order issue on the mail list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209146 13f79535-47bb-0310-9956-ffa450edef68
* Update everywhere that use the jaxws-maven-plugin plugin to use the version ↵antelder2011-11-2521-309/+157
| | | | | | and config which works for both Java 6 and 7 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1206218 13f79535-47bb-0310-9956-ffa450edef68
* Update to work with both Java 1.6 and 1.7. I think this looks like what has ↵antelder2011-11-251-18/+11
| | | | | | to be done to get wsimport and wsgen working from Maven for both java 1.6 and 1.7 - use the latest plugin from org.jvnet.jax-ws-commons, set thewsimport target to be 2.1, and include a dependency on the latest jaxws-tools git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1206141 13f79535-47bb-0310-9956-ffa450edef68
* Update the jaxws plugin version to one that works with both Java 6 and 7antelder2011-11-241-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1205841 13f79535-47bb-0310-9956-ffa450edef68
* Update the jaxws plugin version to one that works with both Java 6 and 7antelder2011-11-241-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1205840 13f79535-47bb-0310-9956-ffa450edef68
* Add wildcards to error message so it matches across JVM levelsantelder2011-11-241-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1205795 13f79535-47bb-0310-9956-ffa450edef68
* Exclude BJM 6017 1 test again as it still hangs when run in the full build. ↵antelder2011-11-111-0/+1
| | | | | | Works fin when run by itself with maven or in elcipse so tricky to track down whats going wrong. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200890 13f79535-47bb-0310-9956-ffa450edef68
* Also put back BJM_6017_1 into the build as it works now too, i think it ↵antelder2011-11-101-1/+0
| | | | | | wasn't broken just failing due to bad clean up when other tests were failing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200410 13f79535-47bb-0310-9956-ffa450edef68
* Put back BJM_4011 test into th ebuild as it works nowantelder2011-11-101-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200406 13f79535-47bb-0310-9956-ffa450edef68
* Expected error message update to match lates jms bindingantelder2011-11-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200255 13f79535-47bb-0310-9956-ffa450edef68
* Take out two currently failing JMS tests (i'm looking at them now)antelder2011-11-101-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200254 13f79535-47bb-0310-9956-ffa450edef68
* Update itest to add the binding-jms-runtime-activemq and activemq ↵antelder2011-11-091-0/+10
| | | | | | dependencies as these are no longer in the binding-jms-runtime module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199801 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that fully resolved JSR250 policy sets, added by the policy processor ↵slaws2011-10-314-5/+65
| | | | | | on the fly, are not re-resolved. Hence the dynamic information in the policy sets is not lost. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1195401 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3924 - ignore artifacts of the base class when a java implementation ↵slaws2011-10-317-0/+313
| | | | | | class extends a base class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1195397 13f79535-47bb-0310-9956-ffa450edef68
* Add code to read <requires> elements from WSDL and enable the test that ↵slaws2011-10-194-5/+20
| | | | | | ensure that mayProvides intents are matched between references and services. This has implications for existing tests in that we now have to ensure that any mayProvides intent that is considered to be the default (a concept that the spec doesn't consider) is present in the intent list for the policy subject in question. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1186027 13f79535-47bb-0310-9956-ffa450edef68
* Add test looking at what happens with policy associated with interface and ↵slaws2011-10-1911-0/+451
| | | | | | implementation operations git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1186021 13f79535-47bb-0310-9956-ffa450edef68