summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-ws-axis2/src/test/resources (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moving 2.x trunklresende2009-11-2048-2737/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that binding ws test composites have unique namesslaws2009-08-184-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805393 13f79535-47bb-0310-9956-ffa450edef68
* remove extraneous promote attributeslaws2009-08-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802410 13f79535-47bb-0310-9956-ffa450edef68
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-2123-1237/+1237
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
* Switch over to new endpoint reference/endpoint model. These are the changes ↵slaws2009-03-1913-149/+121
| | | | | | required to exploit the model in the runtime up to the point were the old EndpointReference is retrieved from a wire. The next step is to convert this over too and exploit the new endpoint references fully. There is still tidying to do (search for TODO - EPR) in particular I haven't removed any of the old files yet. So beware don't put changes into CompositeActivator or RuntimeWire as the runtime isn't using them git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756070 13f79535-47bb-0310-9956-ffa450edef68
* Set port to 8085 to fix continuum build failure when 8080 is usedantelder2009-03-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755617 13f79535-47bb-0310-9956-ffa450edef68
* Add a pojo WS test caserfeng2009-03-061-0/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751069 13f79535-47bb-0310-9956-ffa450edef68
* Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende2009-03-0627-51/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
* Some more Updates to binding-ws to use OASIS namespaces/schemalresende2009-03-0528-56/+56
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750243 13f79535-47bb-0310-9956-ffa450edef68
* Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng2009-02-204-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746356 13f79535-47bb-0310-9956-ffa450edef68
* Turn off the policy based tests for binding-ws-axis2. Also some dependency ↵slaws2009-02-0210-0/+0
| | | | | | changes made while experimenting with system composite changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739959 13f79535-47bb-0310-9956-ffa450edef68
* Updated all the test composite files to include a target namespace - the ↵edwardsmj2008-12-0822-3/+25
| | | | | | target namespace is required by the specification and leaving it out causes error messages to be generated when the tests are run. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724392 13f79535-47bb-0310-9956-ffa450edef68
* Merging the 1.x delta on top of the equinox based moduleslresende2008-11-194-0/+158
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
* Copying modules from Equinox branch, to start merging the delta changes from ↵lresende2008-11-1945-0/+2553
| | | | | | 1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
* Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende2008-11-1947-2711/+0
| | | | | | merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2611ramkumar2008-11-062-0/+126
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711780 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2614 - Add missing license headers. slaws2008-10-032-0/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@701380 13f79535-47bb-0310-9956-ffa450edef68
* Reapply patch for TUSCANY-2561antelder2008-09-082-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693171 13f79535-47bb-0310-9956-ffa450edef68
* Revert r693143 to fix the accidental code reformattingantelder2008-09-082-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693154 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2561: Apply patch from Dan Becker for Soap intents are lower case ↵antelder2008-09-082-8/+8
| | | | | | while the policy framework says that they should be upper case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693143 13f79535-47bb-0310-9956-ffa450edef68
* Workaround for JIRA TUSCANY-2499. Moved the definition of wsAuthentication ↵jsdelfino2008-07-262-7/+32
| | | | | | to its own definition.xml file, allowing it to be referenced by the other test definition.xml files. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679944 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2434 and updates from TUSCANY-2354lresende2008-07-092-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675323 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2354 - Applying a slightly modified version of Ram's patch to get a ↵lresende2008-07-083-21/+4
| | | | | | sucessful build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675018 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2418nash2008-06-225-180/+271
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@670360 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-1741-0/+2454
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68