summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-07Avoid NPE if source contract is nullantelder1-1/+1
2009-12-06Avoid NPE when sourec interface hasn't yet by introspectedantelder1-0/+9
2009-12-06Rename TuscanyHost class to TuscanyHostConfigantelder1-1/+1
2009-12-06Remove now unneeded code and reformat a few linesantelder1-21/+2
2009-12-06Remove all the old Tuscany cofig code from the TuscanyContext as its now don...antelder1-49/+6
2009-12-06Update the installer to explicitly add the TuscanyHostConfig to Host definiti...antelder1-6/+53
2009-12-06Make the test service remotable and add a @Service annottion as the service i...antelder2-0/+5
2009-12-06Add tribes and RMI based SCA binding to tomcat distroantelder1-0/+10
2009-12-05Keep the remote flagrfeng1-0/+2
2009-12-04Small updates to webapp sample artifactId to group them together when importe...lresende18-36/+37
2009-12-04Avoid starting the node twicelresende1-2/+0
2009-12-04Remove the override attributeantelder1-1/+1
2009-12-04Update the Tomcat distribution so that SCA contributions can be deployed to e...antelder7-98/+393
2009-12-04Add setting the domain uri from an init parameter to start getting the distri...antelder1-0/+6
2009-12-04Add a wait for ever to make it easier to test the clientantelder1-1/+3
2009-12-04Add some separate client and service classes to run the test manually in eclipseantelder3-0/+117
2009-12-04Add an exception print so i can see if the error happens on the hudson machineantelder1-0/+5
2009-12-02Minor update to dojo install script as the zip structure has changedlresende1-5/+5
2009-12-02Couple more updates to the script that install dojo into the web-javascript-...lresende2-26/+6
2009-12-02Clean up MF and unused coderfeng4-29/+2
2009-12-02Adding dojo dependency explicitly in the project pom to avoid having to use m...lresende2-25/+9
2009-12-02Adding web-javascript-dojo module back to investigate hudson build issues as ...lresende1-0/+1
2009-12-02remove imports no longer neededslaws2-4/+0
2009-12-02remove imports no longer neededslaws1-3/+0
2009-12-02Tidy up the binding interface to include the wire format and operation select...slaws14-48/+272
2009-12-02Add comment suggesting that samples should also be tested in itest/distributionslaws1-0/+5
2009-12-02Javadoc fixesslaws1-1/+6
2009-12-02Remove the import as the export is removedrfeng1-1/+0
2009-12-02Tidy up the policy builders (the composite policy builder now only deals with...rfeng3-549/+160
2009-12-01Remove the need to export/import RMI provider packagerfeng2-3/+1
2009-12-01Remove the export of impl packagerfeng1-3/+1
2009-12-01Start to split policy builder into two phases: implementation hierarchy and s...rfeng11-60/+1493
2009-12-01Update to the latest OSGi remoteserviceadmin apisrfeng32-1823/+1975
2009-11-28Dont run the tests to avoid all the intermitent build failsantelder1-0/+13
2009-11-28Increase the Tuscaby Ode timeout from 2 to 10 seconds to try to avoid the int...antelder1-1/+1
2009-11-27Try increasing the TTL property to avoid the random test failsantelder1-1/+1
2009-11-27A place to look at restructuring the Axis2 ws binding runtime to take account...slaws30-0/+4805
2009-11-27add conformance statement number to error messages for ASM50001kelvingoodson1-1/+1
2009-11-27temporary fix to message, it should be moved into the message properties filekelvingoodson1-1/+1
2009-11-27Change helloworld sample to be a zip contributionantelder3-6/+33
2009-11-27Take web-javascript-dojo out of the build as it doesn't appear to be used by ...antelder1-1/+0
2009-11-27Change implementation-web to have an extension point to supportantelder7-42/+64
2009-11-27Change to use RMI client which now does both local and remote domainsantelder1-1/+1
2009-11-27Update rmi client to use local nodes for local domainsantelder1-23/+55
2009-11-26Use IllegalArgumentException instead of ServiceRuntimeException to fix JCA_9001antelder1-1/+1
2009-11-26Call start if its not been called before to fix JCA_2005antelder1-0/+3
2009-11-26more error message updateskelvingoodson2-3/+2
2009-11-26Fixes to add validation for POJO_10006ramkumar1-1/+18
2009-11-26Try to avoid the current modification exceptions that hapen sometimes on shut...antelder1-0/+2
2009-11-26Call all of visitXXX methods on the visitors one by one so that a visitor is ...rfeng1-43/+31