summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-01Add a mechanism for specifying default intents on policy subjects. This is a ↵slaws10-8/+302
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
2011-12-01TUSCANY-3963 - make the client reference name stand out from the crowd. ↵slaws1-1/+1
Thanks for the patch Jennifer. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209143 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30Use MESSAGE_ID instead of WS_MESSAGE_ID as Tuscany message header for ↵scottkurz2-42/+60
handling callbacks' handling of WS-A headers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1208790 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30Work around for Java bug with map entry setValueantelder1-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1208374 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29Undo change in r1202210 whereby <wsa:To> should wrap a URI, not an EPR.scottkurz1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1208017 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29Add dynamic (vs. static) dispatch to invoker for use by callback support.scottkurz1-20/+61
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1208010 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29Fix for TUSCANY-3986. Thanks Rashmi.scottkurz1-9/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1207942 13f79535-47bb-0310-9956-ffa450edef68
2011-11-28Add support for using the Java 1.7 profileantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1207137 13f79535-47bb-0310-9956-ffa450edef68
2011-11-28Add a profile for Java 1.7antelder2-0/+188
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1207136 13f79535-47bb-0310-9956-ffa450edef68
2011-11-25Update everywhere that use the jaxws-maven-plugin plugin to use the version ↵antelder1-17/+7
and config which works for both Java 6 and 7 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1206222 13f79535-47bb-0310-9956-ffa450edef68
2011-11-25Update everywhere that use the jaxws-maven-plugin plugin to use the version ↵antelder1-15/+10
and config which works for both Java 6 and 7 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1206221 13f79535-47bb-0310-9956-ffa450edef68
2011-11-25Update everywhere that use the jaxws-maven-plugin plugin to use the version ↵antelder21-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
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-11-24Update the jaxws plugin version to one that works with both Java 6 and 7antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1205841 13f79535-47bb-0310-9956-ffa450edef68
2011-11-24Update the jaxws plugin version to one that works with both Java 6 and 7antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1205840 13f79535-47bb-0310-9956-ffa450edef68
2011-11-24Add an exclude for the new in Java7 Throwable.getSuppressed method which ↵antelder1-1/+1
breaks jaxb serialization git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1205796 13f79535-47bb-0310-9956-ffa450edef68
2011-11-24Add wildcards to error message so it matches across JVM levelsantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1205795 13f79535-47bb-0310-9956-ffa450edef68
2011-11-22remove unused imports committed by accidentslaws1-4/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1205013 13f79535-47bb-0310-9956-ffa450edef68
2011-11-22Fix typo in commentslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1205012 13f79535-47bb-0310-9956-ffa450edef68
2011-11-21TUSCANY-3977: Commit patch from Anuj Bhatia to fix No way to configure wink ↵antelder1-0/+2
timeout for binding.rest git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1204474 13f79535-47bb-0310-9956-ffa450edef68
2011-11-21TUSCANY-3977: Commit patch from Anuj Bhatia to fix No way to configure wink ↵antelder4-2/+27
timeout for binding.rest git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1204472 13f79535-47bb-0310-9956-ffa450edef68
2011-11-21TUSCANY-3977: Commit patch from Anuj Bhatia to fix No way to configure wink ↵antelder1-0/+1
timeout for binding.rest git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1204469 13f79535-47bb-0310-9956-ffa450edef68
2011-11-21TUSCANY-3976: Apply patch from Greg Dritschler to allow extensions to save ↵antelder1-0/+9
information about client async request git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1204449 13f79535-47bb-0310-9956-ffa450edef68
2011-11-21TUSCANY-3976: Apply patch from Greg Dritschler to allow extensions to save ↵antelder4-1/+85
information about client async request git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1204448 13f79535-47bb-0310-9956-ffa450edef68
2011-11-21TUSCANY-3976: Apply patch from Greg Dritschler to allow extensions to save ↵antelder1-0/+7
information about client async request git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1204447 13f79535-47bb-0310-9956-ffa450edef68
2011-11-18Fix a couple of NPE and index out of bound exceptions for async operations ↵antelder1-7/+14
with void return types git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1203688 13f79535-47bb-0310-9956-ffa450edef68
2011-11-18Update to avoid index out of bounds exception with 1 character operation namesantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1203686 13f79535-47bb-0310-9956-ffa450edef68
2011-11-15Fix EPR creation to correctly wrap address in <wsa:Address/> tag.scottkurz1-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1202210 13f79535-47bb-0310-9956-ffa450edef68
2011-11-15Update the JMS binding to support attribute extensions in the scdlantelder2-7/+61
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1202136 13f79535-47bb-0310-9956-ffa450edef68
2011-11-14Add missing manifest entryslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1201719 13f79535-47bb-0310-9956-ffa450edef68
2011-11-14Add extra check for zero child elements when processing the OMElement wrapper. slaws1-0/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1201718 13f79535-47bb-0310-9956-ffa450edef68
2011-11-14Deal with a couple of cases where the order of results differs depending on ↵slaws2-12/+35
whether I'm on the IBM or Oracle JDK. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1201712 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11Exclude BJM 6017 1 test again as it still hangs when run in the full build. ↵antelder1-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
2011-11-11Fix WS compliance test fail by also checking for the wsdli namesapceantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200809 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11Tidying up comments and javadocslresende8-24/+38
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200674 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11Removing obsolete binding listner servlet classlresende2-489/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200673 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11Fixing refactor mismatch that was providing wrong operation selector ↵lresende1-1/+1
implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200672 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11Removing dependency on binding http implementation artifacts that are not ↵lresende2-10/+68
exported git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200671 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11Adding version property to newly exported packageslresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200670 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11Refactoring binding http model to bring back support for servlet based ↵lresende41-458/+965
resources, and making rpc style it's own operationSelector git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200669 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11Adding dojox and dijit to web-javascript-dojolresende2-4/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200668 13f79535-47bb-0310-9956-ffa450edef68
2011-11-10Also put back BJM_6017_1 into the build as it works now too, i think it ↵antelder1-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
2011-11-10Put back BJM_4011 test into th ebuild as it works nowantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200406 13f79535-47bb-0310-9956-ffa450edef68
2011-11-10Update to fix compliance test BJM_4011 - if the operation isn't found ensure ↵antelder1-1/+1
a failure response is sent if possible git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200378 13f79535-47bb-0310-9956-ffa450edef68
2011-11-10Expected error message update to match lates jms bindingantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200255 13f79535-47bb-0310-9956-ffa450edef68
2011-11-10Take out two currently failing JMS tests (i'm looking at them now)antelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200254 13f79535-47bb-0310-9956-ffa450edef68
2011-11-10Update LICENSE dependencies after JMS changesantelder1-8/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200253 13f79535-47bb-0310-9956-ffa450edef68
2011-11-10TUSCANY-3975: Apply patch from Rashmi Hunt to fix Missing Extension ↵antelder1-1/+43
processing in WebServiceBindingProcessor class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200239 13f79535-47bb-0310-9956-ffa450edef68
2011-11-09Include the jms activemq module in the buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199819 13f79535-47bb-0310-9956-ffa450edef68
2011-11-09Update itest to add the binding-jms-runtime-activemq and activemq ↵antelder1-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