summaryrefslogtreecommitdiffstats
path: root/branches (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-30Create 2.0-M4 release branchantelder3928-0/+341655
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831226 13f79535-47bb-0310-9956-ffa450edef68
2009-10-30Delete old M4 branch and start again to pick up all the recent trunk changesantelder3925-341109/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831223 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Injection info for SCA references from Java EE optional extensionvamsic0076-0/+50
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830888 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Merge the fix for TUSCANY-3348 (perf improvement) from 1.x to 1.5.2rfeng3-4/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830703 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Fix for TUSCANY-3348 (perf improvement)rfeng3-4/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830700 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Add the webapp dependency as its no longer pulled in transitivelyantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830669 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Merge doc file header changes from trunk to m4antelder5-12/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830504 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Remove typo duplicate dependencies definitionsantelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830491 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Create 2.0 M4 release branchantelder3925-0/+341116
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830484 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28applying patch tuscany_2552_phillipe_ramalho_09_30_2009.patch from TUSCANY-2552adrianocrestani20-465/+425
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830448 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Add missing files and fix host namesrfeng9-3/+424
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830065 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Fix host namesrfeng3-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830064 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Revert the wrong changerfeng8-101/+75
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830060 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Revert the wrong changerfeng1-86/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830059 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Add service declarationrfeng1-0/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830036 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Merge all changes from 1.5.2 branch into trunkrfeng136-1950/+3227
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830026 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Merge the launcher enhancement from 1.xrfeng1-5/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829977 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Improve the node launcher so that it can take more than one contributions ↵rfeng1-5/+13
and not specify composite, for example, - c1.jar c2.jar git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829862 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23Make the WebImplementationProcessor compute the injection points for ↵vamsic0073-0/+61
properties, references and resources like component context etc. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828951 13f79535-47bb-0310-9956-ffa450edef68
2009-10-21TUSCANY-3312 remove circular references where a class is used as the key of ↵slaws3-32/+34
a map and the value of the map also references the class. The weakness of the map never comes into play as there is always a reference to the key (held by the value). This all pins the app classloader and causes a leak on each app start/stop cycle git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828086 13f79535-47bb-0310-9956-ffa450edef68
2009-10-21TUSCANY-3347 make the name of the implementation.jee composite uniqueslaws3-4/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827983 13f79535-47bb-0310-9956-ffa450edef68
2009-10-21TUSCANY-3347 make the name of the implementation.jee composite uniqueslaws3-4/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827953 13f79535-47bb-0310-9956-ffa450edef68
2009-10-19TUSCANY-3309 - apply patch from Chad Phillips to add the SOAP headers to the ↵slaws1-0/+6
Tuscany message so that interceptors can look at the SOAP headers in the chain. Thanks for the patch Chad. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826612 13f79535-47bb-0310-9956-ffa450edef68
2009-10-17TUSCANY-3312 - change JavaInterface interface reference to a weak reference ↵slaws1-5/+11
to avoid this holding onto the interface when stored in the JavaInterfaceFactory cache git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826215 13f79535-47bb-0310-9956-ffa450edef68
2009-10-17TUSCANY-3312 - change JavaInterface interface reference to a weak reference ↵slaws1-5/+11
to avoid this holding onto the interface when stored in the JavaInterfaceFactory cache git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826212 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16TUSCANY-3303 slight change so that import delete looks through all the ↵slaws1-1/+7
imports before actually trying to delete any that need to be removed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825973 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16TUSCANY-3303 slight change so that import delete looks through all the ↵slaws1-1/+7
imports before actually trying to delete any that need to be removed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825971 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15JEE Integration samples - Scenario 11vamsic00713-0/+557
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825448 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15Properly install dojo in local maven repo if not already installedlresende1-0/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825385 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15Updating old version of dojo install scriptlresende1-16/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825381 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12TUSCANY-3288 - Merging test case from 1.x branchlresende5-0/+277
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824235 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12TUSCANY-3288 - Special handling of arrays to properly create the JAXB ↵lresende4-11/+26
Context and minor enhancement on the Atom Binding to avoid data copy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824234 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12Adding @SupressWarningslresende1-5/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824233 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12TUSCANY-3288 - Fixing up test scenario and re-enabling test caselresende3-53/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824230 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12TUSCANY-3288 - Special handling of arrays to properly create the JAXB ↵lresende4-11/+26
Context and minor enhancement on the Atom Binding to avoid data copy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824229 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12Adding @SupressWarningslresende1-5/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824228 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09TUSCANY-3283 - update to match the latest changes from the 1.5.2 branchslaws3-459/+485
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823595 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09TUSCANY-3283 generate unannotated beans into the namespace of the WSDL ↵slaws11-248/+930
rather than an empty namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823459 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09Fix up license test case versionsslaws1-160/+160
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823457 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07Set the context class loader as the module's class loader instead of the ↵vamsic0071-0/+60
temporary class loaders created by OpenEJB to allow SCA annotation processing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822871 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07Update poms to 1.5.2-SNAPSHOTslaws461-2736/+2756
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822668 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Branch for 1.5.2slaws8427-0/+668223
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822292 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06comment our debugging outputslaws1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822172 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Fix the NOTICE file date to 2009slaws177-465/+465
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822164 13f79535-47bb-0310-9956-ffa450edef68
2009-10-04TUSCANY-3283 re-enable the wrapper generation logic now that the no ↵slaws3-32/+75
namespace handling is complete. Had to mess around with how the schema is generated using the schema collection as now the default schema is being extended with wrappers after schema has been generated. Before a new no namespace schema was being generated. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821535 13f79535-47bb-0310-9956-ffa450edef68
2009-10-04TUSCANY-3283 copy referenced namespaces over from the no namespace schema ↵slaws1-3/+76
and make sure they don't clash with existing namespace prefixes. Also add a simple method to print out DOMs for debug purposes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821495 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02Update date in NOTICE files to 2009slaws148-384/+384
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820943 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02Fix up release dateslaws5-6/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820938 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02Clarify that this same is made up of 4 modulesslaws1-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820934 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01TUSCANY-3292 - Fixing how the spring context path is calculatedlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820820 13f79535-47bb-0310-9956-ffa450edef68