summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixing extra space that was causing issues with implementation.widget ↵lresende2010-05-121-2/+2
| | | | | | generated scripts git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943671 13f79535-47bb-0310-9956-ffa450edef68
* Adding generated eTag to RPC style invocationslresende2010-05-122-9/+52
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943389 13f79535-47bb-0310-9956-ffa450edef68
* Minor formatting...lresende2010-05-121-110/+128
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943388 13f79535-47bb-0310-9956-ffa450edef68
* Removing system.out.println()lresende2010-05-121-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943387 13f79535-47bb-0310-9956-ffa450edef68
* Adding RPC Operation Selector to binding.restlresende2010-05-1222-35/+745
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943376 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3553 - add the SCA spec schema to the system contribution so that ↵slaws2010-05-114-8/+74
| | | | | | users can use SCA schema in property types. I don't know why people would want to do that but this capability seems to be the intention of the spec. This slows down the loading of any contributions that use these types, as the schema are loaded, but has little affect if you don't. I'm still looking at whether the local scheme optimization I added is effective but decided to check in as this fault is stopping the otests from running properly currently. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943224 13f79535-47bb-0310-9956-ffa450edef68
* Considering request encoding when processing bodylresende2010-05-112-18/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943205 13f79535-47bb-0310-9956-ffa450edef68
* Updating test to check declarative header supportlresende2010-05-102-1/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942940 13f79535-47bb-0310-9956-ffa450edef68
* error message updates for caa otestskelvingoodson2010-05-109-17/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942716 13f79535-47bb-0310-9956-ffa450edef68
* Don't install jars in the distribution lib folder into the OSGi runtimeslaws2010-05-081-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942391 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for declarative http headers in binding.restlresende2010-05-078-19/+203
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942274 13f79535-47bb-0310-9956-ffa450edef68
* Adding model for declarative http headers and other minor formattingslresende2010-05-075-1/+87
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942273 13f79535-47bb-0310-9956-ffa450edef68
* Adding schema for declarative headerslresende2010-05-071-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942271 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused imports...lresende2010-05-071-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942270 13f79535-47bb-0310-9956-ffa450edef68
* add jaxrs dependencyslaws2010-05-071-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942168 13f79535-47bb-0310-9956-ffa450edef68
* Fix enabling Tuscany SDO modules to load under OSGi - code previously ↵edwardsmj2010-05-071-1/+3
| | | | | | treated them as if they were Tuscany SCA modules and as a result they were not being loaded at all under OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942121 13f79535-47bb-0310-9956-ffa450edef68
* add conformance statements to error message after running otestskelvingoodson2010-05-076-11/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942115 13f79535-47bb-0310-9956-ffa450edef68
* Added correct version # parameters to the imports of sdo packages in the ↵edwardsmj2010-05-071-3/+3
| | | | | | MANIFEST of databinding-sdo-axiom (version = 2.1) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942107 13f79535-47bb-0310-9956-ffa450edef68
* Extend composite document processing to support DTD declarations and Entity ↵edwardsmj2010-05-071-5/+45
| | | | | | declarations, in support of the use of Entity References to parameterize composite files, as described in TUSCANY-3548 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942100 13f79535-47bb-0310-9956-ffa450edef68
* Catch up with Mikes SDO changes at r941719slaws2010-05-061-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941759 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to databinding-sdo required to enable the module to work under OSGi, ↵edwardsmj2010-05-068-12/+66
| | | | | | as described in TUSCANY-3547 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941719 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3530 - first raft of changes to turn on property type checking at ↵slaws2010-05-0611-10/+256
| | | | | | deployment time. Required by ASM_5038 and ASM_5039. Still some TODOs including handling elements, composite properties, multiplicity and complex types derived from the component type. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941695 13f79535-47bb-0310-9956-ffa450edef68
* And fix typo here alsoslaws2010-05-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941691 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in commentslaws2010-05-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941690 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3546slaws2010-05-061-0/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941644 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused js generator from implementation widgetlresende2010-05-061-218/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941587 13f79535-47bb-0310-9956-ffa450edef68
* Update to use NodeFactory as now that does most things that DomainNode didantelder2010-05-051-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941248 13f79535-47bb-0310-9956-ffa450edef68
* Update testcase to test default schemeantelder2010-05-052-4/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941246 13f79535-47bb-0310-9956-ffa450edef68
* Use default node factory config if no config init param existsantelder2010-05-051-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941245 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE if reg uri is nullantelder2010-05-051-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941244 13f79535-47bb-0310-9956-ffa450edef68
* No code change just format the codeantelder2010-05-051-14/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941230 13f79535-47bb-0310-9956-ffa450edef68
* Update to Abdera 1.0antelder2010-05-051-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941218 13f79535-47bb-0310-9956-ffa450edef68
* Make error more meaningful but the message really needs to be separated into ↵slaws2010-05-041-1/+1
| | | | | | a properties file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940787 13f79535-47bb-0310-9956-ffa450edef68
* Remove invalid commentsrfeng2010-05-041-8/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940680 13f79535-47bb-0310-9956-ffa450edef68
* Format the coderfeng2010-05-031-203/+159
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940670 13f79535-47bb-0310-9956-ffa450edef68
* Add a utility to generate a JAX-RS resource class from the JAX-RS annotated ↵rfeng2010-05-039-1/+702
| | | | | | interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940652 13f79535-47bb-0310-9956-ffa450edef68
* Add basic support for binary data types for binding.restrfeng2010-04-308-53/+426
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939874 13f79535-47bb-0310-9956-ffa450edef68
* Minor update on REST cache control test case to accomodate refactoring to ↵lresende2010-04-301-5/+7
| | | | | | use common-http cache context class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939812 13f79535-47bb-0310-9956-ffa450edef68
* Updating REST binding to use common-http cache context class and minor ↵lresende2010-04-305-322/+67
| | | | | | update to HTTPCacheContext factory method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939810 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused code...lresende2010-04-302-120/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939809 13f79535-47bb-0310-9956-ffa450edef68
* Enhanced support for JAX-RS annotations allowing @Path({id}) to be mapped to ↵lresende2010-04-306-37/+116
| | | | | | an operation expecting a id paramenter. This gives basic support for get and delete operations on a given resource git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939744 13f79535-47bb-0310-9956-ffa450edef68
* Enhancing processing of JAX-RS interfaces, and fixing typo on the annotation ↵lresende2010-04-301-21/+19
| | | | | | used for delete operations git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939743 13f79535-47bb-0310-9956-ffa450edef68
* Add uri: and properties: so these work with the .bat/.sh scriptsantelder2010-04-301-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939707 13f79535-47bb-0310-9956-ffa450edef68
* Fix the uri calculationrfeng2010-04-291-16/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939468 13f79535-47bb-0310-9956-ffa450edef68
* Reverting changes from #939029 to avoid issues with implementation widget ↵lresende2010-04-291-9/+9
| | | | | | and making store sample working again git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939423 13f79535-47bb-0310-9956-ffa450edef68
* explicitly call out those extensions which contain Extension Developers' SPI ↵kelvingoodson2010-04-296-0/+49
| | | | | | and those extensions which have a special relationship git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939277 13f79535-47bb-0310-9956-ffa450edef68
* forall classes 'c' in packages interfacedef.java* that are imported by ↵kelvingoodson2010-04-296-0/+6
| | | | | | tuscany module code, tag c as extension spi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939246 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring HTTPCacheContext to common-http module to avoid binding-atom to ↵lresende2010-04-295-9/+5
| | | | | | depend on binding-http git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939202 13f79535-47bb-0310-9956-ffa450edef68
* Adding XML wire format binding implementation for REST binding, and ↵lresende2010-04-2919-17/+612
| | | | | | adjusting/improving tests for XML and JSON wire formats git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939194 13f79535-47bb-0310-9956-ffa450edef68
* Adding XML wire format model definition for REST bindinglresende2010-04-297-1/+180
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939193 13f79535-47bb-0310-9956-ffa450edef68