summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-22Apply the patch from Pradeep for TUSCANY-3115rfeng4-0/+733
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787414 13f79535-47bb-0310-9956-ffa450edef68
2009-06-21Added missing runtime dependency on tuscany-host-webapp to get the SCA ↵mcombellack1-0/+7
taglib (sca.tld) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787096 13f79535-47bb-0310-9956-ffa450edef68
2009-06-21TUSCANY-3114 - Added a basic get test for the RSS feedmcombellack3-2/+69
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786990 13f79535-47bb-0310-9956-ffa450edef68
2009-06-21TUSCANY-3113 - Added get() method to the rss.Collections interface as this ↵mcombellack2-0/+21
is the method that the RSSBindingListenerServlet class is looking for to see if the Java component implementation class supports RSS feeds. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786986 13f79535-47bb-0310-9956-ffa450edef68
2009-06-21Binding RSS tests should not depend on classes from the Atom APImcombellack1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786964 13f79535-47bb-0310-9956-ffa450edef68
2009-06-21TUSCANY-3112 - Make sure that the feed entry has the links set on it ↵mcombellack1-0/+1
otherwise the title of the item in the RSS feed will not be converted to a URL git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786961 13f79535-47bb-0310-9956-ffa450edef68
2009-06-21TUSCANY-3111 - It looks like an RSS feed needs a feed description otherwise ↵mcombellack1-0/+1
it throws a FeedException. Added a description to avoid this problem git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786958 13f79535-47bb-0310-9956-ffa450edef68
2009-06-21TUSCANY-3111 - Fixed NPE when using the RSS binding on a Java component ↵mcombellack1-10/+11
implementation that does not implement the org.apache.tuscany.sca.binding.rss.collection.Collections interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786955 13f79535-47bb-0310-9956-ffa450edef68
2009-06-20TUSCANY-3310 - Updated the atom binding so that the description can be set ↵mcombellack6-6/+57
using the description attribute. This is similar to the way that we set the title of the feed using the title attribute git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786928 13f79535-47bb-0310-9956-ffa450edef68
2009-06-20Added a unit test for checking that the title can be set for an Atom feed ↵mcombellack2-10/+39
using the title attribute of binding.atom git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786924 13f79535-47bb-0310-9956-ffa450edef68
2009-06-20TUSCANY-3109 Added null check for getOperation to handle case where the feed ↵mcombellack1-9/+10
Java component implementation does not have a get() method but does define a getAll() method. This fixes TUSCANY-3109 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786917 13f79535-47bb-0310-9956-ffa450edef68
2009-06-20TUSCANY-3109 - Added unit test for using Atom binding on a Java component ↵mcombellack3-0/+242
implementation class that does not have a get() method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786914 13f79535-47bb-0310-9956-ffa450edef68
2009-06-20Issue: NullPointerException will be thrown in the destory methods if the ↵mcombellack8-30/+51
domains fail to initialise because the destroy method attempts to close the domain but the domain is null. Fix: Added check for null before attempting to close the domain git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786907 13f79535-47bb-0310-9956-ffa450edef68
2009-06-20Removed stray commented out @Ignore(TUSCANY-2939) on a test as TUSCANY-2939 ↵mcombellack1-1/+0
is fixed and the test runs without issue git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786906 13f79535-47bb-0310-9956-ffa450edef68
2009-06-20Removed unused importmcombellack1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786904 13f79535-47bb-0310-9956-ffa450edef68
2009-06-20Removed unused importmcombellack1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786824 13f79535-47bb-0310-9956-ffa450edef68
2009-06-20Originally, this file contained a mix of using spaces and tabs to do the ↵mcombellack1-30/+31
indentation. This resulted in the indentation not being right in various places. To improve readability, I have replaced all tabs with spaces (to make it consistent across the file) and sorted out the indentation problems git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786799 13f79535-47bb-0310-9956-ffa450edef68
2009-06-20Re-enabled test that had been marked as @Ignore since TUSCANY-2937 is now ↵mcombellack1-2/+1
fixed and the test runs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786797 13f79535-47bb-0310-9956-ffa450edef68
2009-06-20Minor editorial corrections to fix spelling and indentationmcombellack1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786795 13f79535-47bb-0310-9956-ffa450edef68
2009-06-20Fixed minor spelling mistakemcombellack1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786794 13f79535-47bb-0310-9956-ffa450edef68
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-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