summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-11TUSCANY-3553 - add the SCA spec schema to the system contribution so that ↵slaws4-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
2010-05-11Considering request encoding when processing bodylresende2-18/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943205 13f79535-47bb-0310-9956-ffa450edef68
2010-05-11Add a custom manifest and bundle activator so the base jar can be used in osgiantelder6-8/+874
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943154 13f79535-47bb-0310-9956-ffa450edef68
2010-05-11Add the rmi binding and all the osgi modules to include all modules needed ↵antelder1-0/+79
to run the dosig samples git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943153 13f79535-47bb-0310-9956-ffa450edef68
2010-05-10Updating test to check declarative header supportlresende2-1/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942940 13f79535-47bb-0310-9956-ffa450edef68
2010-05-10error message updates for caa otestskelvingoodson12-36/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942716 13f79535-47bb-0310-9956-ffa450edef68
2010-05-08enable the calculator-equinox test in the distro itest suite. slaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942395 13f79535-47bb-0310-9956-ffa450edef68
2010-05-08Add a tuscany.home property to make it easy to run the ant script from ↵slaws1-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
2010-05-08Don't install jars in the distribution lib folder into the OSGi runtimeslaws1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942391 13f79535-47bb-0310-9956-ffa450edef68
2010-05-08Exclude shaded jars from the distribution modules directoryslaws1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942390 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07Adding support for declarative http headers in binding.restlresende8-19/+203
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942274 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07Adding model for declarative http headers and other minor formattingslresende5-1/+87
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942273 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07Adding schema for declarative headerslresende1-0/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942271 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07Removing unused imports...lresende1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942270 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07add jaxrs dependencyslaws1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942168 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07Fix enabling Tuscany SDO modules to load under OSGi - code previously ↵edwardsmj1-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
2010-05-07add conformance statements to error message after running otestskelvingoodson10-30/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942115 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07Added correct version # parameters to the imports of sdo packages in the ↵edwardsmj1-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
2010-05-07Extend composite document processing to support DTD declarations and Entity ↵edwardsmj1-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
2010-05-07Add back the calculator rmi testsantelder1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942057 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07Put binding-ws-calculator back into the distro itest. It does run now but ↵slaws1-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
2010-05-07add failure instructionsslaws1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942045 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07Playing with getting the sample an scripts working again to remind myself ↵slaws1-3/+31
what the issues are git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942044 13f79535-47bb-0310-9956-ffa450edef68
2010-05-06Catch up with Mikes SDO changes at r941719slaws1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941759 13f79535-47bb-0310-9956-ffa450edef68
2010-05-06Fixes to databinding-sdo required to enable the module to work under OSGi, ↵edwardsmj8-12/+66
as described in TUSCANY-3547 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941719 13f79535-47bb-0310-9956-ffa450edef68
2010-05-06TUSCANY-3530 - first raft of changes to turn on property type checking at ↵slaws12-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
2010-05-06And fix typo here alsoslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941691 13f79535-47bb-0310-9956-ffa450edef68
2010-05-06Fix typo in commentslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941690 13f79535-47bb-0310-9956-ffa450edef68
2010-05-06TUSCANY-3546slaws1-0/+40
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941644 13f79535-47bb-0310-9956-ffa450edef68
2010-05-06Move never finished sample from trunk to contribantelder12-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941643 13f79535-47bb-0310-9956-ffa450edef68
2010-05-06Add tuscany plugin so sample contribution can be run with mvn tuscany:runantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941606 13f79535-47bb-0310-9956-ffa450edef68
2010-05-06Start bringing property itest up slaws5-18/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941593 13f79535-47bb-0310-9956-ffa450edef68
2010-05-06Removing unused js generator from implementation widgetlresende1-218/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941587 13f79535-47bb-0310-9956-ffa450edef68
2010-05-05Update to use NodeFactory as now that does most things that DomainNode didantelder1-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941248 13f79535-47bb-0310-9956-ffa450edef68
2010-05-05Update testcase to test default schemeantelder2-4/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941246 13f79535-47bb-0310-9956-ffa450edef68
2010-05-05Use default node factory config if no config init param existsantelder1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941245 13f79535-47bb-0310-9956-ffa450edef68
2010-05-05Avoid NPE if reg uri is nullantelder1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941244 13f79535-47bb-0310-9956-ffa450edef68
2010-05-05No code change just format the codeantelder1-14/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941230 13f79535-47bb-0310-9956-ffa450edef68
2010-05-05Update to Abdera 1.0antelder2-13/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941218 13f79535-47bb-0310-9956-ffa450edef68
2010-05-05Update to use uri format configantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941217 13f79535-47bb-0310-9956-ffa450edef68
2010-05-04Adjusting expected error message after changes from revision 940787lresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941016 13f79535-47bb-0310-9956-ffa450edef68
2010-05-04Temporarily take out distro itest as its hanging for me and hudsonantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940828 13f79535-47bb-0310-9956-ffa450edef68
2010-05-04Add missing definition of MyComplexTypeslaws1-0/+40
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940791 13f79535-47bb-0310-9956-ffa450edef68
2010-05-04Make error more meaningful but the message really needs to be separated into ↵slaws1-1/+1
a properties file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940787 13f79535-47bb-0310-9956-ffa450edef68
2010-05-04Remove invalid commentsrfeng1-8/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940680 13f79535-47bb-0310-9956-ffa450edef68
2010-05-03Format the coderfeng1-203/+159
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940670 13f79535-47bb-0310-9956-ffa450edef68
2010-05-03Add a utility to generate a JAX-RS resource class from the JAX-RS annotated ↵rfeng9-1/+702
interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940652 13f79535-47bb-0310-9956-ffa450edef68
2010-04-30Add basic support for binary data types for binding.restrfeng8-53/+426
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939874 13f79535-47bb-0310-9956-ffa450edef68
2010-04-30Minor update on REST cache control test case to accomodate refactoring to ↵lresende1-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
2010-04-30Updating REST binding to use common-http cache context class and minor ↵lresende5-322/+67
update to HTTPCacheContext factory method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939810 13f79535-47bb-0310-9956-ffa450edef68