summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-12-10Set the static member port to be the same as the receiver port, see ↵rfeng1-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
2009-12-09Remove unused imports to prevent compilation errorslaws1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888790 13f79535-47bb-0310-9956-ffa450edef68
2009-12-09Fix the builder problems that cause otest regressionsrfeng2-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888695 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08Fix the MF and remove the need to ues impl classesrfeng2-3/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888542 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08Use the defualt node key (domainURI+nodeURI)rfeng4-5/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888534 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08Toying with idea of being more systematic with maven module namesslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888443 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08Add code to repeat endpoint reference matching in the failure case only. ↵slaws1-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
2009-12-08Update so its 1 node talking to 2 others, which does work okantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888389 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08Correct delimeterantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888382 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08Add third registry to test and add @Ignore so test isnt run in the build yetantelder1-2/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888380 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08Start a test for multiple registries and static routesantelder1-2/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888378 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08Add a quick hack to enable disabling multicast. Will need to clean up all ↵antelder3-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
2009-12-08Add a ranking so that the rmi version of binding.sca is picked up in ↵slaws2-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
2009-12-08Add a interceptor that can disable multicastantelder1-0/+41
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888297 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08Fix the service id type to Longrfeng1-1/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888235 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08Update to the latest spec apisrfeng3-486/+539
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888215 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08Fix MANIFEST.MFrfeng3-5/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888213 13f79535-47bb-0310-9956-ffa450edef68
2009-12-07Split method into two to aid with subclass implsantelder1-8/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887869 13f79535-47bb-0310-9956-ffa450edef68
2009-12-07Avoid NPE if source contract is nullantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887868 13f79535-47bb-0310-9956-ffa450edef68
2009-12-06Avoid NPE when sourec interface hasn't yet by introspectedantelder1-0/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887662 13f79535-47bb-0310-9956-ffa450edef68
2009-12-05Keep the remote flagrfeng1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887470 13f79535-47bb-0310-9956-ffa450edef68
2009-12-04Add setting the domain uri from an init parameter to start getting the ↵antelder1-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
2009-12-02Minor update to dojo install script as the zip structure has changedlresende1-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886331 13f79535-47bb-0310-9956-ffa450edef68
2009-12-02Couple more updates to the script that install dojo into the ↵lresende2-26/+6
web-javascript-dojo module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886329 13f79535-47bb-0310-9956-ffa450edef68
2009-12-02Clean up MF and unused coderfeng4-29/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886312 13f79535-47bb-0310-9956-ffa450edef68
2009-12-02Adding dojo dependency explicitly in the project pom to avoid having to use ↵lresende2-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
2009-12-02Adding web-javascript-dojo module back to investigate hudson build issues as ↵lresende1-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
2009-12-02remove imports no longer neededslaws2-4/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886125 13f79535-47bb-0310-9956-ffa450edef68
2009-12-02remove imports no longer neededslaws1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886124 13f79535-47bb-0310-9956-ffa450edef68
2009-12-02Tidy up the binding interface to include the wire format and operation ↵slaws14-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
2009-12-02Javadoc fixesslaws1-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886099 13f79535-47bb-0310-9956-ffa450edef68
2009-12-02Remove the import as the export is removedrfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886028 13f79535-47bb-0310-9956-ffa450edef68
2009-12-02Tidy up the policy builders (the composite policy builder now only deals ↵rfeng3-549/+160
with strctural hierarchy) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886027 13f79535-47bb-0310-9956-ffa450edef68
2009-12-01Remove the need to export/import RMI provider packagerfeng2-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885973 13f79535-47bb-0310-9956-ffa450edef68
2009-12-01Remove the export of impl packagerfeng1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885970 13f79535-47bb-0310-9956-ffa450edef68
2009-12-01Start to split policy builder into two phases: implementation hierarchy and ↵rfeng11-60/+1493
structural hierarchy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885961 13f79535-47bb-0310-9956-ffa450edef68
2009-12-01Update to the latest OSGi remoteserviceadmin apisrfeng32-1823/+1975
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885958 13f79535-47bb-0310-9956-ffa450edef68
2009-11-28Dont run the tests to avoid all the intermitent build failsantelder1-0/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885068 13f79535-47bb-0310-9956-ffa450edef68
2009-11-28Increase the Tuscaby Ode timeout from 2 to 10 seconds to try to avoid the ↵antelder1-1/+1
intermitent test fails git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885067 13f79535-47bb-0310-9956-ffa450edef68
2009-11-27A place to look at restructuring the Axis2 ws binding runtime to take ↵slaws30-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
2009-11-27add conformance statement number to error messages for ASM50001kelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884860 13f79535-47bb-0310-9956-ffa450edef68
2009-11-27temporary fix to message, it should be moved into the message properties filekelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884847 13f79535-47bb-0310-9956-ffa450edef68
2009-11-27Take web-javascript-dojo out of the build as it doesn't appear to be used by ↵antelder1-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
2009-11-27Change implementation-web to have an extension point to supportantelder7-42/+64
pluggable clients instead of having impl-web-client be a replacement impl-web runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884790 13f79535-47bb-0310-9956-ffa450edef68
2009-11-27Change to use RMI client which now does both local and remote domainsantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884789 13f79535-47bb-0310-9956-ffa450edef68
2009-11-27Update rmi client to use local nodes for local domainsantelder1-23/+55
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884788 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26Use IllegalArgumentException instead of ServiceRuntimeException to fix JCA_9001antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884654 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26Call start if its not been called before to fix JCA_2005antelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884652 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26more error message updateskelvingoodson2-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884579 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26Fixes to add validation for POJO_10006ramkumar1-1/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884505 13f79535-47bb-0310-9956-ffa450edef68