summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-05Update testcase to test default schemeantelder2-4/+8
2010-05-05Use default node factory config if no config init param existsantelder1-1/+5
2010-05-05Avoid NPE if reg uri is nullantelder1-2/+1
2010-05-05No code change just format the codeantelder1-14/+15
2010-05-05Update to Abdera 1.0antelder2-13/+14
2010-05-05Update to use uri format configantelder1-2/+2
2010-05-04Adjusting expected error message after changes from revision 940787lresende1-1/+1
2010-05-04Temporarily take out distro itest as its hanging for me and hudsonantelder1-1/+1
2010-05-04Add missing definition of MyComplexTypeslaws1-0/+40
2010-05-04Make error more meaningful but the message really needs to be separated into ...slaws1-1/+1
2010-05-04Remove invalid commentsrfeng1-8/+0
2010-05-03Format the coderfeng1-203/+159
2010-05-03Add a utility to generate a JAX-RS resource class from the JAX-RS annotated i...rfeng9-1/+702
2010-04-30Add basic support for binary data types for binding.restrfeng8-53/+426
2010-04-30Minor update on REST cache control test case to accomodate refactoring to use...lresende1-5/+7
2010-04-30Updating REST binding to use common-http cache context class and minor update...lresende5-322/+67
2010-04-30Removing unused code...lresende2-120/+0
2010-04-30Enhanced support for JAX-RS annotations allowing @Path({id}) to be mapped to ...lresende6-37/+116
2010-04-30Enhancing processing of JAX-RS interfaces, and fixing typo on the annotation ...lresende1-21/+19
2010-04-30Add uri: and properties: so these work with the .bat/.sh scriptsantelder1-1/+1
2010-04-30Add file missed in prevoous commit - r939702 -Add the base jar to the all di...antelder1-0/+32
2010-04-30Add the base jar to the all distroantelder4-0/+10
2010-04-30Simplify the sample exclusions by excluding all webapp target folder contentsantelder1-7/+1
2010-04-29Fix the uri calculationrfeng1-16/+25
2010-04-29Reverting changes from #939029 to avoid issues with implementation widget and...lresende1-9/+9
2010-04-29Updating maven-eclipse-plugin to release 2.8lresende1-1/+1
2010-04-29Updating maven-war-plugin to release 2.1-beta1lresende1-1/+1
2010-04-29Updating maven-depedency-plugin to release 2.1lresende1-1/+1
2010-04-29Updating maven-resources-plugin to release 2.4.2lresende1-1/+1
2010-04-29Updating maven-install-plugin to release 2.3lresende1-1/+1
2010-04-29Updating maven-clean-plugin to release 2.4lresende1-1/+1
2010-04-29add jaws tests into buildslaws1-0/+1
2010-04-29explicitly call out those extensions which contain Extension Developers' SPI ...kelvingoodson6-0/+49
2010-04-29forall classes 'c' in packages interfacedef.java* that are imported by tuscan...kelvingoodson6-0/+6
2010-04-29Refactoring HTTPCacheContext to common-http module to avoid binding-atom to d...lresende5-9/+5
2010-04-29Adding XML wire format binding implementation for REST binding, and adjusting...lresende19-17/+612
2010-04-29Adding XML wire format model definition for REST bindinglresende7-1/+180
2010-04-29Adding XML wire format definition to REST binding schemalresende1-0/+9
2010-04-29TUSCANY-3543 - Return first available binding when creating selfReference wit...lresende1-2/+9
2010-04-29Minor fix for the binding wire format QNamelresende1-1/+1
2010-04-28Fix the generated JavaScript to use tuscany.sca.Reference rfeng2-16/+25
2010-04-28a few more spi tagskelvingoodson3-0/+7
2010-04-28mark additional classes as extension spi according to use by host* extensionskelvingoodson5-1/+5
2010-04-28mark additional classes as extension spi according to use by databinding-jaxb...kelvingoodson6-1/+11
2010-04-28mark additional classes as extension spi according to use by databinding-jaxbkelvingoodson3-1/+3
2010-04-28Tweaking binding implementation and adding tests for GET, PUT, POST operation...lresende5-21/+103
2010-04-28Update testcase to simulate a browser GET call and verify the right JSON is p...lresende1-10/+20
2010-04-28Adding interface-java-jaxrs to web20 featurelresende1-0/+8
2010-04-27Fixing jax-rs operation flag in the test case to match what is used by the ru...lresende1-1/+1
2010-04-27Operation selector implementation that uses JAX-RS annotations to map http re...lresende17-47/+406