summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Expand)AuthorAgeFilesLines
* Get the binding archetype workingantelder2010-09-0518-185/+131
* Start of a maven archetype for creating a Tuscany binding extensionantelder2010-09-0424-0/+986
* Change the jsonp binding so that it uses the http binding to do the work, ie ...antelder2010-09-047-136/+40
* Add a Base class for binding impls with the boiler plate codeantelder2010-09-041-0/+94
* Add a public constructor so other binding types may subclass itantelder2010-09-041-1/+4
* Add an example attribute to the foo bindingantelder2010-09-044-1/+14
* Ad some code for looking at wiresslaws2010-09-031-3/+76
* Fix typo in method name. slaws2010-09-036-15/+23
* Allow the contributions list to be retrieve from a Nodeslaws2010-09-031-1/+1
* Allow primitive return values to pass through the Object2JSON transformer.slaws2010-09-031-1/+1
* Avoid NPE in test cases. Encountered when writing out the system definitions ...slaws2010-09-031-2/+8
* Copying import/export contribution resourceslresende2010-09-0321-0/+1526
* Add a SOAP Web service binding and a test case for it. Minor cleanup, remove ...jsdelfino2010-09-029-170/+188
* Disable reference annotations while concentrating on "add"slaws2010-09-021-3/+3
* Correct deployable contribution nameslaws2010-09-021-1/+1
* Fix up reference targetslaws2010-09-021-1/+1
* Work in progress - Educating myself re. what info is available from domain/nodesslaws2010-09-024-0/+385
* Use the DefaultBeanModelProcessor to simplify the model objectsantelder2010-09-025-129/+71
* Update to by default start in a domain named 'default'. Add a 'domains' comma...antelder2010-09-021-8/+31
* Correct delivery mode setting, add option to set jms typeantelder2010-09-021-1/+3
* Revert "Fix the dependency to avoid compilation error"rfeng2010-09-011-7/+0
* Allow the location to be out of the contribution rootrfeng2010-09-011-0/+5
* Optimze the method loopingrfeng2010-09-011-16/+5
* Fix the dependency to avoid compilation errorrfeng2010-09-011-0/+7
* TUSCANY-3663 - take notice of @WebService name attribute when generating serv...slaws2010-09-011-2/+13
* Remove redundant codeslaws2010-09-011-206/+0
* Start of module to show how to write a simple bindingantelder2010-09-0124-0/+1084
* some contributions to show the domain in action starting with a version of th...slaws2010-09-0118-0/+740
* Missing operationProperties name attribute is an error not a warningantelder2010-09-011-1/+1
* Re-enable ws basic auth itestbdaniel2010-09-011-1/+0
* Fix bug in PolicyAppliesToBuilder that was causing PolicySets to be incorrect...bdaniel2010-09-011-5/+5
* Added sources.fmoga2010-08-318-0/+296
* Make the json databinding a runtime dependency rather than a test dependency ...slaws2010-08-311-9/+11
* Fix bug where the type index isn't incrementedantelder2010-08-311-1/+1
* Add testcase for more complicated parametersantelder2010-08-316-0/+338
* Correctly increment the type index, and handle null responseantelder2010-08-311-2/+2
* Remove test binidngantelder2010-08-311-1/+0
* Remove reference to hidden NodeConfigurationImpl type that causes error due t...slaws2010-08-311-2/+4
* Cleaned up the contrib poms.fmoga2010-08-312-124/+0
* Removed comet binding and sample from contrib/.fmoga2010-08-3145-3129/+0
* Added comet binding and sample in trunk/contrib.fmoga2010-08-3145-0/+3129
* Start function for handling xml format antelder2010-08-313-56/+15
* Update to work with POSTing JSONantelder2010-08-311-2/+25
* TUSCANY-3595 - Overriding wink-server Manifest.MF in node-launcher-equinoxlresende2010-08-311-0/+152
* Add missing imported packages to OSGi Manifestlresende2010-08-312-26/+27
* Adding missing dependencylresende2010-08-311-0/+6
* Add sample to Maven build. Remove outdated build.xml, will add a working one ...jsdelfino2010-08-312-51/+1
* Add a test case showing how to register a ProviderFactory instance. Minor cle...jsdelfino2010-08-3114-34/+236
* Show how to embed a runtime, load WSDL, assemble a SCDL composite in memory a...jsdelfino2010-08-317-18/+376
* Replace usage of Xpath by pure java code walking through the DOM.jsdelfino2010-08-313-11/+128