summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-07-28Format the code based on the Tuscany eclipse formatterrfeng30-742/+808
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980211 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Changes to ensure correct introspection of implicit reference setter methods ↵edwardsmj1-8/+47
and public fields, as defined in section 8.1 of the OASIS Java POJO specification, detailed in TUSCANY-3636 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980115 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28port fix for ASM10003_TestCasekelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980059 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Take out policy while i fix the backlevel test classes used by the assemblt ↵antelder1-1/+1
tests which policy shares git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980056 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Update policy compliance tests in trunk to match the latest oasis codeantelder3-66/+56
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980019 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28TUSCANY-3635 - added a new test to help with the investigation of the issue ↵slaws5-2/+87
Fabiano reported to the ML. See JIRA for link. The test is @Ignored at the moment as the 2.x binding.jsonp exhibits issues also. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980015 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Catching up with ML conversation re. dynamic interfaces so thought I'd add a ↵slaws26-0/+833
script sample so I can play with what we do to date. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979980 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27Correct the policy subject that is checked during "appliesTo" processing. ↵slaws1-2/+2
Fix for ASM_10002 regression. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979685 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27Correct commentslaws1-4/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979683 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27improve pd info for interface contract mapping and fix up failing ASM tests ↵kelvingoodson3-1/+30
due to previous error message output changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979633 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27Some defensive code to avert an NPE that's now causing ASM_8005, ASM_8017, ↵slaws2-7/+33
ASM_8018 to fail. It's not clear why this code is being hit now when it wasn't previously. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979597 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26Fix bug in removeConstrainedIntentsbdaniel1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979479 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26Add more intent validation and fix up inner composite policy set processingbdaniel4-41/+70
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979307 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26Write out policy information on implementation.composite elementbdaniel1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979299 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26Include the data-api moduleantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979244 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26Exclude a few more failing assembly otestsantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979207 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26Completing fix for TUSCANY-3628 - replacing code in BaseAssemblyProcessor ↵edwardsmj3-71/+92
for writing out a property with better code contained in CompositeProcessor & ComponentTypeProcessor, using StAXHelper git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979205 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26TUSCANY-3632: take out failing itestantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979195 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26TUSCANY-3631: take out failing itestantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979194 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26re-enable policies itestbdaniel1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979168 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26Update policies itest with valid appliesTo elementsbdaniel1-7/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979167 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26Ensure constrained intents are removed from Composite objectsbdaniel2-3/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979166 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26Provide valid appliesTo xpath expressions for provided transaction policy setsbdaniel1-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979159 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26Add transaction intent validationbdaniel1-8/+89
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979158 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26Fix up appliesTo processing. Need to save each separate composite document ↵bdaniel1-33/+37
as a dom and check endpoints git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979157 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26Check constrained types for the qualifiable parent of a qualified intentbdaniel1-3/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979155 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26Add transaction validation error messagesbdaniel1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979154 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26TUSCANY-3630 Add xpath processing of externalAttachment elements in builderbdaniel1-60/+83
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979153 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26Use default namespace for intents specified in XPath if no prefix specifiedbdaniel1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979152 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26TUSCANY-3630 Add externalAttachment processorbdaniel1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979151 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26Check constrained types for the qualifiable parent of a qualified intentbdaniel1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979150 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26TUSCANY-3630 Add externalAttachment modelbdaniel8-0/+206
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979149 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26TUSCANY-3630 Add externalAttachment processorbdaniel1-8/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979148 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26TUSCANY-3630 Add externalAttachment processorbdaniel4-2/+324
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979147 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26TUSCANY-3630 Add externalAttachment schema definition from OASIS specbdaniel2-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979146 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25Add missing license headersantelder4-0/+76
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979122 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25Exclude some failing testsantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979010 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25Exclude some failing testsantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979009 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25Exclude some failing testsantelder1-0/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979007 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25Exclude some failing testsantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979006 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25Add ignore to policies itest as its failing presentlyantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979005 13f79535-47bb-0310-9956-ffa450edef68
2010-07-24Print stack traces to the configured output stream.jsdelfino1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@978946 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23Include shellantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@967101 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23Include shell, jline and sourcesantelder2-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@967100 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23Change all the samples to use samples\pom.xml as the parent instead of the ↵antelder34-60/+60
sca parent so that they pick up the sample s=config (which is mainly the deploy plugin config which has skip=true so they don;t get deployed to the maven repo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@967047 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23Remove the profile section as we don't use it and add a deploy plugin config ↵antelder1-8/+13
with skip so that the samples don't get deployed to maven git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@967037 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23Remove <inherited> config from deploy plugin as its not required, and we ↵antelder1-1/+0
want to change it for the different parts of the build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@967035 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23Remove constrained intents from endpoint references at runtime binding timebdaniel1-3/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966983 13f79535-47bb-0310-9956-ffa450edef68
2010-07-22Fixing POM and MANIFEST to account for dependency on StAXHelper class from ↵edwardsmj2-1/+8
common-xml module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966714 13f79535-47bb-0310-9956-ffa450edef68
2010-07-22Add transaction intent constantsbdaniel1-1/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966708 13f79535-47bb-0310-9956-ffa450edef68