summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.1/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3292 - Fixing how the spring context path is calculatedlresende2009-10-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820820 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3285: Unique error message in ↵ramkumar2009-09-291-3/+3
| | | | | | getApplicationContextResource method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819874 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3281 fixes for DojoModuleActivator for an exception No servlet ↵ramkumar2009-09-241-1/+1
| | | | | | registered at this URI: /dojo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818381 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3273rfeng2009-09-172-5/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@816364 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3256 - Applying Greg's patchlresende2009-09-173-18/+63
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@816344 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3165 - revert to Simon's approach of skipping the JEE test for the ↵slaws2009-09-171-0/+16
| | | | | | time being git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@816306 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3266 - Making the comparison to find the right composite a little ↵lresende2009-09-171-3/+3
| | | | | | more flexible git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@816080 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3278 Create a classloader with access to both cglib and application ↵bdaniel2009-09-161-0/+21
| | | | | | classes for use by the cglib enhancer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815893 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3271 - erlang support not required for 1.5.1. We should target 1.6 ↵slaws2009-09-1661-5365/+0
| | | | | | for this. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815823 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@815714 13f79535-47bb-0310-9956-ffa450edef68
* Removing debug system.out.printlnlresende2009-09-161-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815621 13f79535-47bb-0310-9956-ffa450edef68
* Not required in releaseslaws2009-09-147-616/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814820 13f79535-47bb-0310-9956-ffa450edef68
* Not required in releaseslaws2009-09-1410-602/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814818 13f79535-47bb-0310-9956-ffa450edef68
* Not required in releaseslaws2009-09-1436-4029/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814817 13f79535-47bb-0310-9956-ffa450edef68
* Not required in releaseslaws2009-09-1417-1222/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814814 13f79535-47bb-0310-9956-ffa450edef68
* Not required in releaseslaws2009-09-149-617/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814813 13f79535-47bb-0310-9956-ffa450edef68
* Not required in releaseslaws2009-09-1435-3260/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814812 13f79535-47bb-0310-9956-ffa450edef68
* Remove references to modules not required in releaseslaws2009-09-141-8/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814811 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@814524 13f79535-47bb-0310-9956-ffa450edef68
* Change OpenEJB dependency to include Widows separator fix. Having to move to ↵slaws2009-09-141-2/+2
| | | | | | a SNAPSHOT so need to talk to OpenEJB about this. This commit also included the plugin repository change for TUSCANY-3270 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814520 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@813790 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@813762 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3264 - Partially reverting changes from r812715 as it is braking the ↵lresende2009-09-081-1/+1
| | | | | | build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812718 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3264 - Moving all wstx dependencies to 3.2.4 where the prefix ↵lresende2009-09-082-2/+2
| | | | | | handling issue WSTX-135 is fixed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812717 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3264 - Tyiding up how we write the schema prefix as per StAX speclresende2009-09-083-12/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812715 13f79535-47bb-0310-9956-ffa450edef68
* Remove extensibility-equinox module. It wasn't shipped in 1.5.slaws2009-09-0810-998/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812453 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3237: Remove auto indexing logic for constructorsramkumar2009-09-081-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812392 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@812084 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@811515 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3259 - Adding new tests to verify operationSelector and wireFormat ↵lresende2009-09-042-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
* TUSCANY-3427 - Moving model related impl to proper modulelresende2009-09-043-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811187 13f79535-47bb-0310-9956-ffa450edef68
* Workaround for TUSCANY-3260rfeng2009-09-041-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811184 13f79535-47bb-0310-9956-ffa450edef68
* Fix interface compatibility checking for callback operations (TUSCANY-3251)nash2009-09-031-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810833 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-3254: null returned by RequestContext.getCallbackReference()nash2009-09-033-0/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810830 13f79535-47bb-0310-9956-ffa450edef68
* Update wording of misleading warning messages (TUSCANY-3252)nash2009-09-031-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810822 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@810775 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3238rfeng2009-09-023-3/+65
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810694 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3249 - providing on/off feature for multiple application ↵ramkumar2009-09-028-58/+90
| | | | | | context support git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810466 13f79535-47bb-0310-9956-ffa450edef68
* Conversion to JUnit 4.5 + Cleaning up System.outlresende2009-09-0212-207/+169
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810355 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3164 - Enabling the test case as I can't reproduce the failures anymorelresende2009-09-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810269 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3006 - Enabling the test case as I can't reproduce the failures anymorelresende2009-09-011-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810268 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@810264 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@807300 13f79535-47bb-0310-9956-ffa450edef68
* Update fix to TUSCANY-3193 to prevent host/port information being added to a ↵nash2009-08-231-0/+2
| | | | | | URI more than once git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807024 13f79535-47bb-0310-9956-ffa450edef68
* Remove calls to XMLStreamWriter.setPrefix() as writeNamespace() invokes it ↵rfeng2009-08-1414-161/+151
| | | | | | internally (TUSCANY-3212) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804091 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@804042 13f79535-47bb-0310-9956-ffa450edef68
* Removing 'in-progress' domain search modulelresende2009-08-1330-2292/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804014 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3213 - move ProblemImpl from assembly.builder.impl to monitor.impl ↵slaws2009-08-1367-63/+231
| | | | | | 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
* 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@803791 13f79535-47bb-0310-9956-ffa450edef68
* Splitting policy security code specific to geronimo hosting environment to ↵lresende2009-08-1313-84/+518
| | | | | | it's own module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803776 13f79535-47bb-0310-9956-ffa450edef68