summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* error message updates for ci/pojo otestskelvingoodson2010-05-143-17/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944219 13f79535-47bb-0310-9956-ffa450edef68
* Make ant script work for JSE launcher. compiles with base jar but doesn't ↵slaws2010-05-143-7/+134
| | | | | | run with it at the moment. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944207 13f79535-47bb-0310-9956-ffa450edef68
* simplify the build classpath at this contribution requires very little to ↵slaws2010-05-141-2/+1
| | | | | | compile. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944187 13f79535-47bb-0310-9956-ffa450edef68
* remove duplicate entryslaws2010-05-141-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944186 13f79535-47bb-0310-9956-ffa450edef68
* Add sca-api jar into the lib folder so that it's in a consistent place when ↵slaws2010-05-141-0/+1
| | | | | | the user is creating simple classpaths. I'd like this to be don't by a feature so that the user always refers to the same thing (and the same mvn group) regardless of which parts of the system they are including. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944185 13f79535-47bb-0310-9956-ffa450edef68
* Change the phase where oasis artifact unpacking is done from compile to ↵antelder2010-05-144-4/+4
| | | | | | test-compile to see if that helps with the issue of tests not getting run ocasionally git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944173 13f79535-47bb-0310-9956-ffa450edef68
* Update to use defaultDomainNameantelder2010-05-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944153 13f79535-47bb-0310-9956-ffa450edef68
* Remove exclude for ASM_4005 as its working nowantelder2010-05-141-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944148 13f79535-47bb-0310-9956-ffa450edef68
* Add missing OSGi importrfeng2010-05-131-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944017 13f79535-47bb-0310-9956-ffa450edef68
* Allow direct access to the SCA schema. Rather than via the Tuscany schema. ↵slaws2010-05-133-21/+43
| | | | | | At the moment I've turned off validation of sca namespace schema as the OASIS sca schema already includes a "value" element which is an any. So values should validate against anything. Am raising with OASIS but didn't want to do any more fiddling until I get an answer as the guts of this stuff is proving surprisingly frustrating. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944004 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3553 - remove the full dtd URL as, when this is read into the ↵slaws2010-05-132-2/+2
| | | | | | XsdModelResolver is done using a schema collection. Under the covers this uses a parser but give no access to trap the dtd load event. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944002 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependencies and versionsslaws2010-05-132-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944000 13f79535-47bb-0310-9956-ffa450edef68
* Add some more sca clinet api testsantelder2010-05-131-1/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943891 13f79535-47bb-0310-9956-ffa450edef68
* Add some tests to the sca client testsantelder2010-05-132-13/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943888 13f79535-47bb-0310-9956-ffa450edef68
* Set the domain name frm the properties uri configantelder2010-05-131-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943887 13f79535-47bb-0310-9956-ffa450edef68
* Update to throw NoSuchDomainException/NoSuchServiceException as appropriate ↵antelder2010-05-132-9/+24
| | | | | | instead of other exceptions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943885 13f79535-47bb-0310-9956-ffa450edef68
* Updating Copyright Year in NOTICE fileslresende2010-05-1290-90/+90
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943700 13f79535-47bb-0310-9956-ffa450edef68
* Starting tide up of release artifactslresende2010-05-125-7/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943699 13f79535-47bb-0310-9956-ffa450edef68
* Making samples to depend on web 2.0 feature pomlresende2010-05-122-94/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943693 13f79535-47bb-0310-9956-ffa450edef68
* Adding test back to build, as it's passing nowlresende2010-05-121-4/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943692 13f79535-47bb-0310-9956-ffa450edef68
* Updating web2.0 feature to include implementation.widget and js extensions ↵lresende2010-05-121-1/+32
| | | | | | as well as binding-jsonp git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943691 13f79535-47bb-0310-9956-ffa450edef68
* Tyding up sample binding uri to make it work for the releaselresende2010-05-121-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943672 13f79535-47bb-0310-9956-ffa450edef68
* 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
* Simple embedded JSE sample launcher. Only launches binding-ws-calculator, no ↵slaws2010-05-124-0/+210
| | | | | | generalized bridge etc. but using it to look at dependencies, build.xml etc. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943552 13f79535-47bb-0310-9956-ffa450edef68
* Update error messages from otest onesantelder2010-05-121-10/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943545 13f79535-47bb-0310-9956-ffa450edef68
* Update excludes ion assembly compliance test runnerantelder2010-05-121-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943544 13f79535-47bb-0310-9956-ffa450edef68
* turn unit testing back onslaws2010-05-121-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943524 13f79535-47bb-0310-9956-ffa450edef68
* Add tentative mapping between the launch mechanisms and samples and launchersslaws2010-05-121-8/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943519 13f79535-47bb-0310-9956-ffa450edef68
* Start dumping notes from the ML in here with a view to creating the updated ↵slaws2010-05-121-0/+126
| | | | | | README as we progress through tidying the samples git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943515 13f79535-47bb-0310-9956-ffa450edef68
* Remove exclude as the test works nowantelder2010-05-121-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943512 13f79535-47bb-0310-9956-ffa450edef68
* Ant script only needs a build target. Jars still need to be fixed up to be ↵slaws2010-05-121-40/+1
| | | | | | feature jars git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943497 13f79535-47bb-0310-9956-ffa450edef68
* As we're just building binding-ws-calculator as a contribution we only need ↵slaws2010-05-121-22/+1
| | | | | | to dependend on the SCA API. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943496 13f79535-47bb-0310-9956-ffa450edef68
* Using binding-ws-calulator as an example of turning samples into ↵slaws2010-05-125-147/+21
| | | | | | contributions. First step is to remove the client code from the contribution and adjust the composite and test case accordingly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943495 13f79535-47bb-0310-9956-ffa450edef68
* add a binding-ws feature for initial use in samplesslaws2010-05-122-0/+108
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943494 13f79535-47bb-0310-9956-ffa450edef68
* Remind myself of structure of calculator sample by redrawing the diagram in ↵slaws2010-05-123-329/+0
| | | | | | open office. I not longer have the program I used to generate the svg file so open office seems like more commonly used alternative git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943491 13f79535-47bb-0310-9956-ffa450edef68
* Add excludes for the two failing tests whch are failing with something to do ↵antelder2010-05-121-0/+2
| | | | | | with a property with datetime schema problem git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943490 13f79535-47bb-0310-9956-ffa450edef68
* Update error msg file for recent complinace number changesantelder2010-05-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943483 13f79535-47bb-0310-9956-ffa450edef68
* Include spring shaded jarantelder2010-05-121-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943440 13f79535-47bb-0310-9956-ffa450edef68
* Exclude all shaded jarsantelder2010-05-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943439 13f79535-47bb-0310-9956-ffa450edef68
* Include spring dependnecies in lib antelder2010-05-121-1/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943438 13f79535-47bb-0310-9956-ffa450edef68
* Include the helloworld-spring sample in distroantelder2010-05-121-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943437 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
* 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