summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add itest/jaxws for TUSCANY-3267nash2009-09-116-0/+332
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813784 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 missing import statementnash2009-09-091-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812810 13f79535-47bb-0310-9956-ffa450edef68
* Modify the test to run successfully if the distro has not been built yetnash2009-09-091-1/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812808 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
* Fixing artifact version if on ant build scriptlresende2009-09-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812730 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3264 - Moving all wstx dependencies to 3.2.4 where the prefix ↵lresende2009-09-087-15/+9
| | | | | | 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
* Copying it back to 1.x to bring it up as there are users complaining about ↵lresende2009-09-05148-0/+9472
| | | | | | the old plugin still based on Eclipse 3.2 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811579 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: Testcases for multiple application context using ↵ramkumar2009-09-045-99/+66
| | | | | | MANIFEST.MF git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811233 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
* TUSCANY-3259 - Adding new tests to verify operationSelector and wireFormat ↵lresende2009-09-042-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
* TUSCANY-3247 - Making interfaces and instantiatng widget factory via ↵lresende2009-09-036-117/+191
| | | | | | extension point mechanism git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810774 13f79535-47bb-0310-9956-ffa450edef68
* Merge from 1.5.1:rfeng2009-09-0219-428/+475
| | | | | | | | 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
* Fixing jUnit scope for some iTest projectslresende2009-09-025-12/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810719 13f79535-47bb-0310-9956-ffa450edef68
* Conversion to JUnit 4.5 + Cleaning up System.outlresende2009-09-0212-194/+171
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810356 13f79535-47bb-0310-9956-ffa450edef68
* Making delay available from a constant class and bumping it to 400 to see if ↵lresende2009-09-016-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
* TUSCANY-3006 - Enabling the test case as I can't reproduce the failures anymorelresende2009-09-011-4/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810284 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3232 remove non-ASCII characterslaws2009-08-241-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807298 13f79535-47bb-0310-9956-ffa450edef68
* committing domain-search changes from patch ↵adrianocrestani2009-08-1742-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
* committing domain-manager changes from patch ↵adrianocrestani2009-08-1710-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
* Removing specific implementation constraints to avoid warning messages when ↵lresende2009-08-131-4/+2
| | | | | | dependency is not available git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804039 13f79535-47bb-0310-9956-ffa450edef68
* Adding Apache License headers to domain search artifactslresende2009-08-1345-5/+987
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804022 13f79535-47bb-0310-9956-ffa450edef68
* Experiments with domain search to solve javaScript scoping issues and minor ↵lresende2009-08-133-47/+40
| | | | | | formats git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804021 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3213 - move ProblemImpl from assembly.builder.impl to monitor.impl ↵slaws2009-08-1371-679/+846
| | | | | | 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
* TUSCTUSCANY-3200 Add the dojo copyright to the NOTICE file to be consistent ↵slaws2009-08-131-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
* Fixing NPE if SecurityHandler extension point wasn't initialized properlylresende2009-08-131-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803789 13f79535-47bb-0310-9956-ffa450edef68
* Updating pom.xml property to reflect current release versionlresende2009-08-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803782 13f79535-47bb-0310-9956-ffa450edef68
* Merging changes from 1.5.1 to Split policy security code specific to ↵lresende2009-08-1313-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
* Remove hashCode and equals methods in base OperationImpl and InterfaceImpl ↵rfeng2009-08-125-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
* Java doc and small formatting updates to policy security httplresende2009-08-113-6/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803290 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Adding interface wsdl dependencylresende2009-08-111-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803289 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup on the atom iTest to remove debug purpose codelresende2009-08-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803226 13f79535-47bb-0310-9956-ffa450edef68
* Minor import cleanuplresende2009-08-112-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803225 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Updating test case to use interface.wsdl now that Atom ↵lresende2009-08-112-2/+2
| | | | | | Binding is working with this type of interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803224 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Workarounding interface.wsdl issues by finding the ↵lresende2009-08-111-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
* Fixes for TUSCANY-3202ramkumar2009-08-1113-15/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803202 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3202ramkumar2009-08-111-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803201 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3185ramkumar2009-08-111-2/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803196 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3199 WebImplementationProcessor should prefix web.componentType URI ↵vamsic0072009-08-101-1/+1
| | | | | | | | with WEB-INF o Fixed the URI in resolve() method to include WEB-INF git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802659 13f79535-47bb-0310-9956-ffa450edef68
* Small change to execute search when user hits enter on the search fieldlresende2009-08-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802658 13f79535-47bb-0310-9956-ffa450edef68
* Minor format based on Tuscany code stylelresende2009-08-101-426/+382
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802657 13f79535-47bb-0310-9956-ffa450edef68