summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-08Update to get the dojotoolkit zip from the Maven repository to try to fix ↵antelder2-30/+24
the 1.x Hudson build failure git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802314 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07TUSCANY-3198 - keep generated EJB component implementations distinct. They ↵slaws1-0/+7
were being resolved down to one because the hashcode was not based on any unique EJB information git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801951 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07Demarcate the logged argumentsslaws1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801950 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05TUSCANY-3195: fix code to not so aggresivly remove inherently-provided ↵antelder1-11/+1
intents as suggested by Greg Dritschler git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801231 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05Fixes for TUSCANY-2906 - resolve xsd:imports by namespaceramkumar1-1/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801108 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05Fixes for TUSCANY-2906 - resolve wsdl:import by namespaceramkumar1-29/+112
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801107 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30Remove redundant contentslaws1-18/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799214 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30Add missing dependency slaws1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799213 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30TUSCANY-3178 read the validation schema extension point from the extension ↵slaws1-1/+1
point registry rather than creating a local copy. Same change as before but in node to be consistent with host embedded git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799210 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30TUSCANY-3177 create the extension point registry earlier so that any ↵slaws1-2/+1
programmatic changes to it are reflected in the runtime configuration. Same change as before but in node to make consistent with host-embedded git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799209 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29Fix type in commentslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798884 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29TUSCANY-3174 - move the workspace manager classes into a separate module as ↵slaws10-202/+454
the existing modules are to do with the workspace model rather than how it's managed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798810 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27Removing debug code that was printing user credentialslresende1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798319 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27Properly registering authenticated caler with geronimo context manager to ↵lresende1-8/+15
find what are the current user roles git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798311 13f79535-47bb-0310-9956-ffa450edef68
2009-07-26Remove test scope from host-embedded dependency to fix build failurenash1-5/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797879 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24TUSCANY-3174 - add a simple WorkspaceManager to allow contributions to be ↵slaws12-25/+446
processed in the context of the workspace. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797576 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24TUSCANY-3178 read the validation schema extension point from the extension ↵slaws1-1/+1
point registry rather than creating a local copy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797573 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24TUSCANY-3177 create the extension point registry earlier so that any ↵slaws1-2/+4
programmatic changes to it are reflected in the runtime configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797572 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24Adding support for explicitly configuring policySetslresende2-73/+176
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797356 13f79535-47bb-0310-9956-ffa450edef68
2009-07-23TUSCANY-3173 remove the contents of thread local storage when the webapp ↵slaws2-1/+11
shuts down. If you don't remove it the thread local storage will hold an object which, via its class, points to the WebAppClassloader. With a container with pooled threads this pins the classloader so it can't be GCd git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797219 13f79535-47bb-0310-9956-ffa450edef68
2009-07-23TUSCANY-3173 - make getServletMapping handle the input mapping in the same ↵slaws1-0/+5
ways as addServletMapping(). Allows servlets to to be found and removed successfully. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797040 13f79535-47bb-0310-9956-ffa450edef68
2009-07-23Add missing dependency on commons-logging related to perm gen issues when ↵slaws1-0/+16
running in tomcat git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797036 13f79535-47bb-0310-9956-ffa450edef68
2009-07-20Merge the fix for TUSCANY-3167, TUSCANY-3162 from 2.xrfeng2-3/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795966 13f79535-47bb-0310-9956-ffa450edef68
2009-07-20TUSCANY-3163 - Fixing non-ascii characters that were producing build failure ↵lresende29-29/+29
when using IBM JDK 1.6 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795667 13f79535-47bb-0310-9956-ffa450edef68
2009-07-18TUSCANY-3140 - Test for difference between loadtime and runtime classloaders ↵slaws1-0/+37
and, in the case where they are different, fix up the wire source interface based on the interface provided to the getService() call. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795368 13f79535-47bb-0310-9956-ffa450edef68
2009-07-18TUSCANY-3149 - Generally be more careful about removing object references in ↵slaws8-9/+210
host-webapp. Specifically there is a problem with the axis ws binding (JIRA 3732 in the Axis project) where a shutdown hook is registered but not removed. This is fixed in Axis2 1.5 but as we are still in 1.4.1 I've worked round it here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795364 13f79535-47bb-0310-9956-ffa450edef68
2009-07-17Fix for TUSCANY-3153rfeng1-320/+325
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794962 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15Fixes for handling folderNoManifest scenario of spring location attributeramkumar1-4/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794207 13f79535-47bb-0310-9956-ffa450edef68
2009-07-13Merge the fix for TUSCANY-3141 and xs:import fix from 2.xrfeng2-6/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793628 13f79535-47bb-0310-9956-ffa450edef68
2009-07-05applying patch tuscany_2552_phillipe_ramalho_07_04_2009.patch.txt from ↵adrianocrestani64-248/+2802
TUSCANY-2552 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791203 13f79535-47bb-0310-9956-ffa450edef68
2009-07-04TUSCANY-2984 - Adding prioritization while starting module activators to ↵lresende4-3/+40
allow module activators dependencies to start first git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791146 13f79535-47bb-0310-9956-ffa450edef68
2009-07-04TUSCANY-3128 - force the bean factory classloader to be the contribution ↵slaws1-1/+30
classloader as it's reset by the application context on refresh. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791072 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03Don't use url for systemId as it fails when url is for a nested ear resource ↵antelder2-2/+2
as the archive: protocol isn't known to woodstock url handler. As far as i can see we don't need the systemId for anything and the build is working fine without it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790985 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03TUSCANY-3127 - A work around to prevent failure when both JMS and JSONRPC ↵slaws1-0/+7
bindings are present on the same service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790917 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03TUSCANY-3116: add runtime support for using the operationProperties ↵antelder3-28/+93
attribute on a JMS binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790871 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03Updated fixes for TUSCANY-3069ramkumar1-22/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790853 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02Updated fixes for TUSCANY-3069ramkumar1-6/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790682 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02TUSCANY-3116: add support for the operationPropertyName attribute to the JMS ↵antelder4-6/+72
binding model git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790648 13f79535-47bb-0310-9956-ffa450edef68
2009-07-01TUSCANY-3098 - add use="required" to property name. It seems that the schema ↵slaws1-1/+1
has been written assuming that this is the default but need to state it explicitly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790176 13f79535-47bb-0310-9956-ffa450edef68
2009-07-01TUSCANY-2878 - Moving to Dojo dependencies to Dojo 1.3.0 official releaselresende2-2/+35
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790031 13f79535-47bb-0310-9956-ffa450edef68
2009-06-30TUSCANY-3125 - enable policy processing in binding.http. Needs reviewing. slaws1-4/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789877 13f79535-47bb-0310-9956-ffa450edef68
2009-06-30Removing unused dependency to avoid build break from a clean repolresende1-16/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789858 13f79535-47bb-0310-9956-ffa450edef68
2009-06-30Fixes in 1.x for TUSCANY-3069ramkumar7-173/+287
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789681 13f79535-47bb-0310-9956-ffa450edef68
2009-06-29Merge the change from r783575 in 2.x to fix TUSCANY-3095rfeng1-30/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789385 13f79535-47bb-0310-9956-ffa450edef68
2009-06-29TUSCANY-3068 - Improve validation in JMS processors. Thanks for the patch ↵slaws4-4/+33
Kaushik git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789343 13f79535-47bb-0310-9956-ffa450edef68
2009-06-29Fixes for TUSCANY-3104ramkumar2-47/+38
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789263 13f79535-47bb-0310-9956-ffa450edef68
2009-06-29Modified fixes for TUSCANY-3096ramkumar8-33/+56
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789238 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26TUSCANY-3124 Check for wireFormat/operationSelector before other operationsbdaniel1-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788863 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26TUSCANY-3121 binding.atom should leverage introspection when setting up call ↵bdaniel2-12/+9
to mediator git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788848 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26TUSCANY-3099 log an error if an invalid header priority is enteredslaws2-11/+51
TUSCANY-3098 don't throw an NPE is a property doesn't have a name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788735 13f79535-47bb-0310-9956-ffa450edef68