summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-03Allow primitive return values to pass through the Object2JSON transformer.slaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992281 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03Avoid NPE in test cases. Encountered when writing out the system definitions ↵slaws1-2/+8
file to XML. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992280 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03Copying import/export contribution resourceslresende21-0/+1526
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992198 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02Add a SOAP Web service binding and a test case for it. Minor cleanup, remove ↵jsdelfino9-170/+188
redundant test case and refactor test WSDL namespaces. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992153 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02Disable reference annotations while concentrating on "add"slaws1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992038 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02Correct deployable contribution nameslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992036 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02Fix up reference targetslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992034 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02Work in progress - Educating myself re. what info is available from domain/nodesslaws4-0/+385
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992033 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02Use the DefaultBeanModelProcessor to simplify the model objectsantelder5-129/+71
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991963 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02Update to by default start in a domain named 'default'. Add a 'domains' ↵antelder1-8/+31
command to show the currently defined domains. Change install command parameter -norun to be -start which seems more consistent with the command names. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991940 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02Correct delivery mode setting, add option to set jms typeantelder1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991914 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Revert "Fix the dependency to avoid compilation error"rfeng1-7/+0
This reverts commit a2e4bb8eb974743e0a5e1fbcf53576796f1c1060. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991752 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Allow the location to be out of the contribution rootrfeng1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991751 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Optimze the method loopingrfeng1-16/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991750 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Fix the dependency to avoid compilation errorrfeng1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991749 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01TUSCANY-3663 - take notice of @WebService name attribute when generating ↵slaws1-2/+13
service name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991615 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Remove redundant codeslaws1-206/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991614 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Start of module to show how to write a simple bindingantelder24-0/+1084
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991555 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01some contributions to show the domain in action starting with a version of ↵slaws18-0/+740
the distributed calculator git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991527 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Missing operationProperties name attribute is an error not a warningantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991489 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Re-enable ws basic auth itestbdaniel1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991437 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Fix bug in PolicyAppliesToBuilder that was causing PolicySets to be ↵bdaniel1-5/+5
incorrectly removed from endpoints git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991436 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Added sources.fmoga8-0/+296
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991235 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Make the json databinding a runtime dependency rather than a test dependency ↵slaws1-9/+11
as the binding needs it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991202 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Fix bug where the type index isn't incrementedantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991178 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Add testcase for more complicated parametersantelder6-0/+338
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991172 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Correctly increment the type index, and handle null responseantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991170 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Remove test binidngantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991162 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Remove reference to hidden NodeConfigurationImpl type that causes error due ↵slaws1-2/+4
to invalid OSGi dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991126 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Cleaned up the contrib poms.fmoga2-124/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991117 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Removed comet binding and sample from contrib/.fmoga45-3129/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991106 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Added comet binding and sample in trunk/contrib.fmoga45-0/+3129
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991104 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Start function for handling xml format antelder3-56/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991088 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Update to work with POSTing JSONantelder1-2/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991087 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31TUSCANY-3595 - Overriding wink-server Manifest.MF in node-launcher-equinoxlresende1-0/+152
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991077 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Add missing imported packages to OSGi Manifestlresende2-26/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991076 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Adding missing dependencylresende1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991075 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Add sample to Maven build. Remove outdated build.xml, will add a working one ↵jsdelfino2-51/+1
later. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991045 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Add a test case showing how to register a ProviderFactory instance. Minor ↵jsdelfino14-34/+236
cleanup, add a createNode method that takes a list of contributions and remove reference to NodeFactory implementation class. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991044 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Show how to embed a runtime, load WSDL, assemble a SCDL composite in memory ↵jsdelfino7-18/+376
and then run it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991043 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Replace usage of Xpath by pure java code walking through the DOM.jsdelfino3-11/+128
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991042 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30Add support for ActivationSpec error conditionsbdaniel5-6/+58
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990951 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30Don't try to lookup a destination if the jndiName is nullbdaniel1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990864 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30BJM_3037A Add validation for ActivationSpec with "always" create and no JNDI ↵bdaniel2-0/+6
name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990848 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30TUSCANY-3595 - Disabling test case as it's still failinglresende1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990807 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30Start of the runtime code to support wireFormat.httpXml, still needs code to ↵antelder5-0/+313
turn query parameters into xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990723 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30Add http binding model for wireFormat.httpXmlantelder3-0/+111
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990719 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30Add wireFormat.httpXml schema definitionantelder1-0/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990718 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30Update the http binding to use default wireFormat and operationSelector that ↵antelder24-1802/+765
work as being discussed on the ML to expose arbitrary sca services as http endpoints. See http://apache.markmail.org/message/ix3vvyomronellmi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990712 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30Update jms conection factory look up to check the type of the looked up objectantelder1-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990711 13f79535-47bb-0310-9956-ffa450edef68