summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/ws (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-07-15Use newer version of wss4j to avoid test failureslresende1-6/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1503111 13f79535-47bb-0310-9956-ffa450edef68
2013-07-14Fixing compilation issue in ws-policy itestlresende1-12/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1503084 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende26-86/+86
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68
2012-03-24TUSCANY-4036 - Create unique names in WSDL when multiple components expose ↵slaws5-8/+8
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-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-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-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-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.slaws5-7/+12
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 missing license headersantelder7-490/+597
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235243 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
2012-01-06TUSCANY-4000 - Fix ClassCastException when user specifies WSDL interfaceslaws17-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
2011-12-09TUSCANY-3993 - Update code to handle relative URIs and add a test caseslaws5-4/+154
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1212386 13f79535-47bb-0310-9956-ffa450edef68
2011-11-25Update everywhere that use the jaxws-maven-plugin plugin to use the version ↵antelder12-174/+85
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
2011-11-25Update to work with both Java 1.6 and 1.7. I think this looks like what has ↵antelder1-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
2011-09-15Add a test case to show that reference/target gets the right ws binding ↵slaws13-0/+945
configuration when the target service binding is configured via a WSDL element. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171094 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18Add xalan depnendency which is required because wss4j uses the xalan URI ↵antelder1-0/+5
toString method. (dragging in all xalan just to get a uri toString seems less than ideal, it has been changed in later wss4j releases, no idea if they work with the rest of the Tuscany Axis2 release and dependencies though git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159205 13f79535-47bb-0310-9956-ffa450edef68
2011-08-15Re-enable this now TUSCANY-3917 is checked inslaws1-6/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157753 13f79535-47bb-0310-9956-ffa450edef68
2011-08-12Disable test for the time being as relies on a small change elsewhere that I ↵slaws1-0/+3
can't check in yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157191 13f79535-47bb-0310-9956-ffa450edef68
2011-08-12Any exception in tests causes node.stop() to be missed so add try/catchslaws1-141/+150
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157190 13f79535-47bb-0310-9956-ffa450edef68
2011-08-12Looking at answering Ant's question about serializing WSDL for enpoints as ↵slaws8-3/+725
part of making cross domain interface matching work. Turns out to be more difficult that I would have thought. Mainly to do with how you re-build the Tuscany WSDL/XSD model from a string rather than from a set of files (which is where I think Ant got to). Any how I extended the WSDL test to experiment and have some code that works but isn't yet in the runtime (see WSDLSerializationTestCase). Don't want to loose it though. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157148 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27Enable bare tests as well.scottkurz1-6/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151481 13f79535-47bb-0310-9956-ffa450edef68
2011-07-05TUSCANY-3881 - Tidy up the binding context and test by re-enabling Rampart ↵slaws1-0/+1
support in the ws binding so that WS policy can be applied. For the time being it only demonstrates integrity. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1142920 13f79535-47bb-0310-9956-ffa450edef68
2011-07-04Tidy test to remove debug itemsslaws3-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1142576 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29Add itest for testing WS Policy as applied to the WS binding. Not in build yet. slaws13-0/+671
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1141102 13f79535-47bb-0310-9956-ffa450edef68
2011-06-20Update old plugin nameantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137598 13f79535-47bb-0310-9956-ffa450edef68
2011-03-10Extend test to prove that node which fires up ws binding can be ↵slaws1-3/+28
stopped/started repeatedly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080209 13f79535-47bb-0310-9956-ffa450edef68
2011-02-05Fix lots of depricated maven variable warnings for Maven v3antelder20-20/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067440 13f79535-47bb-0310-9956-ffa450edef68
2011-02-02Fix to overcome the test failure logged in TUSCANY-3829, removing the POM ↵edwardsmj1-7/+1
dependency on jaxws-rt git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066413 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28Add misisnglicense headersantelder2-0/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1064701 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27Modified poms for Maven 3 compliance.fmoga19-26/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1064296 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26Update to as much as possible only use dependencies in the maven central ↵antelder11-11/+25
repo and for where thats not possible define the other repository in the module that uses it not the top level pom.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063664 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26Commit some more multiple output tests and un-ignore existing ones.scottkurz8-18/+66
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063552 13f79535-47bb-0310-9956-ffa450edef68
2011-01-24Add some tests (@Ignore'd) showing problems in void return type + Holder case.scottkurz4-28/+130
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062956 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21Fix itest module name.scottkurz1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061838 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21TUSCANY-3675 - Ignore the base tests while the bare/holder function is ↵slaws1-0/+2
sorted out git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061767 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21Make module name consistent with the other itestsslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061765 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21Change itests to depend on base pom rather than base jar so that we can ↵slaws16-48/+64
sensibly use/updates itests in eclipse without having to rebuilt the jar all the time. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061763 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Expedite test execution by doing static setup/teardownscottkurz2-18/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061343 13f79535-47bb-0310-9956-ffa450edef68
2011-01-19Add multiple output (Holder) itests.scottkurz14-0/+1322
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060924 13f79535-47bb-0310-9956-ffa450edef68
2010-12-11Add woodstox to get tests to passantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044653 13f79535-47bb-0310-9956-ffa450edef68
2010-12-11Add woodstox to get tests to passantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044643 13f79535-47bb-0310-9956-ffa450edef68
2010-11-12A bunch more base + extension updatesantelder16-62/+220
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034397 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19TUSCANY-3711 - fix to match new WSDL service generate approachslaws3-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024221 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17TUSCANY-3711 Change generated binding and port names to match recommended ↵bdaniel3-4/+4
values from the ws binding spec appendix D. The old value for service name is still being used for the time being. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023400 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14Start to get rid of shades and replace with the aggregate jars. This moves ↵antelder1-2/+2
the shades/base and base-nodep out of shades and into distribution/aggregates and updates to use those. The remaining ones in shades i think can probably just be deleted but i'll do that in separate steps. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022443 13f79535-47bb-0310-9956-ffa450edef68
2010-10-06Copy itest and compliance test to be under testing folderantelder206-0/+12967
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005039 13f79535-47bb-0310-9956-ffa450edef68