summaryrefslogtreecommitdiffstats
path: root/branches (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-19Made the indentation and spacing consistent across the composite filemcombellack1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786651 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19Minor spelling correctionmcombellack1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786643 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19Merge r786410 from trunk to m3 for LICENSE file updatesantelder1-6/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786412 13f79535-47bb-0310-9956-ffa450edef68
2009-06-18Update doc filesantelder4-9/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786047 13f79535-47bb-0310-9956-ffa450edef68
2009-06-16Merge 785390 from trunk to m3 branch to include the webapp samples in the dsitroantelder1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785391 13f79535-47bb-0310-9956-ffa450edef68
2009-06-16Merge > typo fix in r785216 from 2.x to m3 branchantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785217 13f79535-47bb-0310-9956-ffa450edef68
2009-06-16Merge missing AL header fix in r785146 from 2.x trunk to m3antelder2-0/+38
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785147 13f79535-47bb-0310-9956-ffa450edef68
2009-06-16Merge 785126 from 2.x trunk to M3 to fix Commented import resolving code ↵antelder1-4/+6
from XSDModelResolver as its not applicable for in-line schemas git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785143 13f79535-47bb-0310-9956-ffa450edef68
2009-06-16Merge 785108 from 2.x to 2.0 m3 branch to remove the explicit jar version ↵antelder2-4/+35
dependency in the nodes itests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785109 13f79535-47bb-0310-9956-ffa450edef68
2009-06-16Take jsonp out of pom as the module ins't included in m3antelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785094 13f79535-47bb-0310-9956-ffa450edef68
2009-06-16Create 2.0 M3 release branchantelder2978-0/+264450
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785089 13f79535-47bb-0310-9956-ffa450edef68
2009-06-15Fixes for TUSCANY-3080ramkumar1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784700 13f79535-47bb-0310-9956-ffa450edef68
2009-06-13Format the coderfeng22-70/+69
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784450 13f79535-47bb-0310-9956-ffa450edef68
2009-06-13Refine echo binding to use EchoServer for the reference callsrfeng14-124/+128
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784448 13f79535-47bb-0310-9956-ffa450edef68
2009-06-12Fixing version id in pom.xmllresende1-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784161 13f79535-47bb-0310-9956-ffa450edef68
2009-06-09TUSCANY-3086 - Making DefaultContributionFactory implement contribution ↵lresende1-1/+1
factory interface to avoid issues with model extention point git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783058 13f79535-47bb-0310-9956-ffa450edef68
2009-06-09TUSCANY-3078 - Reverting changes per user request, as these changes were ↵lresende3-3/+3
causing validation issues git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783057 13f79535-47bb-0310-9956-ffa450edef68
2009-06-09Removing obsolete schemaslresende3-135/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783033 13f79535-47bb-0310-9956-ffa450edef68
2009-06-09TUSCANY-3078 - Fixing substitution group in http, atom and widget extensionslresende3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783032 13f79535-47bb-0310-9956-ffa450edef68
2009-06-06Adding generated android resource file, missing after refactoringlresende1-0/+60
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782319 13f79535-47bb-0310-9956-ffa450edef68
2009-06-06-applying patch tuscany_2552_phillipe_ramalho_06_04_2009.patch from TUSCANY-2552adrianocrestani30-0/+2292
-adding domain-search to modules/pom.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782215 13f79535-47bb-0310-9956-ffa450edef68
2009-06-04Fix for TUSCANY-3077. Allow the thread pool for conversation manager to be ↵rfeng3-27/+45
shutdown git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781872 13f79535-47bb-0310-9956-ffa450edef68
2009-06-04Fix for TUSCANY-3076. The DefaultWorkScheduler only has 10 threads in the ↵rfeng3-30/+25
pool and it causes deadlock. With this fix, it's default to a cached pool which expand/thrink on demand. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781871 13f79535-47bb-0310-9956-ffa450edef68
2009-06-02TUSCANY-3070 - Work round to treat the symptom of activators being ↵slaws1-0/+7
discovered twice on the classpath in my environment. I can't work out why this is the case but this allows me to move forward. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781195 13f79535-47bb-0310-9956-ffa450edef68
2009-06-02TUSCANY-3062 - another work round to get resolution doing something in the ↵slaws1-0/+3
domain manager. Still needs work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781193 13f79535-47bb-0310-9956-ffa450edef68
2009-06-02TUSCANY-3075 - don't write out the services and references generated to ↵slaws1-85/+89
handle callbacks. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781191 13f79535-47bb-0310-9956-ffa450edef68
2009-05-29TUSCANY-2967 back out the trial change to bytes format messages so that all ↵slaws3-4/+23
wire formats consistently return faults as JMS Object messages. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779892 13f79535-47bb-0310-9956-ffa450edef68
2009-05-29TUSCANY-3052 - add EJBModuleInfo to generate EJB implementation to sit ↵slaws4-6/+31
alongside the EJBInfo. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779891 13f79535-47bb-0310-9956-ffa450edef68
2009-05-29TUSCANY-3059: correct perationProperties JMSDeliveryMode set in headers ↵antelder1-1/+1
JMSDeliveryMode git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779876 13f79535-47bb-0310-9956-ffa450edef68
2009-05-29TUSCANY-3058: Correct use of JMSCorrelationID to use an uppercase trailing 'D'antelder1-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779875 13f79535-47bb-0310-9956-ffa450edef68
2009-05-29Fixing namespace for json-rpc operation selector and wire formatlresende2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779830 13f79535-47bb-0310-9956-ffa450edef68
2009-05-29Removing unused imports to avoid package does not exist errors for ↵lresende1-5/+2
org.apache.tuscany.sca.implementation.node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779822 13f79535-47bb-0310-9956-ffa450edef68
2009-05-29Fix for TUSCANY-3065. Thanks Greg.scottkurz1-10/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779808 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28Merge branch 'work'lresende3-37/+39
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779795 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28TUSCANY-3052 - Add module info object to the EJB implementation generated ↵slaws9-43/+249
model object. Add in the web implementation generated model object. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779701 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28TUSCANY-2978 - add some property testsslaws4-5/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779700 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28TUSCANY-3063 - Adding new tests to ensure JSON-RPC binding can handle ↵lresende7-1/+159
special characters when generating SMD git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779640 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28increase the timout a little as it occasionally fails on my PCslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779502 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28TUSCANY-2978 - tidy contribution jee sample names and add 08slaws20-28/+256
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779500 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28Correct versions in eclipse update siteantelder4-8/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779493 13f79535-47bb-0310-9956-ffa450edef68
2009-05-27Updating store-android project name to follow other tuscany samples patternlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779345 13f79535-47bb-0310-9956-ffa450edef68
2009-05-27Update doc file release infoantelder4-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779226 13f79535-47bb-0310-9956-ffa450edef68
2009-05-27TUSCANY-2978 - Add more JEE tests to help show that the nested composites ↵slaws21-32/+448
are resolved/built correctly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779162 13f79535-47bb-0310-9956-ffa450edef68
2009-05-27TUSCANY-3052 - Update JEE processing to resolve the JEEImplementation ↵slaws8-2/+245
composite. Set the "ejb" intent on both local and remote services. Add a definitions.xml to define the "ejb" intent. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779160 13f79535-47bb-0310-9956-ffa450edef68
2009-05-27Adding missing Apache License headers + minor formatting of fileslresende5-373/+364
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779014 13f79535-47bb-0310-9956-ffa450edef68
2009-05-26TUSCANY-3060 - Applying SANNI Lookman patch with updates to Android Store UIlresende12-189/+692
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778916 13f79535-47bb-0310-9956-ffa450edef68
2009-05-26Properly setting the localhost alias that points to the loopback address ↵lresende2-3/+5
from the host machine that is running the android emulator git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778897 13f79535-47bb-0310-9956-ffa450edef68
2009-05-26TUSCANY-3062 don't resolve composites in the deployable composite ↵slaws6-35/+207
collection. Remove unused contributions from domain. Upgrade the README to describe each store scenario and how to run it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778666 13f79535-47bb-0310-9956-ffa450edef68
2009-05-26helloworld (reference, service) samples for Erlang bindingwjaniszewski28-0/+1716
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778665 13f79535-47bb-0310-9956-ffa450edef68
2009-05-26Now service thread doesn't blocks halting JVM on stop procedurewjaniszewski1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778663 13f79535-47bb-0310-9956-ffa450edef68