summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-31add tracing capability into distribution and extend calculator sample to ↵kelvingoodson11-6/+96
demonstrate tracing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929603 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Change default port to be 8080 to match old axis2 based ws bindingantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929592 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Update complicance tests to use JAX-WS based WS bindingantelder4-48/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929590 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Add jaxws ws binding to base jarantelder1-7/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929580 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Update to use port 8085antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929575 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Add rnaking valueantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929572 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Prevent NPE when the exception message is nullantelder1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929533 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Start getting JAX-WS WS binding working with application exceptionsantelder2-17/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929499 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Add a raning so it can be overriden by the Axis2 WS bindingantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929498 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Clean up dependenciesantelder1-323/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929496 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Remove duplicate dependecy definition (Maven 3 complains about duplicates)antelder1-5/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929417 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Remove duplicate dependecy definition (Maven 3 complains about duplicates)antelder1-6/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929415 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Remove duplicate dependency definition (Maven 3.0 complians about duplicates)antelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929414 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Add JAX-WS based WS binding to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929413 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30Add compliance tests back into build as theyy're mostly passing again and ↵antelder1-3/+4
the failing ones are excluded git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929112 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30Update assembly test excludes for the remaining failing testsantelder1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929097 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30Update polciy compliance tests excludes for one more failing testantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929078 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30TUSCANY-3516 - Adding eTag support when using json-rpc binding with GET methodlresende1-3/+40
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928990 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30Use BundleTracker to discover service provider bundlesrfeng3-16/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928985 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30Fix module depsrfeng2-4/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928984 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30Add a list of recently ported modules into the build rfeng19-757/+828
Adjust dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928983 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29Fix the MFrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928906 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29Fix the MFrfeng1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928905 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29Fix the MFrfeng1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928866 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29Clean up MFrfeng1-6/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928836 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29Port databinding-sdo-axiom into 2.x based on the patch from Ramanjaneyulu ↵rfeng14-0/+1175
Malisetti (https://issues.apache.org/jira/browse/TUSCANY-3470) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928835 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29Add Woodstox dependency as the Sun parser fails on lots of tests now. Would ↵antelder3-1/+45
be really good to find a way to fix this git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928787 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29Update trunk assmbly test error messages with changes from otestsantelder1-13/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928785 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29Update assmebly test properties to not include the version in the ↵antelder1-1/+1
cointribution name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928784 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29Update the assmebly tests runtime bridge to find both jar and zip contributionsantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928783 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29Update error message to be truncated so different xml parsers workantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928762 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29Merge msg changes from otest to trunkantelder1-3/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928748 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29Merge msg changes from otest to trunkantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928745 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29TUSCANY-3516 - Adding support for invoking JSON-RPC services via GET HTTP methodlresende2-18/+78
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928594 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29Reverting changes from revisions 918221, 918222 and 918223lresende4-8/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928593 13f79535-47bb-0310-9956-ffa450edef68
2010-03-28Add missing import-packagerfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928348 13f79535-47bb-0310-9956-ffa450edef68
2010-03-28Make ExtensibleCorbaHost a utilityrfeng2-10/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928346 13f79535-47bb-0310-9956-ffa450edef68
2010-03-28Update jackson and jettision to latest versionsrfeng9-7/+658
Add more transformers git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928344 13f79535-47bb-0310-9956-ffa450edef68
2010-03-28update jax-rs dependenciesrfeng4-3/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928343 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26Add implementation-jaxrs-runtimerfeng12-3/+795
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927963 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26Add implementation-jaxrs model/processorrfeng16-0/+888
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927956 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26Add in a customized version on the axiom api manifest. Add message to ↵slaws4-2/+101
equinox hos to remind me where it actually picks up customized manifests from. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927884 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26Fix for TUSCANY-3515, adding an mport-Package statement into MANIFEST.MF of ↵edwardsmj1-0/+1
binding-hazelcast-runtime for the package: git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927782 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26Start adding calculator-equinox to the distribution itest as we don;t have ↵slaws2-0/+121
OSGi tests that run against the distribution layout. There is some issue though with the equinox manifest which requires investigation. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927776 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26Updates to get the basic one node test working again after the renamesantelder9-53/+172
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927752 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26Rename test modules to simpler namesantelder17-8/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927735 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26Create a separate itest folder for imports/exports and move the existing ↵antelder17-0/+0
tests from nodes to there in preparation for the imports acrsoss nodes work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927732 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26Add file missed from previous commitantelder1-0/+66
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927720 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26Add jaxrs sampleantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927712 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26Add jaxrs sampleantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927711 13f79535-47bb-0310-9956-ffa450edef68