summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add a custom manifest and bundle activator so the base jar can be used in osgiantelder2010-05-116-8/+874
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943154 13f79535-47bb-0310-9956-ffa450edef68
* Add the rmi binding and all the osgi modules to include all modules needed ↵antelder2010-05-111-0/+79
| | | | | | to run the dosig samples git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943153 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-1012-36/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942716 13f79535-47bb-0310-9956-ffa450edef68
* enable the calculator-equinox test in the distro itest suite. slaws2010-05-081-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942395 13f79535-47bb-0310-9956-ffa450edef68
* Add a tuscany.home property to make it easy to run the ant script from ↵slaws2010-05-081-4/+8
| | | | | | outside a distribution, e.g. from eclipse git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942392 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
* Exclude shaded jars from the distribution modules directoryslaws2010-05-081-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942390 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-0710-30/+30
| | | | 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
* Add back the calculator rmi testsantelder2010-05-071-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942057 13f79535-47bb-0310-9956-ffa450edef68
* Put binding-ws-calculator back into the distro itest. It does run now but ↵slaws2010-05-071-1/+1
| | | | | | doesn't do any particularly useful testing as the client doesn't run. Waiting for ML conclusion on sample structure before doing any more work here but wouldn't want people to think that it's redundant. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942048 13f79535-47bb-0310-9956-ffa450edef68
* add failure instructionsslaws2010-05-071-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942045 13f79535-47bb-0310-9956-ffa450edef68
* Playing with getting the sample an scripts working again to remind myself ↵slaws2010-05-071-3/+31
| | | | | | what the issues are git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942044 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-0612-11/+257
| | | | | | 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
* Move never finished sample from trunk to contribantelder2010-05-0612-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941643 13f79535-47bb-0310-9956-ffa450edef68
* Add tuscany plugin so sample contribution can be run with mvn tuscany:runantelder2010-05-061-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941606 13f79535-47bb-0310-9956-ffa450edef68
* Start bringing property itest up slaws2010-05-065-18/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941593 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-052-13/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941218 13f79535-47bb-0310-9956-ffa450edef68
* Update to use uri format configantelder2010-05-051-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941217 13f79535-47bb-0310-9956-ffa450edef68
* Adjusting expected error message after changes from revision 940787lresende2010-05-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941016 13f79535-47bb-0310-9956-ffa450edef68
* Temporarily take out distro itest as its hanging for me and hudsonantelder2010-05-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940828 13f79535-47bb-0310-9956-ffa450edef68
* Add missing definition of MyComplexTypeslaws2010-05-041-0/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940791 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