summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the MF and remove the need to ues impl classesrfeng2009-12-082-3/+4
* Use the defualt node key (domainURI+nodeURI)rfeng2009-12-084-5/+9
* Toying with idea of being more systematic with maven module namesslaws2009-12-081-1/+1
* Add code to repeat endpoint reference matching in the failure case only. Give...slaws2009-12-081-14/+35
* Update so its 1 node talking to 2 others, which does work okantelder2009-12-081-4/+4
* Correct delimeterantelder2009-12-081-1/+1
* Add third registry to test and add @Ignore so test isnt run in the build yetantelder2009-12-081-2/+18
* Start a test for multiple registries and static routesantelder2009-12-081-2/+8
* Add a quick hack to enable disabling multicast. Will need to clean up all the...antelder2009-12-083-1/+149
* Add a ranking so that the rmi version of binding.sca is picked up in preferen...slaws2009-12-082-2/+2
* Add a interceptor that can disable multicastantelder2009-12-081-0/+41
* Fix the service id type to Longrfeng2009-12-081-1/+4
* Update to the latest spec apisrfeng2009-12-083-486/+539
* Fix MANIFEST.MFrfeng2009-12-083-5/+17
* Split method into two to aid with subclass implsantelder2009-12-071-8/+14
* Avoid NPE if source contract is nullantelder2009-12-071-1/+1
* Avoid NPE when sourec interface hasn't yet by introspectedantelder2009-12-061-0/+9
* Keep the remote flagrfeng2009-12-051-0/+2
* Add setting the domain uri from an init parameter to start getting the distri...antelder2009-12-041-0/+6
* Minor update to dojo install script as the zip structure has changedlresende2009-12-021-5/+5
* Couple more updates to the script that install dojo into the web-javascript-...lresende2009-12-022-26/+6
* Clean up MF and unused coderfeng2009-12-024-29/+2
* Adding dojo dependency explicitly in the project pom to avoid having to use m...lresende2009-12-022-25/+9
* Adding web-javascript-dojo module back to investigate hudson build issues as ...lresende2009-12-021-0/+1
* remove imports no longer neededslaws2009-12-022-4/+0
* remove imports no longer neededslaws2009-12-021-3/+0
* Tidy up the binding interface to include the wire format and operation select...slaws2009-12-0214-48/+272
* Javadoc fixesslaws2009-12-021-1/+6
* Remove the import as the export is removedrfeng2009-12-021-1/+0
* Tidy up the policy builders (the composite policy builder now only deals with...rfeng2009-12-023-549/+160
* Remove the need to export/import RMI provider packagerfeng2009-12-012-3/+1
* Remove the export of impl packagerfeng2009-12-011-3/+1
* Start to split policy builder into two phases: implementation hierarchy and s...rfeng2009-12-0111-60/+1493
* Update to the latest OSGi remoteserviceadmin apisrfeng2009-12-0132-1823/+1975
* Dont run the tests to avoid all the intermitent build failsantelder2009-11-281-0/+13
* Increase the Tuscaby Ode timeout from 2 to 10 seconds to try to avoid the int...antelder2009-11-281-1/+1
* A place to look at restructuring the Axis2 ws binding runtime to take account...slaws2009-11-2730-0/+4805
* add conformance statement number to error messages for ASM50001kelvingoodson2009-11-271-1/+1
* temporary fix to message, it should be moved into the message properties filekelvingoodson2009-11-271-1/+1
* Take web-javascript-dojo out of the build as it doesn't appear to be used by ...antelder2009-11-271-1/+0
* Change implementation-web to have an extension point to supportantelder2009-11-277-42/+64
* Change to use RMI client which now does both local and remote domainsantelder2009-11-271-1/+1
* Update rmi client to use local nodes for local domainsantelder2009-11-271-23/+55
* Use IllegalArgumentException instead of ServiceRuntimeException to fix JCA_9001antelder2009-11-261-1/+1
* Call start if its not been called before to fix JCA_2005antelder2009-11-261-0/+3
* more error message updateskelvingoodson2009-11-262-3/+2
* Fixes to add validation for POJO_10006ramkumar2009-11-261-1/+18
* Try to avoid the current modification exceptions that hapen sometimes on shut...antelder2009-11-261-0/+2
* Call all of visitXXX methods on the visitors one by one so that a visitor is ...rfeng2009-11-261-43/+31
* For POL_5001 test to see if there are extensions to handle implementation typ...slaws2009-11-252-2/+28