summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-22TUSCANY-2978 - More tests to exercise the changes related to TUSCANY-3052 ↵slaws28-6/+1244
where the JEEImplemenation model becomes a composite. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777620 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-22TUSCANY-3056 - Adding missing Geronimo deployment descriptors and fixing ↵lresende1-0/+40
existent ones that were using inverse-classloading which was causing issues when deploying samples in geronimo environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777600 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-22Fix README to match 1.5 releasekelvingoodson1-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777442 13f79535-47bb-0310-9956-ffa450edef68
2009-05-22TUSCANY-3056 - Adding missing Geronimo deployment descriptors and fixing ↵lresende9-8/+196
existent ones that were using inverse-classloading which was causing issues when deploying samples in geronimo environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777397 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-21Fixing missing atom and json-rpc javascript extension dependencieslresende1-0/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777323 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-21Add host jms to manifest jarantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776972 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-21Add spring runtime to manifest jarantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776963 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20TUSCANY-3025 - Missed files from Store-android patch from Sanni Lookmanlresende1-0/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776867 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20TUSCANY-3025 - Missed files from Store-android patch from Sanni Lookmanlresende1-0/+148
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776866 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
2009-05-20Fixes for TUSCANY-3043ramkumar2-0/+41
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776679 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20Fixes for TUSCANY-3043ramkumar29-1/+987
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776677 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20Add jms host to bundle to fix running jms samplesantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776609 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20Reverting changes as this would make sample stop working due to TUSCANY-3042lresende1-16/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776603 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20Properly handle SMD requests in JSON-RPC wire format/operation selectorlresende7-15/+136
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776580 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20Updating java doc for HTTP JSON-RPC wireformat/operation selector extensionslresende15-17/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776579 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20Reporting fault message with exception in json representation, when jsonrpc ↵lresende3-17/+37
operation selector interceptor can't parse json request git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776577 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20Removing obsolete FIXME tags, as exceptions are handled ok on wireFormat ↵lresende1-14/+1
interceptor already git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776575 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20Apply patch for TUSCANY-3033 from Pradeep. Thanks.rfeng6-0/+648
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776547 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19Do BytesMessage.reset() on BytesMP, DefaultMP to be consistent across wire ↵scottkurz2-1/+3
formats. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776461 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19TUSCANY-2967 - to aid investigation of possible exception processing ↵slaws32-34/+651
refactoring enhance format tests to test checked and unchecked exceptions. Also add a wf.jmsText test. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776381 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18TUSCANY-3025 - Appying Sanni Lookman patch plus small fixes to make it run ↵lresende7-73/+143
successfully git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776095 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Correct typo in excludeantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775998 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18TUSCANY-3032 - fix binding.ejb schema so that ejb-link-name is a string not ↵slaws1-1/+1
an NCName git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775942 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18TUSCANY-3030 if the fault exception mapper is null try getting it from the ↵slaws1-1/+8
registry before returning the fault unmapped. This takes care of the case there the mapper is null just because the JavaRuntimeModuleActivator is started before the DatabindingModuleActivator git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775935 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Exclude dojo filesantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775917 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Mereg bouncy castle excludes from 1.5 to 1.xantelder1-0/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775899 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Add spring runtime moduleantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775893 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Remove provided csope from spring dependenciesantelder1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775891 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Update legal filesantelder2-17/+117
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775889 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Exclude bouncycastleantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775888 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Excelude multiple sca bindings from bundle buildantelder1-10/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775872 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Exclude cruft from bin distroantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775856 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Add missing license headerantelder5-72/+164
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775837 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Add missing license headerantelder1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775835 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Rename tests and add license headerantelder4-70/+106
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775831 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Add missing license headersantelder1-0/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775829 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Add missing license headersantelder10-1/+181
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775826 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Exclude work session.ser from buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775819 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15A tool to save to disc the WSDL for each service, with binding.ws, within ↵slaws24-83/+1230
all of the deployable composites in a specified contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775335 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15TUSCANY-3031 Ensure that JMS wire formats that don't required a data ↵slaws11-122/+360
transformation work when interface.wsdl is used. Use the component type interface rather than the service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775328 13f79535-47bb-0310-9956-ffa450edef68