summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Exclude tuscany-oasis-sca-tests-errors.properties from the oasis test runner ↵antelder2010-05-171-1/+1
| | | | | | jar. This was adding to the confusion by also including the error message properties file from the oasis jar and using that over the one in this module so using out of date error message comparrisons git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945203 13f79535-47bb-0310-9956-ffa450edef68
* Exclude tuscany-oasis-sca-tests-errors.properties from the oasis test runner ↵antelder2010-05-171-1/+1
| | | | | | jar. This was adding to the confusion by also including the error message properties file from the oasis jar and using that over the one in this module so using out of date error message comparrisons git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945202 13f79535-47bb-0310-9956-ffa450edef68
* Exclude tuscany-oasis-sca-tests-errors.properties from the oasis test runner ↵antelder2010-05-171-1/+1
| | | | | | jar. This was adding to the confusion by also including the error message properties file from the oasis jar and using that over the one in this module so using out of date error message comparrisons git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945201 13f79535-47bb-0310-9956-ffa450edef68
* configure reporting section of build to begin to differentiate between ↵kelvingoodson2010-05-171-6/+9
| | | | | | extension spi and all other code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945178 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945147 ↵kelvingoodson2010-05-173-4/+4
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* expected message and msg definition catchupkelvingoodson2010-05-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945121 13f79535-47bb-0310-9956-ffa450edef68
* expected message and msg definition catchupkelvingoodson2010-05-173-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945120 13f79535-47bb-0310-9956-ffa450edef68
* expected message and msg definition catchupkelvingoodson2010-05-172-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945109 13f79535-47bb-0310-9956-ffa450edef68
* Correct pom names and add launchers back into buildslaws2010-05-175-6/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945106 13f79535-47bb-0310-9956-ffa450edef68
* Add missing fileslaws2010-05-171-0/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945105 13f79535-47bb-0310-9956-ffa450edef68
* remove a couple of tests that are causing problems in the build. binding.ws ↵slaws2010-05-171-0/+4
| | | | | | is being reorganized. binding-rmi seems to be holding resources open and causing subsequent tests to fail. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945080 13f79535-47bb-0310-9956-ffa450edef68
* launchers breaking the build so comment out until I've fixed itslaws2010-05-151-4/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944607 13f79535-47bb-0310-9956-ffa450edef68
* Decode the url to avoid problems with it inlcudes spaces in the pathantelder2010-05-151-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944591 13f79535-47bb-0310-9956-ffa450edef68
* error message updates for pojo otestskelvingoodson2010-05-143-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944340 13f79535-47bb-0310-9956-ffa450edef68
* There is nothing to a command line launcher other than a README telling you ↵slaws2010-05-141-0/+6
| | | | | | how to run contributions from the command line. I haven't actually worked out how to do it yet but at least this gives the first time user somewhere obvious to look for instructions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944303 13f79535-47bb-0310-9956-ffa450edef68
* Add an OSGi based launcher. Does the same thing as the JSE laucher except ↵slaws2010-05-147-0/+414
| | | | | | using node launcher equinox git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944302 13f79535-47bb-0310-9956-ffa450edef68
* Launch binding-sca and binding-ws based contributions. slaws2010-05-143-25/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944300 13f79535-47bb-0310-9956-ffa450edef68
* Add a contribution for a binding-sca based calculator app. This is a copy of ↵slaws2010-05-1418-0/+825
| | | | | | the existing calculator module but modified to include a "client" component so we can launch it from JSE, mvn, OSGi etc without having to worry about how to get a calculator proxy. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944299 13f79535-47bb-0310-9956-ffa450edef68
* rename binding-ws-calculator to make it clear that it's a contribution (may ↵slaws2010-05-1421-9/+34
| | | | | | decide to use subdirectories for this but seeing how we feel about this approach first) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944245 13f79535-47bb-0310-9956-ffa450edef68
* 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