summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-29Extend basic auth support to match the credentials set in the policy. Not a ↵slaws2-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
2009-09-29Should be looking at the resolved policy sets and not the applicable policy setsslaws2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819882 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29TUSCANY-3283 - fix up wsdlgen so that unannotated POJOs are not generated ↵slaws1-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
2009-09-17TUSCANY-3256 - Applying Greg's patchlresende3-19/+63
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@816346 13f79535-47bb-0310-9956-ffa450edef68
2009-09-16TUSCANY-3266 use the last fragment of the composite URI path to compare ↵slaws1-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
2009-09-14Removing debug system.out.printlnlresende1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814857 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14TUSCANY-3235 - Java2 security problem - Thanks for the patch Hasanslaws1-1/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814529 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Fix typoslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814527 13f79535-47bb-0310-9956-ffa450edef68
2009-09-13Copy r800411 and r807024 changes from 1.5.1 branch to 1.x branchnash12-35/+221
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814399 13f79535-47bb-0310-9956-ffa450edef68
2009-09-13Copy r799472 changes from 1.5.1 branch to 1.x branchnash2-10/+101
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814396 13f79535-47bb-0310-9956-ffa450edef68
2009-09-13Copy r797997, r798040 and r798050 changes from 1.5.1 branch to 1.x branchnash6-20/+149
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814393 13f79535-47bb-0310-9956-ffa450edef68
2009-09-13Copy r797984, r797987 and r797991 changes from 1.5.1 branch to 1.x branchnash2-12/+159
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814389 13f79535-47bb-0310-9956-ffa450edef68
2009-09-13Copy r797788 changes from 1.5.1 branch to 1.x branchnash1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814387 13f79535-47bb-0310-9956-ffa450edef68
2009-09-13Fix TUSCANY-3269 (use host from ?wsdl request in returned WSDL)nash5-23/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814373 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11Fix TUSCANY-3267 and TUSCANY-2757 (ensure wrapper elements have nillable=false)nash1-0/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813785 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11Modify test case to retry the get and delete up to 5 times (TUSCANY-3164)nash1-3/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813761 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09Add null guards around uses of domainSearch reference to prevent unit test ↵nash1-2/+6
failure git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812765 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09Fix build failure in modules/implementation-java-xmlnash1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812762 13f79535-47bb-0310-9956-ffa450edef68
2009-09-08TUSCANY-3264 - Moving all wstx dependencies to 3.2.4 where the prefix ↵lresende4-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
2009-09-07TUSCANY-3255: Apply patch from Greg Dritschler to Consolidate JMS session ↵antelder3-2/+18
management in JMSResourceFactory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812082 13f79535-47bb-0310-9956-ffa450edef68
2009-09-06TUSCANY-2995 - Increasing invocation timeout to 2 secondslresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811765 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04TUSCANY-3240 - Closing reader after processing spring application-context.xmllresende1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811517 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04TUSCANY-2995 - Adding timeout to avoid blocking when exception occourslresende1-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811496 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04Fixes for TUSCANY-3237ramkumar1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811301 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04Fixes for TUSCANY-3250: Support for multiple application context using ↵ramkumar8-149/+126
MANIFEST.MF git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811232 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04TUSCANY-3260 - Merging workaround provided by rfeng on the 1.5.1 branch to ↵lresende1-1/+4
fix ORB shutdown git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811190 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04Minor import clean uplresende1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811186 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04TUSCANY-3427 - Moving model related impl to proper modulelresende3-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811182 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04TUSCANY-3259 - Adding new tests to verify operationSelector and wireFormat ↵lresende2-28/+73
elements are being written to composite git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811176 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03TUSCANY-3247 - Making interfaces and instantiatng widget factory via ↵lresende6-117/+191
extension point mechanism git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810774 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02Merge from 1.5.1:rfeng16-394/+447
1) Fix for TUSCANY-3238 2) Remove calls to XMLStreamWriter.setPrefix() as writeNamespace() invokes it internally (TUSCANY-3212) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810726 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02Conversion to JUnit 4.5 + Cleaning up System.outlresende12-194/+171
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810356 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01Making delay available from a constant class and bumping it to 400 to see if ↵lresende6-9/+33
it helps with some of the gdata extension build issues git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810291 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01TUSCANY-3006 - Enabling the test case as I can't reproduce the failures anymorelresende1-4/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810284 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24TUSCANY-3232 remove non-ASCII characterslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807298 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17committing domain-search changes from patch ↵adrianocrestani42-2540/+2469
tuscany_2552_phillipe_ramalho_08_16_2009.patch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804871 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17committing domain-manager changes from patch ↵adrianocrestani10-175/+294
tuscany_2552_phillipe_ramalho_08_16_2009.patch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804870 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13Removing specific implementation constraints to avoid warning messages when ↵lresende1-4/+2
dependency is not available git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804039 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13Adding Apache License headers to domain search artifactslresende45-5/+987
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804022 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13Experiments with domain search to solve javaScript scoping issues and minor ↵lresende3-47/+40
formats git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804021 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13TUSCANY-3213 - move ProblemImpl from assembly.builder.impl to monitor.impl ↵slaws68-676/+844
and extend the Monitor interface to allow problems to be created without needing to access and implementation package git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803875 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13TUSCTUSCANY-3200 Add the dojo copyright to the NOTICE file to be consistent ↵slaws1-0/+4
with the top level binary NOTICE file. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803870 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13Fixing NPE if SecurityHandler extension point wasn't initialized properlylresende1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803789 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13Updating pom.xml property to reflect current release versionlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803782 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13Merging changes from 1.5.1 to Split policy security code specific to ↵lresende13-92/+519
geronimo hosting environment to it's own module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803781 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12Remove hashCode and equals methods in base OperationImpl and InterfaceImpl ↵rfeng5-140/+74
to improve performance (merged from 2.x) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803333 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11Java doc and small formatting updates to policy security httplresende3-6/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803290 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11TUSCANY-3166 - Adding interface wsdl dependencylresende1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803289 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11Minor import cleanuplresende2-4/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803225 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11TUSCANY-3166 - Workarounding interface.wsdl issues by finding the ↵lresende1-1/+16
correspondent java interface contract when wsdl intrface is used git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803222 13f79535-47bb-0310-9956-ffa450edef68