summaryrefslogtreecommitdiffstats
path: root/branches (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-17Updating testcase to JUnit 4lresende1-6/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735196 13f79535-47bb-0310-9956-ffa450edef68
2009-01-17 Renaming test cases to follow same naming patternlresende2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735195 13f79535-47bb-0310-9956-ffa450edef68
2009-01-16Fixes for TUSCANY-2772ramkumar1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734958 13f79535-47bb-0310-9956-ffa450edef68
2009-01-15Exclude xsd module from baseantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734673 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14TUSCANY-2463 - Properly register default attribute processor to handle ↵lresende2-4/+23
extended attributes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734525 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14Reverting changes from revision #734356 and there was some merge conflicts ↵lresende11-169/+135
that were not supposed to get to svn. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734475 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14Remove unneeded deploy.xml and .componentType filesantelder1-30/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734438 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14Remove unneeded deploy.xml and .componentType filesantelder2-61/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734436 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14Remove unneeded deploy.xml and .componentType filesantelder2-61/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734434 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14Remove unneeded deploy.xml and .componentType filesantelder6-193/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734430 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14Remove unneeded deploy.xml and .componentType filesantelder12-360/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734427 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14Merge branch 'tuscany-2663'lresende11-135/+169
Conflicts: modules/assembly-xml/src/test/java/org/apache/tuscany/sca/assembly/xml/ReadWriteAnyElementTestCase.java git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734356 13f79535-47bb-0310-9956-ffa450edef68
2009-01-13Add dependency on jaxws (as the code now uses the Holder class) so it ↵antelder1-0/+13
compiles on pre-JDK6 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734102 13f79535-47bb-0310-9956-ffa450edef68
2009-01-13Fix for TUSCANT-2763 & TUSCANY-2764rfeng30-98/+257
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734063 13f79535-47bb-0310-9956-ffa450edef68
2009-01-13Upgrade to cglib 2.2 to be compatible with asm 3.1rfeng6-10/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734060 13f79535-47bb-0310-9956-ffa450edef68
2009-01-13Fix the StAX namespace contextrfeng4-580/+159
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734056 13f79535-47bb-0310-9956-ffa450edef68
2009-01-13Setting maven artifact version to 1.4.1-SNAPSHOTlresende454-2368/+2368
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734007 13f79535-47bb-0310-9956-ffa450edef68
2009-01-12TSUCANY-2205 Update README for simple-bigbank.beckerdo1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@733832 13f79535-47bb-0310-9956-ffa450edef68
2009-01-11TUSCANY-2332 Web services Holder supportbeckerdo5-15/+279
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@733526 13f79535-47bb-0310-9956-ffa450edef68
2009-01-09Remove SubscriptionHeaders as it from OASISantelder1-4/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@733012 13f79535-47bb-0310-9956-ffa450edef68
2009-01-08Converting to JUnit 4 test style to use Ignore on failing testlresende1-11/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732754 13f79535-47bb-0310-9956-ffa450edef68
2009-01-08Cleaning up extended element test case, adding more test scenarios and ↵lresende1-21/+45
enabling commented asserts to validate correctnes of test git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732753 13f79535-47bb-0310-9956-ffa450edef68
2009-01-08Removing invalid test compositelresende1-42/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732752 13f79535-47bb-0310-9956-ffa450edef68
2009-01-08Update for TUSCANY-1893 (Axis2 Binding Provider timeout)beckerdo1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732722 13f79535-47bb-0310-9956-ffa450edef68
2009-01-08Merge store tutorial README fix from 1.4 to 1.xantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732690 13f79535-47bb-0310-9956-ffa450edef68
2009-01-08Update the store tutorial readme for how to build the catalog webappantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732688 13f79535-47bb-0310-9956-ffa450edef68
2009-01-08TUSCANY-2593, fix for handling exceptions merged from 1.x branch fixes in ↵antelder11-25/+207
r732680, 732679, 732664, 732663, 732416, and 732415. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732687 13f79535-47bb-0310-9956-ffa450edef68
2009-01-08Handle both InvocationTargetException and FaultExceptionantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732680 13f79535-47bb-0310-9956-ffa450edef68
2009-01-08Ignore the InvocationTargetException as the Tuscany Message body has already ↵antelder1-1/+1
be set with the fault git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732679 13f79535-47bb-0310-9956-ffa450edef68
2009-01-08More complete fix for TUSCANY-2593antelder1-22/+43
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732664 13f79535-47bb-0310-9956-ffa450edef68
2009-01-08Add more exception testing for TUSCANY-2593antelder7-2/+149
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732663 13f79535-47bb-0310-9956-ffa450edef68
2009-01-07Commit temporary work arounds for TUSCANY-2593antelder1-2/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732416 13f79535-47bb-0310-9956-ffa450edef68
2009-01-07Commit temporary work arounds for TUSCANY-2593antelder2-2/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732415 13f79535-47bb-0310-9956-ffa450edef68
2009-01-05Revert pom.xml change inadvertently included in r731561antelder1-4/+35
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@731563 13f79535-47bb-0310-9956-ffa450edef68
2009-01-05Remove unused classantelder2-149/+72
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@731561 13f79535-47bb-0310-9956-ffa450edef68
2009-01-05Add a compact distro module for bpelantelder1-0/+554
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@731559 13f79535-47bb-0310-9956-ffa450edef68
2009-01-05Copy fix for zip contributions from 1.x to 1.3.3antelder6-0/+86
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@731540 13f79535-47bb-0310-9956-ffa450edef68
2009-01-05update svn eol propertiesslaws2-69/+69
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@731536 13f79535-47bb-0310-9956-ffa450edef68
2008-12-31Add standalone module to compact distributionantelder2-0/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730401 13f79535-47bb-0310-9956-ffa450edef68
2008-12-31Add a compact module for the standalone runtimeantelder1-0/+299
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730400 13f79535-47bb-0310-9956-ffa450edef68
2008-12-31Add mising xsd jarsantelder1-0/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730398 13f79535-47bb-0310-9956-ffa450edef68
2008-12-31Eclude a couple of unneeded dependenciesantelder1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730392 13f79535-47bb-0310-9956-ffa450edef68
2008-12-31Add some more samples to the compact distroantelder1-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730375 13f79535-47bb-0310-9956-ffa450edef68
2008-12-30Add implementation-script to compact-base jar as JDK6 includes JSR223 APIs ↵antelder2-2/+44
and a javascript engine git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730165 13f79535-47bb-0310-9956-ffa450edef68
2008-12-30Add sample using javascript and compact base jarantelder7-0/+301
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730164 13f79535-47bb-0310-9956-ffa450edef68
2008-12-30Add spring to the compact distroantelder2-0/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730152 13f79535-47bb-0310-9956-ffa450edef68
2008-12-30Add a compact-spring moduleantelder1-0/+293
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730149 13f79535-47bb-0310-9956-ffa450edef68
2008-12-30Add a basic helloworld spring sample using compact springantelder8-0/+358
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730148 13f79535-47bb-0310-9956-ffa450edef68
2008-12-30Start of the distribution using the comapct jarsantelder12-0/+4074
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730094 13f79535-47bb-0310-9956-ffa450edef68
2008-12-30Set svn ignoresantelder1-20/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730074 13f79535-47bb-0310-9956-ffa450edef68