summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add service declarationrfeng2009-10-271-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830036 13f79535-47bb-0310-9956-ffa450edef68
* Merge all changes from 1.5.2 branch into trunkrfeng2009-10-2683-1640/+2024
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830026 13f79535-47bb-0310-9956-ffa450edef68
* Improve the node launcher so that it can take more than one contributions ↵rfeng2009-10-261-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
* Make the WebImplementationProcessor compute the injection points for ↵vamsic0072009-10-233-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
* TUSCANY-3347 make the name of the implementation.jee composite uniqueslaws2009-10-211-2/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827983 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3309 - apply patch from Chad Phillips to add the SOAP headers to the ↵slaws2009-10-191-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
* TUSCANY-3312 - change JavaInterface interface reference to a weak reference ↵slaws2009-10-171-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
* TUSCANY-3303 slight change so that import delete looks through all the ↵slaws2009-10-161-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
* Properly install dojo in local maven repo if not already installedlresende2009-10-151-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825385 13f79535-47bb-0310-9956-ffa450edef68
* Updating old version of dojo install scriptlresende2009-10-151-16/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825381 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3288 - Fixing up test scenario and re-enabling test caselresende2009-10-123-53/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824230 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3288 - Special handling of arrays to properly create the JAXB ↵lresende2009-10-124-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
* Adding @SupressWarningslresende2009-10-121-5/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824228 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3283 - update to match the latest changes from the 1.5.2 branchslaws2009-10-091-117/+156
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823595 13f79535-47bb-0310-9956-ffa450edef68
* Set the context class loader as the module's class loader instead of the ↵vamsic0072009-10-071-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
* comment our debugging outputslaws2009-10-061-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822172 13f79535-47bb-0310-9956-ffa450edef68
* Fix the NOTICE file date to 2009slaws2009-10-06147-410/+410
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822164 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3283 re-enable the wrapper generation logic now that the no ↵slaws2009-10-043-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
* TUSCANY-3283 copy referenced namespaces over from the no namespace schema ↵slaws2009-10-041-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
* Fixing notice for the jsonrpc.jslresende2009-09-303-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820477 13f79535-47bb-0310-9956-ffa450edef68
* Re-enabled the web-javascript and web-javascript-dojo modules that appear to ↵mcombellack2009-09-301-2/+2
| | | | | | have been inadvertently disabled as part of SVN commit 811232 (See http://svn.apache.org/viewvc?view=rev&sortby=date&revision=811232) as these modules are needed for the atom and jsonrpc bindings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820441 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3288 - Test case to reproduce the reported issuelresende2009-09-305-0/+328
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820437 13f79535-47bb-0310-9956-ffa450edef68
* Extend basic auth support to match the credentials set in the policy. Not a ↵slaws2009-09-292-17/+39
| | | | | | production solution but useful for demonstrating how policy can be used. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819883 13f79535-47bb-0310-9956-ffa450edef68
* Should be looking at the resolved policy sets and not the applicable policy setsslaws2009-09-292-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819882 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3283 - fix up wsdlgen so that unannotated POJOs are not generated ↵slaws2009-09-291-1/+119
| | | | | | into a schema with no namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819880 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3256 - Applying Greg's patchlresende2009-09-173-19/+63
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@816346 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3266 use the last fragment of the composite URI path to compare ↵slaws2009-09-161-6/+11
| | | | | | against the composite from the composite collection to give a better chance of finding the right composite. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815725 13f79535-47bb-0310-9956-ffa450edef68
* Removing debug system.out.printlnlresende2009-09-141-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814857 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3235 - Java2 security problem - Thanks for the patch Hasanslaws2009-09-141-1/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814529 13f79535-47bb-0310-9956-ffa450edef68
* Fix typoslaws2009-09-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814527 13f79535-47bb-0310-9956-ffa450edef68
* Copy r800411 and r807024 changes from 1.5.1 branch to 1.x branchnash2009-09-1312-35/+221
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814399 13f79535-47bb-0310-9956-ffa450edef68
* Copy r799472 changes from 1.5.1 branch to 1.x branchnash2009-09-132-10/+101
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814396 13f79535-47bb-0310-9956-ffa450edef68
* Copy r797997, r798040 and r798050 changes from 1.5.1 branch to 1.x branchnash2009-09-136-20/+149
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814393 13f79535-47bb-0310-9956-ffa450edef68
* Copy r797984, r797987 and r797991 changes from 1.5.1 branch to 1.x branchnash2009-09-132-12/+159
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814389 13f79535-47bb-0310-9956-ffa450edef68
* Copy r797788 changes from 1.5.1 branch to 1.x branchnash2009-09-131-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814387 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-3269 (use host from ?wsdl request in returned WSDL)nash2009-09-135-23/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814373 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-3267 and TUSCANY-2757 (ensure wrapper elements have nillable=false)nash2009-09-111-0/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813785 13f79535-47bb-0310-9956-ffa450edef68
* Modify test case to retry the get and delete up to 5 times (TUSCANY-3164)nash2009-09-111-3/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813761 13f79535-47bb-0310-9956-ffa450edef68
* Add null guards around uses of domainSearch reference to prevent unit test ↵nash2009-09-091-2/+6
| | | | | | failure git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812765 13f79535-47bb-0310-9956-ffa450edef68
* Fix build failure in modules/implementation-java-xmlnash2009-09-091-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812762 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3264 - Moving all wstx dependencies to 3.2.4 where the prefix ↵lresende2009-09-084-12/+6
| | | | | | handling issue WSTX-135 is fixed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812727 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3255: Apply patch from Greg Dritschler to Consolidate JMS session ↵antelder2009-09-073-2/+18
| | | | | | management in JMSResourceFactory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812082 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2995 - Increasing invocation timeout to 2 secondslresende2009-09-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811765 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3240 - Closing reader after processing spring application-context.xmllresende2009-09-041-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811517 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2995 - Adding timeout to avoid blocking when exception occourslresende2009-09-041-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811496 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3237ramkumar2009-09-041-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811301 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3250: Support for multiple application context using ↵ramkumar2009-09-048-149/+126
| | | | | | MANIFEST.MF git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811232 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3260 - Merging workaround provided by rfeng on the 1.5.1 branch to ↵lresende2009-09-041-1/+4
| | | | | | fix ORB shutdown git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811190 13f79535-47bb-0310-9956-ffa450edef68
* Minor import clean uplresende2009-09-041-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811186 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3427 - Moving model related impl to proper modulelresende2009-09-043-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811182 13f79535-47bb-0310-9956-ffa450edef68