summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
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-27TUSCANY-4006 - Marking the piece of code that the JIRA refers to. If this is ↵slaws1-4/+6
fixed then POL_9020 and POL_9021 fail so needs discussion. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1236688 13f79535-47bb-0310-9956-ffa450edef68
2012-01-26Fix the two failing JMS compliance tests that set callback destiantions in ↵antelder1-12/+15
the request message. I'm not sure if its whats intended after the recent callback changes but this gets the JMS compliance tests working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1236275 13f79535-47bb-0310-9956-ffa450edef68
2012-01-26Update the JMS Axiom XML helper to create more correct wrapper elementsantelder1-9/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1236153 13f79535-47bb-0310-9956-ffa450edef68
2012-01-26TUSCANY-3800, TUSCANY-3283, TUSCANY-3298 - more wsdlgen updates from 1.x.slaws14-73/+265
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 parentheses to force correct evaluationantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235257 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-24Add meta-inf/service file for all the MessageProcessorsantelder1-0/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235223 13f79535-47bb-0310-9956-ffa450edef68
2012-01-24Change the JMS binding MessageProcessor discovery to use ServiceDiscovery so ↵antelder1-21/+9
that additional processors can be added in OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235221 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-24TUSCANY-4008: Apply patch from Jennifer A Thompson to fix JMS binding ↵antelder1-5/+8
operationProperties 'selectedOperation' element not selecting the correct operation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235181 13f79535-47bb-0310-9956-ffa450edef68
2012-01-24TUSCANY-4008: Apply patch from Jennifer A Thompson to fix JMS binding ↵antelder2-0/+10
operationProperties 'selectedOperation' element not selecting the correct operation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235180 13f79535-47bb-0310-9956-ffa450edef68
2012-01-23Refactoring policy archetype artifacts to properly generate provider folderlresende5-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235066 13f79535-47bb-0310-9956-ffa450edef68
2012-01-19TUSCANY-3283 - these are similar changes to those made in 1.x to correct ↵slaws16-53/+473
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-13When using the JMS URI form to identify JMS resources the resources MUST ↵antelder1-0/+6
exist, so ensure the binding has all the create flags set correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1230972 13f79535-47bb-0310-9956-ffa450edef68
2012-01-09TUSCANY-4004 - maintain the imported WSDL location separately from the WSDL ↵slaws1-1/+7
URI making them consistent with how the top level WSDL fields are set. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1229110 13f79535-47bb-0310-9956-ffa450edef68
2012-01-09TUSCANY-3910, TUSCANY-3804 - Set ranking so that JAXWSInterfaceProcessor ↵slaws18-16/+1071
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-09Policy archetype (work in progress)lresende21-0/+1054
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1229004 13f79535-47bb-0310-9956-ffa450edef68
2012-01-09Updating to latest archetype dependencieslresende7-14/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1229003 13f79535-47bb-0310-9956-ffa450edef68
2012-01-09Minor formattinglresende1-4/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1229002 13f79535-47bb-0310-9956-ffa450edef68
2012-01-07TUSCANY-4002: Apply patch from Jennifer Thompson to support get/set ↵antelder1-0/+15
properties on the JMS binding Context object git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1228596 13f79535-47bb-0310-9956-ffa450edef68
2012-01-07TUSCANY-4002: Apply patch from Jennifer Thompson for JMSBindingProcessor to ↵antelder1-0/+15
allow for additional extensions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1228595 13f79535-47bb-0310-9956-ffa450edef68
2012-01-06TUSCANY-4004 - add a comment highlighting some concern about import processing. slaws1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1228157 13f79535-47bb-0310-9956-ffa450edef68
2012-01-06TUSCANY-3932 - First part of this JIRA is to remove some inconsistencies in ↵slaws12-74/+165
the way that callbacks are handled now. See JIRA for more comments on this first change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1228150 13f79535-47bb-0310-9956-ffa450edef68
2012-01-06TUSCANY-4000 - Fix ClassCastException when user specifies WSDL interfaceslaws25-111/+1222
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-22Make fields protected so subclasses can accessantelder1-12/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1222193 13f79535-47bb-0310-9956-ffa450edef68
2011-12-20TUSCANY-3992: Apply patch from Greg Dritschler to fix AccessControlException ↵antelder2-34/+32
occurs when calling SCAClientFactory.getService git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1221454 13f79535-47bb-0310-9956-ffa450edef68
2011-12-20TUSCANY-3998: Apply revised patch from Greg Dritschler to provide a way to ↵antelder1-1/+6
override Tuscany system definition.xml documents git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1221453 13f79535-47bb-0310-9956-ffa450edef68
2011-12-20Make fields protected so subclasses can useantelder1-19/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1221449 13f79535-47bb-0310-9956-ffa450edef68
2011-12-20Change fields to be protected so subclasses can access themantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1221272 13f79535-47bb-0310-9956-ffa450edef68
2011-12-20MOve the initilization of a default destination name to a seperate method so ↵antelder1-10/+14
it can be overriden by subclasses git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1221271 13f79535-47bb-0310-9956-ffa450edef68
2011-12-16TUSCANY-3998: Apply patch from Greg Dritschler to provide a way to override ↵antelder1-5/+13
Tuscany system definition.xml documents git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1215081 13f79535-47bb-0310-9956-ffa450edef68
2011-12-14TUSCANY-3850: Port from 1.x to 2.x Sebastian Millies fix for RMI bug: ↵antelder1-21/+65
ConnectException after component restart git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1214259 13f79535-47bb-0310-9956-ffa450edef68
2011-12-14TUSCANY-3924 playing with whether we should take note of inherited ↵slaws4-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
2011-12-14Add static distributed OSGi samples to the buildslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1214231 13f79535-47bb-0310-9956-ffa450edef68
2011-12-14TUSCANY-2698 - merge changes from 1.x to 2.x. Only some of the changes ↵slaws3-10/+39
merged as some affect error messages and cause otests to fail for only aesthetic reasons. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1214230 13f79535-47bb-0310-9956-ffa450edef68
2011-12-14TUSCANY-2681 - merge changes from 1.x to 2.xslaws2-9/+69
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1214229 13f79535-47bb-0310-9956-ffa450edef68
2011-12-13TUSCANY-3890 - separate the request wrapper model from the response wrapper ↵slaws41-429/+518
model as per the change in 1.x under TUSCANY-2931. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213702 13f79535-47bb-0310-9956-ffa450edef68
2011-12-13Update to use the new Tuscany ComponentContext and ServiceReference interfacesantelder1-9/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213625 13f79535-47bb-0310-9956-ffa450edef68
2011-12-13Update to use the new Tuscany ComponentContext and ServiceReference interfacesantelder1-5/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213624 13f79535-47bb-0310-9956-ffa450edef68
2011-12-13Update so that JavaImplementationProvider works with both OASIS and Tuscany ↵antelder1-1/+1
ComponentContext types git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213621 13f79535-47bb-0310-9956-ffa450edef68
2011-12-13Update to match the new Tuscany ServiceReference interfaceantelder1-4/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213620 13f79535-47bb-0310-9956-ffa450edef68
2011-12-13Update core to use the Tuscany versions of the OASIS interfaces ↵antelder2-6/+7
ComponentCOntext and ServiceReference git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213617 13f79535-47bb-0310-9956-ffa450edef68
2011-12-13Add Tuscany versions of OASIS ComponentContext and ServiceReferenceantelder3-2/+59
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213616 13f79535-47bb-0310-9956-ffa450edef68