summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-06Porting support to import/export resources from 1.xlresende15-354/+289
2010-09-06Moving binding.rss to contriblresende32-2/+0
2010-09-05Get the binding archetype workingantelder18-185/+131
2010-09-04Start of a maven archetype for creating a Tuscany binding extensionantelder24-0/+986
2010-09-04Change the jsonp binding so that it uses the http binding to do the work, ie ...antelder7-136/+40
2010-09-04Add a Base class for binding impls with the boiler plate codeantelder1-0/+94
2010-09-04Add a public constructor so other binding types may subclass itantelder1-1/+4
2010-09-04Add an example attribute to the foo bindingantelder4-1/+14
2010-09-03Ad some code for looking at wiresslaws1-3/+76
2010-09-03Fix typo in method name. slaws6-15/+23
2010-09-03Allow the contributions list to be retrieve from a Nodeslaws1-1/+1
2010-09-03Allow primitive return values to pass through the Object2JSON transformer.slaws1-1/+1
2010-09-03Avoid NPE in test cases. Encountered when writing out the system definitions ...slaws1-2/+8
2010-09-03Copying import/export contribution resourceslresende21-0/+1526
2010-09-02Add a SOAP Web service binding and a test case for it. Minor cleanup, remove ...jsdelfino9-170/+188
2010-09-02Disable reference annotations while concentrating on "add"slaws1-3/+3
2010-09-02Correct deployable contribution nameslaws1-1/+1
2010-09-02Fix up reference targetslaws1-1/+1
2010-09-02Work in progress - Educating myself re. what info is available from domain/nodesslaws4-0/+385
2010-09-02Use the DefaultBeanModelProcessor to simplify the model objectsantelder5-129/+71
2010-09-02Update to by default start in a domain named 'default'. Add a 'domains' comma...antelder1-8/+31
2010-09-02Correct delivery mode setting, add option to set jms typeantelder1-1/+3
2010-09-01Revert "Fix the dependency to avoid compilation error"rfeng1-7/+0
2010-09-01Allow the location to be out of the contribution rootrfeng1-0/+5
2010-09-01Optimze the method loopingrfeng1-16/+5
2010-09-01Fix the dependency to avoid compilation errorrfeng1-0/+7
2010-09-01TUSCANY-3663 - take notice of @WebService name attribute when generating serv...slaws1-2/+13
2010-09-01Remove redundant codeslaws1-206/+0
2010-09-01Start of module to show how to write a simple bindingantelder24-0/+1084
2010-09-01some contributions to show the domain in action starting with a version of th...slaws18-0/+740
2010-09-01Missing operationProperties name attribute is an error not a warningantelder1-1/+1
2010-09-01Re-enable ws basic auth itestbdaniel1-1/+0
2010-09-01Fix bug in PolicyAppliesToBuilder that was causing PolicySets to be incorrect...bdaniel1-5/+5
2010-08-31Added sources.fmoga8-0/+296
2010-08-31Make the json databinding a runtime dependency rather than a test dependency ...slaws1-9/+11
2010-08-31Fix bug where the type index isn't incrementedantelder1-1/+1
2010-08-31Add testcase for more complicated parametersantelder6-0/+338
2010-08-31Correctly increment the type index, and handle null responseantelder1-2/+2
2010-08-31Remove test binidngantelder1-1/+0
2010-08-31Remove reference to hidden NodeConfigurationImpl type that causes error due t...slaws1-2/+4
2010-08-31Cleaned up the contrib poms.fmoga2-124/+0
2010-08-31Removed comet binding and sample from contrib/.fmoga45-3129/+0
2010-08-31Added comet binding and sample in trunk/contrib.fmoga45-0/+3129
2010-08-31Start function for handling xml format antelder3-56/+15
2010-08-31Update to work with POSTing JSONantelder1-2/+25
2010-08-31TUSCANY-3595 - Overriding wink-server Manifest.MF in node-launcher-equinoxlresende1-0/+152
2010-08-31Add missing imported packages to OSGi Manifestlresende2-26/+27
2010-08-31Adding missing dependencylresende1-0/+6
2010-08-31Add sample to Maven build. Remove outdated build.xml, will add a working one ...jsdelfino2-51/+1
2010-08-31Add a test case showing how to register a ProviderFactory instance. Minor cle...jsdelfino14-34/+236