summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes for TUSCANY-2906 - resolve wsdl:import by namespaceramkumar2009-08-051-29/+112
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801107 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Adding iTest to Buildlresende2009-08-011-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799776 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Making the test case works using the generated java interfacelresende2009-08-014-17/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799775 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Adding testcase to reproduce the problem describedlresende2009-08-016-0/+655
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799774 13f79535-47bb-0310-9956-ffa450edef68
* Remove redundant contentslaws2009-07-301-18/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799214 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependency slaws2009-07-301-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799213 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3178 read the validation schema extension point from the extension ↵slaws2009-07-301-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
* TUSCANY-3177 create the extension point registry earlier so that any ↵slaws2009-07-301-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
* 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
* 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
* 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
* 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-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
* 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-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-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
* 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
* 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
* 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
* Merge the fix for TUSCANY-3141 and xs:import fix from 2.xrfeng2009-07-132-6/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793628 13f79535-47bb-0310-9956-ffa450edef68
* Add DOM/AXIOM databindingsrfeng2009-07-134-0/+157
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793463 13f79535-47bb-0310-9956-ffa450edef68
* Support namespace to java package mappingsrfeng2009-07-132-45/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793459 13f79535-47bb-0310-9956-ffa450edef68
* Use GenModel to find the class name for static SDOsrfeng2009-07-121-14/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793385 13f79535-47bb-0310-9956-ffa450edef68
* Start to add static SDO supportrfeng2009-07-124-35/+163
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793381 13f79535-47bb-0310-9956-ffa450edef68
* Update dependenciesrfeng2009-07-121-64/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793366 13f79535-47bb-0310-9956-ffa450edef68
* Use SDO TypeHelper/XSDHelper to help the java namerfeng2009-07-103-352/+101
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792773 13f79535-47bb-0310-9956-ffa450edef68
* Bring up the wsdl2java for SDOrfeng2009-07-104-4/+246
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792759 13f79535-47bb-0310-9956-ffa450edef68
* applying patch tuscany_2552_phillipe_ramalho_07_04_2009.patch.txt from ↵adrianocrestani2009-07-0564-248/+2802
| | | | | | TUSCANY-2552 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791203 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2984 - Adding prioritization while starting module activators to ↵lresende2009-07-044-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
* Use spring to provide the component implementation as the module name ↵slaws2009-07-042-1/+30
| | | | | | suggests is the case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791074 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3128 - force the bean factory classloader to be the contribution ↵slaws2009-07-041-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
* Update scope so launcher can start AMQ brokerantelder2009-07-031-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790988 13f79535-47bb-0310-9956-ffa450edef68
* Don't use url for systemId as it fails when url is for a nested ear resource ↵antelder2009-07-032-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
* Add missing dependencyslaws2009-07-031-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790973 13f79535-47bb-0310-9956-ffa450edef68