summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-13TUSCANY-3616 - Add code to check that that interface contracts a reference an...slaws44-647/+948
2010-07-13move sample to contrib under trunk, (source directory is deprecated for new c...kelvingoodson17-0/+0
2010-07-12Fix no class def error from wink update to use slf4j api from 1.6 which inclu...antelder1-0/+5
2010-07-12Update wsdl resolving to take account of wsdli:location namespace to location...antelder4-4/+40
2010-07-12Update the ws binding model to have a wsdliLocations field to properly store ...antelder3-7/+36
2010-07-12move badly placed sample contribkelvingoodson17-0/+690
2010-07-11Changes and additions to Java invoker in support of Client-side and Server-si...edwardsmj2-12/+91
2010-07-11Changes and additions to core in support of Client-side and Server-side async...edwardsmj8-71/+519
2010-07-11Changes to binding-ws-runtime-axis2 in support of Client-side and Server-side...edwardsmj3-41/+116
2010-07-11Minor command cleanup, factored out System.in/out to work as well in a Webapp...jsdelfino12-75/+305
2010-07-09Updating Wink to it's most recent release to avoid security issue reported at...lresende5-42/+42
2010-07-09TUSCANY-3618 - Enhancing type mapping for RPC over GET invocation using REST ...lresende3-24/+76
2010-07-09TUSCANY-3617 - Adding support for configuring wireFormat only for response to...lresende16-310/+539
2010-07-08Improve default uri calculationantelder1-13/+16
2010-07-08Add some wsdli:location validationantelder2-3/+9
2010-07-08Add a public getNodeFactory() method to WebAppHelper to allow a servlet to ge...jsdelfino1-0/+4
2010-07-07Fix exception when when no command enteredantelder1-1/+1
2010-07-07Add some more helpantelder1-5/+16
2010-07-07Avoid any empty tokensantelder1-1/+8
2010-07-07Avoid not founds due to extra whitespaceantelder1-0/+1
2010-07-07Update installed command to show all composites in a contribution with the st...antelder1-17/+16
2010-07-07More help updatesantelder1-17/+14
2010-07-07Add RPC/LIT test case slaws1-0/+122
2010-07-07TUSCANY-3616 - correct WSDL/XSD to match Java interface descriptionslaws2-17/+45
2010-07-07TUSCANY-3616 - correct WSDL/XSD to match Java interface descriptionslaws3-21/+50
2010-07-07Remove addToDomainLevelComposite/removeFromDomainLevelComposite as they're th...antelder2-44/+2
2010-07-07TUSCANY-3616 - correct WSDL/XSD to match Java interface descriptionslaws3-18/+46
2010-07-07Add some more help and remove listInstalledContributions and listDeployedComp...antelder2-55/+19
2010-07-07Add bye commandantelder1-0/+3
2010-07-07Move all JLine classes into a sub packageantelder5-7/+10
2010-07-07Update to use a Tuscany specific completor that can complete each command arg...antelder2-0/+234
2010-07-07Update to use a Tuscany specific completor that can complete each command arg...antelder1-3/+5
2010-07-06Add a JLine COmpletor for installed contribution URIsantelder1-0/+47
2010-07-06Add help for installed and remove commandsantelder1-3/+4
2010-07-06Ensure that the SCA namespace prefix is registered in the XPath namespace con...bdaniel2-2/+3
2010-07-06accept command in any caseantelder1-16/+16
2010-07-06Exclude an oasis test thats failingantelder1-0/+1
2010-07-06Update install to not require the -uri flag to specify a uri but instead just...antelder1-15/+38
2010-07-06Start adding help detailantelder1-23/+215
2010-07-06Update to configure the registry from the domainURIantelder3-6/+28
2010-07-05Correct addDeploymentComposite help infoantelder1-1/+1
2010-07-05Add help for installedantelder1-0/+1
2010-07-05Add installed commandantelder1-1/+26
2010-07-05Add a start command thatdoes the same as addToDomainLevelCompositeantelder1-1/+10
2010-07-05Update stop command to support stopping individual contributions and compositesantelder2-8/+26
2010-07-05Change getDeployedComposites to return the composite relative uri instead of ...antelder3-6/+6
2010-07-05Updates to status command and outputantelder1-11/+30
2010-07-05Update to also support using JLine for a more powerful command line and tab c...antelder3-29/+183
2010-07-05Removing unnecessary //TODO commentedwardsmj1-5/+3
2010-07-05Initial version of async client endpoint for async response messages for Phas...edwardsmj2-15/+335