summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add some extra debug code (mostly commented out)slaws2010-02-041-1/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906514 13f79535-47bb-0310-9956-ffa450edef68
* fix typo in module nameslaws2010-02-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906511 13f79535-47bb-0310-9956-ffa450edef68
* Tidy come commentsslaws2010-02-041-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906510 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2010-02-040-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906508 13f79535-47bb-0310-9956-ffa450edef68
* Add the runtime versions of the axis 1.5.1 manifests. These are slight ↵slaws2010-02-042-0/+48
| | | | | | different from the tooling versions but only because it was an iterative process getting all this work and this is where I've ended up. I want to get what I have working checked in then I'll fix then up so they are consistent and the versions numbers are correct. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906507 13f79535-47bb-0310-9956-ffa450edef68
* Add local axis manifests to handle split package between kernel and ↵slaws2010-02-042-0/+48
| | | | | | transport-http. Export package versions are a bit wonky still. These manifest a used during the distro build to create the bundle repo that's used when you load the project using the Eclipse PDE. They aren't used during runtime. Runtime uses the manifests in the node-launcher-equinox! Needs work to remove this confusion. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906503 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2010-02-040-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906501 13f79535-47bb-0310-9956-ffa450edef68
* Create a place in itests for binding.ws integration testsslaws2010-02-049-0/+404
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906500 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3457 - add temp code to copy the manifest file byte for byte to get ↵slaws2010-02-041-6/+54
| | | | | | round the problem of the copy via the Manifest object dropping some attributes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906492 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2010-02-040-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906435 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2010-02-040-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906433 13f79535-47bb-0310-9956-ffa450edef68
* Launch JMS broker and CORBA tnameserv automatically (TUSCANY-3454)nash2010-02-0411-150/+87
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906398 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3453 - Get JMS schema from 1.xlresende2010-02-031-0/+132
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906289 13f79535-47bb-0310-9956-ffa450edef68
* Add domainURI/nodeURI to runtime endpoint/endpoint referencerfeng2010-02-036-7/+67
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906262 13f79535-47bb-0310-9956-ffa450edef68
* Disable JMS transport for now until the code is fixed to bring it back in ↵slaws2010-02-031-5/+7
| | | | | | again. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906179 13f79535-47bb-0310-9956-ffa450edef68
* fix namespaces so that MTOM is in Tuscany namespaceslaws2010-02-031-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906178 13f79535-47bb-0310-9956-ffa450edef68
* As some more basic tests around the different ways that endpoint uri can be ↵slaws2010-02-038-4/+288
| | | | | | specified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906176 13f79535-47bb-0310-9956-ffa450edef68
* Add some initial policy implementations in. MTOM is just handling an ↵slaws2010-02-035-0/+369
| | | | | | "mayProvide" intent while the config param policy is from the old implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906175 13f79535-47bb-0310-9956-ffa450edef68
* Add context so interceptors on the binding wire can get at itslaws2010-02-031-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906173 13f79535-47bb-0310-9956-ffa450edef68
* back up some experimental codeslaws2010-02-032-141/+198
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906169 13f79535-47bb-0310-9956-ffa450edef68
* Rename to match pattern of other modules and add local transport dependencyslaws2010-02-031-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906168 13f79535-47bb-0310-9956-ffa450edef68
* Updates for axis1.5.1slaws2010-02-031-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906167 13f79535-47bb-0310-9956-ffa450edef68
* Put back in the JMS callbacks test as theres a workaround for it nowantelder2010-02-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906027 13f79535-47bb-0310-9956-ffa450edef68
* Fix the JMS callbacks test by removing all trailing spaces in the messages. ↵antelder2010-02-034-4/+4
| | | | | | Just a work around, the undrlying issue with the databinding still needs to be fixed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906026 13f79535-47bb-0310-9956-ffa450edef68
* Take out the JMS callbacks itest for now as there's an intermitent problem ↵antelder2010-02-031-1/+1
| | | | | | with spaces going missing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906022 13f79535-47bb-0310-9956-ffa450edef68
* Finish moving all the JMS binding off the AXIOM databinding to the DOM based ↵antelder2010-02-0312-120/+139
| | | | | | one. Theres an intermittent issue with the JMS callbacks itest where trailing spaces seem to sometimes get lost, i'll take that itest out of the build for now while its investigated git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906021 13f79535-47bb-0310-9956-ffa450edef68
* Add jms callbacks to the buildantelder2010-02-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905936 13f79535-47bb-0310-9956-ffa450edef68
* Use property for ${tuscany.version}rfeng2010-02-021-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905843 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused imports to avoid osgi violationsrfeng2010-02-021-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905821 13f79535-47bb-0310-9956-ffa450edef68
* write plan after jira data refreshkelvingoodson2010-02-021-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905731 13f79535-47bb-0310-9956-ffa450edef68
* write plan after jira data refreshkelvingoodson2010-02-021-2/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905730 13f79535-47bb-0310-9956-ffa450edef68
* add note fieldkelvingoodson2010-02-021-5/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905698 13f79535-47bb-0310-9956-ffa450edef68
* parameterise filekelvingoodson2010-02-021-17/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905677 13f79535-47bb-0310-9956-ffa450edef68
* parameterise filekelvingoodson2010-02-021-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905675 13f79535-47bb-0310-9956-ffa450edef68
* clean up sample datakelvingoodson2010-02-021-67/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905670 13f79535-47bb-0310-9956-ffa450edef68
* basically complete but needs error handling and tidyingkelvingoodson2010-02-024-111/+204
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905668 13f79535-47bb-0310-9956-ffa450edef68
* checkpointkelvingoodson2010-02-022-19/+64
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905645 13f79535-47bb-0310-9956-ffa450edef68
* Added itest recursive-ws module into 2.x code baseramkumar2010-02-0221-0/+923
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905603 13f79535-47bb-0310-9956-ffa450edef68
* Adding oneway itest module to 2.x code baseramkumar2010-02-029-0/+704
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905553 13f79535-47bb-0310-9956-ffa450edef68
* Improve the matching between endpoints and listeners to pass the compliance ↵rfeng2010-02-027-165/+447
| | | | | | tests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905532 13f79535-47bb-0310-9956-ffa450edef68
* adding work items to existing milestone working - new milstone missing some ↵kelvingoodson2010-02-015-106/+171
| | | | | | logic, i/f needs tidying, backup of old plan not yet good enough git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905337 13f79535-47bb-0310-9956-ffa450edef68
* Get the JMS callbacks itest workingantelder2010-02-011-11/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905306 13f79535-47bb-0310-9956-ffa450edef68
* rename new axis2 1.5 binding runtime implementation to be consistent with ↵slaws2010-02-0131-0/+4385
| | | | | | names of other runtime implementations. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905272 13f79535-47bb-0310-9956-ffa450edef68
* A couple of comments to remind me where policy things goslaws2010-02-011-2/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905259 13f79535-47bb-0310-9956-ffa450edef68
* Turn off JMS sender by defaultslaws2010-02-011-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905258 13f79535-47bb-0310-9956-ffa450edef68
* Move MTOM intent into Tuscany namespaceslaws2010-02-012-6/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905257 13f79535-47bb-0310-9956-ffa450edef68
* begin to support adding data from websitekelvingoodson2010-02-012-47/+64
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905237 13f79535-47bb-0310-9956-ffa450edef68
* Fix a couple of typos in commentsslaws2010-02-011-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905215 13f79535-47bb-0310-9956-ffa450edef68
* Added missing OASIS and W3C licenses.jsdelfino2010-02-012-9/+121
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905211 13f79535-47bb-0310-9956-ffa450edef68
* Added missing headers to scheme and python test cases. Updated NOTICE and ↵jsdelfino2010-02-0118-2/+318
| | | | | | LICENSE files. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905204 13f79535-47bb-0310-9956-ffa450edef68