summaryrefslogtreecommitdiffstats
path: root/branches (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-26Fix TUSCANY-3172 (domain manager doesn't report errors cleanly to the nodes)nash26-22/+1538
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797997 13f79535-47bb-0310-9956-ffa450edef68
2009-07-26Remove debug outputnash1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797991 13f79535-47bb-0310-9956-ffa450edef68
2009-07-26Fix TUSCANY-3171 (domain manager does not load definitions.xml files)nash23-13/+1570
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797987 13f79535-47bb-0310-9956-ffa450edef68
2009-07-26Remove unnecessary dependencynash1-8/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797984 13f79535-47bb-0310-9956-ffa450edef68
2009-07-26Temporary workaround for TUSCANY-3165nash1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797890 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-25Fix TUSCANY-3169 (invalid characters in generated reference binding names) ↵nash30-2/+1215
and add itest/domainmgr to verify the fix git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797788 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24TUSCANY-3174 - add an itest to update the extension point registry ↵slaws26-0/+1660
programmatically with some dummy XYZ extensions and process a contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797577 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-3153 from 16.-SNAPSHOTrfeng1-320/+325
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795993 13f79535-47bb-0310-9956-ffa450edef68
2009-07-20Merge the fix for TUSCANY-3167, TUSCANY-3162 from 1.6-SNAPSHOTrfeng2-3/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795991 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-20Disable itest/contribution-jee as workaround for TUSCANY-3165nash1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795684 13f79535-47bb-0310-9956-ffa450edef68
2009-07-20Add commons-logging dependency to host-webapp pom.xml (needed because of ↵nash1-0/+16
commit r795323) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795679 13f79535-47bb-0310-9956-ffa450edef68
2009-07-20Workaround for TUSCANY-3164 (build failure in binding-gdata-runtime)nash1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795670 13f79535-47bb-0310-9956-ffa450edef68
2009-07-20TUSCANY-3163 - Fixing non-ascii characters that were producing build failure ↵lresende81-81/+81
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-20TUSCANY-3163 - Fixing non-ascii characters that were producing build failure ↵lresende81-81/+81
when using IBM JDK 1.6 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795663 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-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@795365 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-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@795323 13f79535-47bb-0310-9956-ffa450edef68
2009-07-17Merge LICENSE updates from 2.x trunk to M3 branchantelder1-560/+57
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794999 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-16Fixes for TUSCANY-3156ramkumar6-0/+206
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794598 13f79535-47bb-0310-9956-ffa450edef68
2009-07-16Fixes for TUSCANY-3155ramkumar1-4/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794589 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15TUSCANY-3148 remove version dependency from zip based JEE itestsslaws5-5/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794326 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15TUSCANY-3148 remove version dependency from zip based JEE itestsslaws5-5/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794306 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-15TUSCANY-3135 - Removing iTest that was out of the build and had obsolete ↵lresende43-2175/+0
1.6-SNAPSHOT dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794127 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15TUSCANY-3134 - Temporarly removing webapp-helloworld-bpel itest from buildlresende1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794126 13f79535-47bb-0310-9956-ffa450edef68
2009-07-14Merge fix for TUSCANY-3141 from 1.6-SNAPSHOTrfeng2-6/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793989 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-13Add DOM/AXIOM databindingsrfeng4-0/+157
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793463 13f79535-47bb-0310-9956-ffa450edef68
2009-07-13Support namespace to java package mappingsrfeng2-45/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793459 13f79535-47bb-0310-9956-ffa450edef68
2009-07-12Use GenModel to find the class name for static SDOsrfeng1-14/+50
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793385 13f79535-47bb-0310-9956-ffa450edef68
2009-07-12Start to add static SDO supportrfeng4-35/+163
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793381 13f79535-47bb-0310-9956-ffa450edef68
2009-07-12Update dependenciesrfeng1-64/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793366 13f79535-47bb-0310-9956-ffa450edef68
2009-07-12Merge r790470 from 2.x trunk to M3 branch to fix the algorithm to create ↵antelder2-9/+25
File from URL git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793292 13f79535-47bb-0310-9956-ffa450edef68
2009-07-10Use SDO TypeHelper/XSDHelper to help the java namerfeng3-352/+101
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792773 13f79535-47bb-0310-9956-ffa450edef68
2009-07-10Bring up the wsdl2java for SDOrfeng4-4/+246
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792759 13f79535-47bb-0310-9956-ffa450edef68
2009-07-08TUSCANY-3134 - Fixing obsolete Tuscany namespace, trying to resolve BPEL ↵lresende2-2/+2
iTest failures git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792318 13f79535-47bb-0310-9956-ffa450edef68
2009-07-08TUSCANY-3135 - Removing module that was not part of the build and had ↵lresende29-2049/+0
snapshot dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792309 13f79535-47bb-0310-9956-ffa450edef68
2009-07-06Update project version to 1.5.1-SNAPSHOTslaws484-12942/+12942
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791455 13f79535-47bb-0310-9956-ffa450edef68
2009-07-06Branch for 1.5.1slaws9187-0/+733889
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791397 13f79535-47bb-0310-9956-ffa450edef68