summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-14error message updates for pojo otestskelvingoodson3-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944340 13f79535-47bb-0310-9956-ffa450edef68
2010-05-14There is nothing to a command line launcher other than a README telling you ↵slaws1-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
2010-05-14Add an OSGi based launcher. Does the same thing as the JSE laucher except ↵slaws7-0/+414
using node launcher equinox git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944302 13f79535-47bb-0310-9956-ffa450edef68
2010-05-14Launch binding-sca and binding-ws based contributions. slaws3-25/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944300 13f79535-47bb-0310-9956-ffa450edef68
2010-05-14Add a contribution for a binding-sca based calculator app. This is a copy of ↵slaws18-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
2010-05-14rename binding-ws-calculator to make it clear that it's a contribution (may ↵slaws21-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
2010-05-14error message updates for ci/pojo otestskelvingoodson3-17/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944219 13f79535-47bb-0310-9956-ffa450edef68
2010-05-14Make ant script work for JSE launcher. compiles with base jar but doesn't ↵slaws3-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
2010-05-14simplify the build classpath at this contribution requires very little to ↵slaws1-2/+1
compile. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944187 13f79535-47bb-0310-9956-ffa450edef68
2010-05-14remove duplicate entryslaws1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944186 13f79535-47bb-0310-9956-ffa450edef68
2010-05-14Add sca-api jar into the lib folder so that it's in a consistent place when ↵slaws1-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
2010-05-14Change the phase where oasis artifact unpacking is done from compile to ↵antelder4-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
2010-05-14Update to use defaultDomainNameantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944153 13f79535-47bb-0310-9956-ffa450edef68
2010-05-14Remove exclude for ASM_4005 as its working nowantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944148 13f79535-47bb-0310-9956-ffa450edef68
2010-05-13Add missing OSGi importrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944017 13f79535-47bb-0310-9956-ffa450edef68
2010-05-13Allow direct access to the SCA schema. Rather than via the Tuscany schema. ↵slaws3-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
2010-05-13TUSCANY-3553 - remove the full dtd URL as, when this is read into the ↵slaws2-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
2010-05-13Add missing dependencies and versionsslaws2-6/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944000 13f79535-47bb-0310-9956-ffa450edef68
2010-05-13Add some more sca clinet api testsantelder1-1/+44
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943891 13f79535-47bb-0310-9956-ffa450edef68
2010-05-13Add some tests to the sca client testsantelder2-13/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943888 13f79535-47bb-0310-9956-ffa450edef68
2010-05-13Set the domain name frm the properties uri configantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943887 13f79535-47bb-0310-9956-ffa450edef68
2010-05-13Update to throw NoSuchDomainException/NoSuchServiceException as appropriate ↵antelder2-9/+24
instead of other exceptions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943885 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Updating Copyright Year in NOTICE fileslresende90-90/+90
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943700 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Starting tide up of release artifactslresende5-7/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943699 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Making samples to depend on web 2.0 feature pomlresende2-94/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943693 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Adding test back to build, as it's passing nowlresende1-4/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943692 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Updating web2.0 feature to include implementation.widget and js extensions ↵lresende1-1/+32
as well as binding-jsonp git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943691 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Tyding up sample binding uri to make it work for the releaselresende1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943672 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Fixing extra space that was causing issues with implementation.widget ↵lresende1-2/+2
generated scripts git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943671 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Simple embedded JSE sample launcher. Only launches binding-ws-calculator, no ↵slaws4-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
2010-05-12Update error messages from otest onesantelder1-10/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943545 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Update excludes ion assembly compliance test runnerantelder1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943544 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12turn unit testing back onslaws1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943524 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Add tentative mapping between the launch mechanisms and samples and launchersslaws1-8/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943519 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Start dumping notes from the ML in here with a view to creating the updated ↵slaws1-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
2010-05-12Remove exclude as the test works nowantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943512 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Ant script only needs a build target. Jars still need to be fixed up to be ↵slaws1-40/+1
feature jars git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943497 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12As we're just building binding-ws-calculator as a contribution we only need ↵slaws1-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
2010-05-12Using binding-ws-calulator as an example of turning samples into ↵slaws5-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
2010-05-12add a binding-ws feature for initial use in samplesslaws2-0/+108
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943494 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Remind myself of structure of calculator sample by redrawing the diagram in ↵slaws3-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
2010-05-12Add excludes for the two failing tests whch are failing with something to do ↵antelder1-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
2010-05-12Update error msg file for recent complinace number changesantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943483 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Include spring shaded jarantelder1-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943440 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Exclude all shaded jarsantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943439 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Include spring dependnecies in lib antelder1-1/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943438 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Include the helloworld-spring sample in distroantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943437 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Adding generated eTag to RPC style invocationslresende2-9/+52
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943389 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Minor formatting...lresende1-110/+128
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943388 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Removing system.out.println()lresende1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943387 13f79535-47bb-0310-9956-ffa450edef68