summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Correct spelling mistake and increase repeat count.slaws2009-12-113-4/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889734 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3391 - Disabling failing testslresende2009-12-114-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889533 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3388 - Updating to the latests OASIS schemalresende2009-12-11250-419/+419
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
* Simplify the WS-Policy read/saverfeng2009-12-113-85/+90
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889485 13f79535-47bb-0310-9956-ffa450edef68
* Turn find repeat count into constantslaws2009-12-101-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889218 13f79535-47bb-0310-9956-ffa450edef68
* fix conformance number in error msgkelvingoodson2009-12-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889176 13f79535-47bb-0310-9956-ffa450edef68
* Finishing up support for implementation widget by tyding up js generators to ↵lresende2009-12-106-4/+65
| | | | | | properly support dojo by default git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889106 13f79535-47bb-0310-9956-ffa450edef68
* Set the static member port to be the same as the receiver port, see ↵rfeng2009-12-101-6/+11
| | | | | | http://www.mail-archive.com/users@tomcat.apache.org/msg24873.html git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889045 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused imports to prevent compilation errorslaws2009-12-091-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888790 13f79535-47bb-0310-9956-ffa450edef68
* Fix the builder problems that cause otest regressionsrfeng2009-12-092-2/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888695 13f79535-47bb-0310-9956-ffa450edef68
* Fix the MF and remove the need to ues impl classesrfeng2009-12-082-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888542 13f79535-47bb-0310-9956-ffa450edef68
* Use the defualt node key (domainURI+nodeURI)rfeng2009-12-084-5/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888534 13f79535-47bb-0310-9956-ffa450edef68
* Toying with idea of being more systematic with maven module namesslaws2009-12-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888443 13f79535-47bb-0310-9956-ffa450edef68
* Add code to repeat endpoint reference matching in the failure case only. ↵slaws2009-12-081-14/+35
| | | | | | Gives the distributed map a chance to settle down and means less arbitrary pauses in test cases. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888442 13f79535-47bb-0310-9956-ffa450edef68
* Update so its 1 node talking to 2 others, which does work okantelder2009-12-081-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888389 13f79535-47bb-0310-9956-ffa450edef68
* Correct delimeterantelder2009-12-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888382 13f79535-47bb-0310-9956-ffa450edef68
* Add third registry to test and add @Ignore so test isnt run in the build yetantelder2009-12-081-2/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888380 13f79535-47bb-0310-9956-ffa450edef68
* Start a test for multiple registries and static routesantelder2009-12-081-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888378 13f79535-47bb-0310-9956-ffa450edef68
* Add a quick hack to enable disabling multicast. Will need to clean up all ↵antelder2009-12-083-1/+149
| | | | | | the registry configurations once its working more properly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888376 13f79535-47bb-0310-9956-ffa450edef68
* Add a ranking so that the rmi version of binding.sca is picked up in ↵slaws2009-12-082-2/+2
| | | | | | preference to the ws version if both are present. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888349 13f79535-47bb-0310-9956-ffa450edef68
* Add a interceptor that can disable multicastantelder2009-12-081-0/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888297 13f79535-47bb-0310-9956-ffa450edef68
* Fix the service id type to Longrfeng2009-12-081-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888235 13f79535-47bb-0310-9956-ffa450edef68
* Update to the latest spec apisrfeng2009-12-083-486/+539
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888215 13f79535-47bb-0310-9956-ffa450edef68
* Fix MANIFEST.MFrfeng2009-12-083-5/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888213 13f79535-47bb-0310-9956-ffa450edef68
* Split method into two to aid with subclass implsantelder2009-12-071-8/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887869 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE if source contract is nullantelder2009-12-071-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887868 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE when sourec interface hasn't yet by introspectedantelder2009-12-061-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887662 13f79535-47bb-0310-9956-ffa450edef68
* Keep the remote flagrfeng2009-12-051-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887470 13f79535-47bb-0310-9956-ffa450edef68
* Add setting the domain uri from an init parameter to start getting the ↵antelder2009-12-041-0/+6
| | | | | | distributed domain working in webapps and the tomcat distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887188 13f79535-47bb-0310-9956-ffa450edef68
* Minor update to dojo install script as the zip structure has changedlresende2009-12-021-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886331 13f79535-47bb-0310-9956-ffa450edef68
* Couple more updates to the script that install dojo into the ↵lresende2009-12-022-26/+6
| | | | | | web-javascript-dojo module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886329 13f79535-47bb-0310-9956-ffa450edef68
* Clean up MF and unused coderfeng2009-12-024-29/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886312 13f79535-47bb-0310-9956-ffa450edef68
* Adding dojo dependency explicitly in the project pom to avoid having to use ↵lresende2009-12-022-25/+9
| | | | | | maven to install it manually which is causing issues when maven is not available in the classpath git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886298 13f79535-47bb-0310-9956-ffa450edef68
* Adding web-javascript-dojo module back to investigate hudson build issues as ↵lresende2009-12-021-0/+1
| | | | | | I can't reproduce it localy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886235 13f79535-47bb-0310-9956-ffa450edef68
* remove imports no longer neededslaws2009-12-022-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886125 13f79535-47bb-0310-9956-ffa450edef68
* remove imports no longer neededslaws2009-12-021-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886124 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up the binding interface to include the wire format and operation ↵slaws2009-12-0214-48/+272
| | | | | | selector operations. They are in the OASIS specs now so it doesn't seem sensible to maintain the separate (experimental) interface that previously housed them. We want to encourage binding writers to provide wire formats and operation selectors as appropriate git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886122 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fixesslaws2009-12-021-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886099 13f79535-47bb-0310-9956-ffa450edef68
* Remove the import as the export is removedrfeng2009-12-021-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886028 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up the policy builders (the composite policy builder now only deals ↵rfeng2009-12-023-549/+160
| | | | | | with strctural hierarchy) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886027 13f79535-47bb-0310-9956-ffa450edef68
* Remove the need to export/import RMI provider packagerfeng2009-12-012-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885973 13f79535-47bb-0310-9956-ffa450edef68
* Remove the export of impl packagerfeng2009-12-011-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885970 13f79535-47bb-0310-9956-ffa450edef68
* Start to split policy builder into two phases: implementation hierarchy and ↵rfeng2009-12-0111-60/+1493
| | | | | | structural hierarchy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885961 13f79535-47bb-0310-9956-ffa450edef68
* Update to the latest OSGi remoteserviceadmin apisrfeng2009-12-0132-1823/+1975
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885958 13f79535-47bb-0310-9956-ffa450edef68
* Dont run the tests to avoid all the intermitent build failsantelder2009-11-281-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885068 13f79535-47bb-0310-9956-ffa450edef68
* Increase the Tuscaby Ode timeout from 2 to 10 seconds to try to avoid the ↵antelder2009-11-281-1/+1
| | | | | | intermitent test fails git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885067 13f79535-47bb-0310-9956-ffa450edef68
* A place to look at restructuring the Axis2 ws binding runtime to take ↵slaws2009-11-2730-0/+4805
| | | | | | account of the runtime wire. Also want to look at the practicalities of moving to Axis 1.5. Won't be in the build for a while. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884879 13f79535-47bb-0310-9956-ffa450edef68
* add conformance statement number to error messages for ASM50001kelvingoodson2009-11-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884860 13f79535-47bb-0310-9956-ffa450edef68
* temporary fix to message, it should be moved into the message properties filekelvingoodson2009-11-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884847 13f79535-47bb-0310-9956-ffa450edef68
* Take web-javascript-dojo out of the build as it doesn't appear to be used by ↵antelder2009-11-271-1/+0
| | | | | | anything and its breaking the Hudson builds due to the way it gets Dojo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884808 13f79535-47bb-0310-9956-ffa450edef68