summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-18Updating createXMLStreamReader(URL) to use a StreamSource in its ↵edwardsmj2-2/+7
implementation, so that the scanning of external files such as DTDs is possible, as described in TUSCANY-3559 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945557 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Add some itests for imports and exports across nodesantelder10-0/+357
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945554 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Catch up with sample changesslaws5-28/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945553 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18the calculator has been separated into a contribution ↵slaws20-1150/+0
(contribution-binding-sca-calculator) and a number of launchers that are able to start contributions providing components implementing the Calculator interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945552 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Add missing adds to static factoriesantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945551 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Add missing dependencyantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945550 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18calculator-equinox is replaced by lanucher-embedded-osgi as that's what's ↵slaws19-1130/+0
it's demonstrating, i.e. launching the OSGi runtime in an embedded environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945549 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18TUSCANY-3555: apply change from Henry Saputra to remove an unnecessary castantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945519 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17Make sure callback endpoints are createdrfeng8-19/+92
When a component is invoked from a non bidirectional interface, inject null to the fields/setters with @Callback git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945259 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17Make sure we use the value element (holding the property value) for conversionrfeng1-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945255 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17Add wsa:Action to the soap header as it's mandatoryrfeng2-2/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945249 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17Add getSchemaName to the interface (to be renamed to getType later)rfeng1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945248 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17Exclude tuscany-oasis-sca-tests-errors.properties from the oasis test runner ↵antelder1-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
2010-05-17Exclude tuscany-oasis-sca-tests-errors.properties from the oasis test runner ↵antelder1-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
2010-05-17Exclude tuscany-oasis-sca-tests-errors.properties from the oasis test runner ↵antelder1-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
2010-05-17configure reporting section of build to begin to differentiate between ↵kelvingoodson1-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
2010-05-17git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945147 ↵kelvingoodson3-4/+4
13f79535-47bb-0310-9956-ffa450edef68
2010-05-17expected message and msg definition catchupkelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945121 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17expected message and msg definition catchupkelvingoodson3-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945120 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17expected message and msg definition catchupkelvingoodson2-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945109 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17Correct pom names and add launchers back into buildslaws5-6/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945106 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17Add missing fileslaws1-0/+43
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945105 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17remove a couple of tests that are causing problems in the build. binding.ws ↵slaws1-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
2010-05-15launchers breaking the build so comment out until I've fixed itslaws1-4/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944607 13f79535-47bb-0310-9956-ffa450edef68
2010-05-15Decode the url to avoid problems with it inlcudes spaces in the pathantelder1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944591 13f79535-47bb-0310-9956-ffa450edef68
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