summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.1 (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-08TUSCANY-3264 - Tyiding up how we write the schema prefix as per StAX speclresende3-12/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812715 13f79535-47bb-0310-9956-ffa450edef68
2009-09-08Remove extensibility-equinox module. It wasn't shipped in 1.5.slaws10-998/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812453 13f79535-47bb-0310-9956-ffa450edef68
2009-09-08TUSCANY-3263 increase the sleep time. It's failing on a old/slow linux boxslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812443 13f79535-47bb-0310-9956-ffa450edef68
2009-09-08Fixes for TUSCANY-3237: Remove auto indexing logic for constructorsramkumar1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812392 13f79535-47bb-0310-9956-ffa450edef68
2009-09-07Copy the license checking itest from 1.x to 1.5.1 branch. It is passing ok ↵antelder2-0/+211
but haven't added it to the build yet as its got hardcoded version in the java src which will break when the release tag is done. I'll look at fixing it so its not hardcoded git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812108 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@812084 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@811515 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04TUSCANY-3259 - Adding new tests to verify operationSelector and wireFormat ↵lresende2-31/+75
elements are being written to composite git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811189 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@811187 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04Workaround for TUSCANY-3260rfeng1-1/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811184 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03Modify TargetImpl to use getCallbackReference() instead of injectionnash1-4/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810850 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03Modify TargetImpl to use getCallbackReference() instead of injectionnash1-4/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810848 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03Fix interface compatibility checking for callback operations (TUSCANY-3251)nash1-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810833 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03Fix TUSCANY-3254: null returned by RequestContext.getCallbackReference()nash3-0/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810830 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03Update wording of misleading warning messages (TUSCANY-3252)nash1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810822 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03Update itest/recursive to verify successful completion (TUSCANY-3253)nash2-7/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810820 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03Update samples/implementation-composite to verify successful completion ↵nash2-7/+10
(TUSCANY-3253) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810816 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03Remove invalid targetNamespace attributenash1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810812 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@810775 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02Fixing jUnit scope for some iTest projectslresende5-12/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810721 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02Fix for TUSCANY-3238rfeng3-3/+65
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810694 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02Fixes for TUSCANY-3249 - providing on/off feature for multiple application ↵ramkumar8-58/+90
context support git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810466 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02Conversion to JUnit 4.5 + Cleaning up System.outlresende12-207/+169
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810355 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01TUSCANY-3164 - Enabling the test case as I can't reproduce the failures anymorelresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810269 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01TUSCANY-3006 - Enabling the test case as I can't reproduce the failures anymorelresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810268 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@810264 13f79535-47bb-0310-9956-ffa450edef68
2009-08-31TUSCANY-3248 - More testcases with the double quote issueslresende3-18/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@809677 13f79535-47bb-0310-9956-ffa450edef68
2009-08-30TUSCANY-3248 - Removing quoted tokens to avoid issues on linux/mac os ↵lresende1-7/+7
environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@809409 13f79535-47bb-0310-9956-ffa450edef68
2009-08-28TUSCANY-3245 - Adjusting more version on the eclipse toolslresende2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808794 13f79535-47bb-0310-9956-ffa450edef68
2009-08-28TUSCANY-3245 - Fixing version id in the eclipse tools descriptionlresende3-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808788 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@807300 13f79535-47bb-0310-9956-ffa450edef68
2009-08-23Update fix to TUSCANY-3193 to prevent host/port information being added to a ↵nash1-0/+2
URI more than once git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807024 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14Fix the relative path for parent pom.xmlrfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804093 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14Remove calls to XMLStreamWriter.setPrefix() as writeNamespace() invokes it ↵rfeng17-167/+151
internally (TUSCANY-3212) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804091 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@804042 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13Removing 'in-progress' domain search modulelresende30-2292/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804014 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13Update CHANGES file with latest batch of changesslaws1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803917 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13TUSCANY-3213 - move ProblemImpl from assembly.builder.impl to monitor.impl ↵slaws70-66/+234
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@803910 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@803791 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13Splitting policy security code specific to geronimo hosting environment to ↵lresende13-84/+518
it's own module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803776 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13Merging latest updates to policy security http from 1.x branchlresende4-79/+197
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803775 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11Remove 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@803326 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11Minor cleanup on the atom iTest to remove debug purpose codelresende1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803218 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11Minor import cleanuplresende2-4/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803216 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11TUSCANY-3166 - Updating test case to use interface.wsdl now that Atom ↵lresende2-2/+2
Binding is working with this type of interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803213 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@803212 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@803210 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11Fixes for TUSCANY-3202ramkumar12-14/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803204 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11Fixes for TUSCANY-3185ramkumar1-2/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803189 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11TUSCANY-3200 Add the dojo copyright to the NOTICE file to be consistent with ↵slaws1-0/+5
the top level binary NOTICE file. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803114 13f79535-47bb-0310-9956-ffa450edef68