summaryrefslogtreecommitdiffstats
path: root/branches (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added missing runtime dependency on tuscany-host-webapp to get the SCA ↵mcombellack2009-06-211-0/+7
| | | | | | taglib (sca.tld) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787096 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3114 - Added a basic get test for the RSS feedmcombellack2009-06-213-2/+69
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786990 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3113 - Added get() method to the rss.Collections interface as this ↵mcombellack2009-06-212-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
* Binding RSS tests should not depend on classes from the Atom APImcombellack2009-06-211-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786964 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3112 - Make sure that the feed entry has the links set on it ↵mcombellack2009-06-211-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
* TUSCANY-3111 - It looks like an RSS feed needs a feed description otherwise ↵mcombellack2009-06-211-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
* TUSCANY-3111 - Fixed NPE when using the RSS binding on a Java component ↵mcombellack2009-06-211-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
* TUSCANY-3310 - Updated the atom binding so that the description can be set ↵mcombellack2009-06-206-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
* Added a unit test for checking that the title can be set for an Atom feed ↵mcombellack2009-06-202-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
* TUSCANY-3109 Added null check for getOperation to handle case where the feed ↵mcombellack2009-06-201-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
* TUSCANY-3109 - Added unit test for using Atom binding on a Java component ↵mcombellack2009-06-203-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
* Issue: NullPointerException will be thrown in the destory methods if the ↵mcombellack2009-06-208-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
* Removed stray commented out @Ignore(TUSCANY-2939) on a test as TUSCANY-2939 ↵mcombellack2009-06-201-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
* Removed unused importmcombellack2009-06-201-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786904 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused importmcombellack2009-06-201-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786824 13f79535-47bb-0310-9956-ffa450edef68
* Originally, this file contained a mix of using spaces and tabs to do the ↵mcombellack2009-06-201-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
* Re-enabled test that had been marked as @Ignore since TUSCANY-2937 is now ↵mcombellack2009-06-201-2/+1
| | | | | | fixed and the test runs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786797 13f79535-47bb-0310-9956-ffa450edef68
* Minor editorial corrections to fix spelling and indentationmcombellack2009-06-201-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786795 13f79535-47bb-0310-9956-ffa450edef68
* Fixed minor spelling mistakemcombellack2009-06-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786794 13f79535-47bb-0310-9956-ffa450edef68
* Made the indentation and spacing consistent across the composite filemcombellack2009-06-191-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786651 13f79535-47bb-0310-9956-ffa450edef68
* Minor spelling correctionmcombellack2009-06-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786643 13f79535-47bb-0310-9956-ffa450edef68
* Merge r786410 from trunk to m3 for LICENSE file updatesantelder2009-06-191-6/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786412 13f79535-47bb-0310-9956-ffa450edef68
* Update doc filesantelder2009-06-184-9/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786047 13f79535-47bb-0310-9956-ffa450edef68
* Merge 785390 from trunk to m3 branch to include the webapp samples in the dsitroantelder2009-06-161-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785391 13f79535-47bb-0310-9956-ffa450edef68
* Merge > typo fix in r785216 from 2.x to m3 branchantelder2009-06-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785217 13f79535-47bb-0310-9956-ffa450edef68
* Merge missing AL header fix in r785146 from 2.x trunk to m3antelder2009-06-162-0/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785147 13f79535-47bb-0310-9956-ffa450edef68
* Merge 785126 from 2.x trunk to M3 to fix Commented import resolving code ↵antelder2009-06-161-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
* Merge 785108 from 2.x to 2.0 m3 branch to remove the explicit jar version ↵antelder2009-06-162-4/+35
| | | | | | dependency in the nodes itests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785109 13f79535-47bb-0310-9956-ffa450edef68
* Take jsonp out of pom as the module ins't included in m3antelder2009-06-161-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785094 13f79535-47bb-0310-9956-ffa450edef68
* Create 2.0 M3 release branchantelder2009-06-162978-0/+264450
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785089 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3080ramkumar2009-06-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784700 13f79535-47bb-0310-9956-ffa450edef68
* Format the coderfeng2009-06-1322-70/+69
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784450 13f79535-47bb-0310-9956-ffa450edef68
* Refine echo binding to use EchoServer for the reference callsrfeng2009-06-1314-124/+128
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784448 13f79535-47bb-0310-9956-ffa450edef68
* Fixing version id in pom.xmllresende2009-06-121-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784161 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3086 - Making DefaultContributionFactory implement contribution ↵lresende2009-06-091-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
* TUSCANY-3078 - Reverting changes per user request, as these changes were ↵lresende2009-06-093-3/+3
| | | | | | causing validation issues git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783057 13f79535-47bb-0310-9956-ffa450edef68
* Removing obsolete schemaslresende2009-06-093-135/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783033 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3078 - Fixing substitution group in http, atom and widget extensionslresende2009-06-093-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783032 13f79535-47bb-0310-9956-ffa450edef68
* Adding generated android resource file, missing after refactoringlresende2009-06-061-0/+60
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782319 13f79535-47bb-0310-9956-ffa450edef68
* -applying patch tuscany_2552_phillipe_ramalho_06_04_2009.patch from TUSCANY-2552adrianocrestani2009-06-0630-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
* Fix for TUSCANY-3077. Allow the thread pool for conversation manager to be ↵rfeng2009-06-043-27/+45
| | | | | | shutdown git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781872 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3076. The DefaultWorkScheduler only has 10 threads in the ↵rfeng2009-06-043-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
* TUSCANY-3070 - Work round to treat the symptom of activators being ↵slaws2009-06-021-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
* TUSCANY-3062 - another work round to get resolution doing something in the ↵slaws2009-06-021-0/+3
| | | | | | domain manager. Still needs work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781193 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3075 - don't write out the services and references generated to ↵slaws2009-06-021-85/+89
| | | | | | handle callbacks. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781191 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2967 back out the trial change to bytes format messages so that all ↵slaws2009-05-293-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
* TUSCANY-3052 - add EJBModuleInfo to generate EJB implementation to sit ↵slaws2009-05-294-6/+31
| | | | | | alongside the EJBInfo. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779891 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3059: correct perationProperties JMSDeliveryMode set in headers ↵antelder2009-05-291-1/+1
| | | | | | JMSDeliveryMode git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779876 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3058: Correct use of JMSCorrelationID to use an uppercase trailing 'D'antelder2009-05-291-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779875 13f79535-47bb-0310-9956-ffa450edef68
* Fixing namespace for json-rpc operation selector and wire formatlresende2009-05-292-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779830 13f79535-47bb-0310-9956-ffa450edef68