summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
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-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-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-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 ↵slaws1-2/+10
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-3063 - Adding new tests to ensure JSON-RPC binding can handle ↵lresende3-0/+80
special characters when generating SMD git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779640 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-26TUSCANY-3062 don't resolve composites in the deployable composite ↵slaws2-4/+7
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-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
2009-05-22TUSCANY-3057: fix to use single JMS resource factory for request and responseantelder4-12/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777627 13f79535-47bb-0310-9956-ffa450edef68
2009-05-22TUSCANY-3052 - Correct the way that JEEImplementations are represented so ↵slaws10-72/+324
that they appear as composites. In that way an application composite, when present, can naturally be included in the component hierarchy. When an application composite isn't present then the composite is created on the fly based on the information from the introspected archive. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777618 13f79535-47bb-0310-9956-ffa450edef68
2009-05-22Merging changes from 1.5 release branch to avoid NPE when running some sampleslresende4-27/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777599 13f79535-47bb-0310-9956-ffa450edef68
2009-05-22Merge policy NPE fixes from 1.5 branchantelder2-15/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777443 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21Enhancment to allow verification of user credentials and roles in a Geronimo ↵lresende4-18/+164
Java EE environment. Some code are commented out as I still need to find a more generic (not so geronimo specific way) to perform some of these actions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777325 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21Adding authorization intent to use for restricting an operation to be run ↵lresende1-0/+10
only when user has a specific role git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777324 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21TUSCANY-3041- policySets & intents not resolved on implementation.jee, ↵antelder5-5/+22
applied patch from vamsi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777142 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21Fixes for TUSCANY-3053ramkumar1-5/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777017 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21Remove catch left in on previous commit for locating resources in jarsantelder1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776969 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21Fix implementation.spring to correctly locate spring resources nested within ↵antelder1-1/+1
jars git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776966 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20Add cached impl for TUSCANY-3054.scottkurz1-0/+129
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776802 13f79535-47bb-0310-9956-ffa450edef68