summaryrefslogtreecommitdiffstats
path: root/branches (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* TUSCANY-3177 create the extension point registry earlier so that any ↵slaws2009-07-291-2/+4
| | | | | | programmatic changes to it are reflected in the runtime configuration. Same change as before but in host embedded this time. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798926 13f79535-47bb-0310-9956-ffa450edef68
* Remove as not used when using the workspace manager to process contributionsslaws2009-07-291-81/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798886 13f79535-47bb-0310-9956-ffa450edef68
* Fix type in commentslaws2009-07-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798884 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3174 - Extend test to include a second contributionslaws2009-07-296-8/+60
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798861 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3174 - Extend test to include an URL artifact processorslaws2009-07-296-20/+252
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798860 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3174 - Turn the test launcher into a unit testslaws2009-07-292-106/+118
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798822 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3174 - Fix test to use new workspace manager moduleslaws2009-07-292-19/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798818 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3174 - move the workspace manager classes into a separate module as ↵slaws2009-07-2910-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
* TUSCANY-3166 - Adding testcase to reproduce the problem describedlresende2009-07-286-0/+655
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798724 13f79535-47bb-0310-9956-ffa450edef68
* Removing debug code that was printing user credentialslresende2009-07-271-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798319 13f79535-47bb-0310-9956-ffa450edef68
* Properly registering authenticated caler with geronimo context manager to ↵lresende2009-07-271-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
* TUSCANY-3178 read the validation schema extension point from the extension ↵slaws2009-07-271-1/+1
| | | | | | point registry rather than creating a local copy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798095 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3177 create the extension point registry earlier so that any ↵slaws2009-07-271-1/+1
| | | | | | programmatic changes to it are reflected in the runtime configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798094 13f79535-47bb-0310-9956-ffa450edef68
* Update validation assertions to account for wrapped MonitorRuntimeExceptionnash2009-07-271-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798050 13f79535-47bb-0310-9956-ffa450edef68
* Update validation assertions to use new MonitorRuntimeExceptionnash2009-07-272-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798040 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-3172 (domain manager doesn't report errors cleanly to the nodes)nash2009-07-2626-22/+1538
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797997 13f79535-47bb-0310-9956-ffa450edef68
* Remove debug outputnash2009-07-261-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797991 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-3171 (domain manager does not load definitions.xml files)nash2009-07-2623-13/+1570
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797987 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary dependencynash2009-07-261-8/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797984 13f79535-47bb-0310-9956-ffa450edef68
* Temporary workaround for TUSCANY-3165nash2009-07-261-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797890 13f79535-47bb-0310-9956-ffa450edef68
* Remove test scope from host-embedded dependency to fix build failurenash2009-07-261-5/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797879 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-3169 (invalid characters in generated reference binding names) ↵nash2009-07-2530-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
* TUSCANY-3174 - add an itest to update the extension point registry ↵slaws2009-07-2426-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
* TUSCANY-3174 - add a simple WorkspaceManager to allow contributions to be ↵slaws2009-07-2412-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
* TUSCANY-3178 read the validation schema extension point from the extension ↵slaws2009-07-241-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
* TUSCANY-3177 create the extension point registry earlier so that any ↵slaws2009-07-241-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
* Adding support for explicitly configuring policySetslresende2009-07-242-73/+176
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797356 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3173 remove the contents of thread local storage when the webapp ↵slaws2009-07-232-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
* TUSCANY-3173 - make getServletMapping handle the input mapping in the same ↵slaws2009-07-231-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
* Add missing dependency on commons-logging related to perm gen issues when ↵slaws2009-07-231-0/+16
| | | | | | running in tomcat git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797036 13f79535-47bb-0310-9956-ffa450edef68
* Merge the fix for TUSCANY-3153 from 16.-SNAPSHOTrfeng2009-07-201-320/+325
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795993 13f79535-47bb-0310-9956-ffa450edef68
* Merge the fix for TUSCANY-3167, TUSCANY-3162 from 1.6-SNAPSHOTrfeng2009-07-202-3/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795991 13f79535-47bb-0310-9956-ffa450edef68
* Merge the fix for TUSCANY-3167, TUSCANY-3162 from 2.xrfeng2009-07-202-3/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795966 13f79535-47bb-0310-9956-ffa450edef68
* Disable itest/contribution-jee as workaround for TUSCANY-3165nash2009-07-201-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795684 13f79535-47bb-0310-9956-ffa450edef68
* Add commons-logging dependency to host-webapp pom.xml (needed because of ↵nash2009-07-201-0/+16
| | | | | | commit r795323) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795679 13f79535-47bb-0310-9956-ffa450edef68
* Workaround for TUSCANY-3164 (build failure in binding-gdata-runtime)nash2009-07-201-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795670 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3163 - Fixing non-ascii characters that were producing build failure ↵lresende2009-07-2081-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
* TUSCANY-3163 - Fixing non-ascii characters that were producing build failure ↵lresende2009-07-2081-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
* TUSCANY-3140 - Test for difference between loadtime and runtime classloaders ↵slaws2009-07-181-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
* TUSCANY-3140 - Test for difference between loadtime and runtime classloaders ↵slaws2009-07-181-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
* TUSCANY-3149 - Generally be more careful about removing object references in ↵slaws2009-07-188-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
* TUSCANY-3149 - Generally be more careful about removing object references in ↵slaws2009-07-188-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
* Merge LICENSE updates from 2.x trunk to M3 branchantelder2009-07-171-560/+57
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794999 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3153rfeng2009-07-171-320/+325
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794962 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3156ramkumar2009-07-166-0/+206
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794598 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3155ramkumar2009-07-161-4/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794589 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3148 remove version dependency from zip based JEE itestsslaws2009-07-155-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794326 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3148 remove version dependency from zip based JEE itestsslaws2009-07-155-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794306 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for handling folderNoManifest scenario of spring location attributeramkumar2009-07-151-4/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794207 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3135 - Removing iTest that was out of the build and had obsolete ↵lresende2009-07-1543-2175/+0
| | | | | | 1.6-SNAPSHOT dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794127 13f79535-47bb-0310-9956-ffa450edef68