Commit graph

867 commits

Author SHA1 Message Date
slaws
40f3ad5b2d remove old stuff
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102741 13f79535-47bb-0310-9956-ffa450edef68
2011-05-13 13:58:25 +00:00
slaws
ee596e5eb6 change to follow the pattern Luciano has in node-manager. Also take a copy of the html page from there to see what that's doing.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102740 13f79535-47bb-0310-9956-ffa450edef68
2011-05-13 13:57:16 +00:00
slaws
9ea6686aa6 Changes to exercise some of the new functions Ant is adding to the registry
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101928 13f79535-47bb-0310-9956-ffa450edef68
2011-05-11 15:50:08 +00:00
slaws
770021322f hacks to help me think about what domain info is missing at the moment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100203 13f79535-47bb-0310-9956-ffa450edef68
2011-05-06 13:24:17 +00:00
rfeng
7fc0b0758f Exclude the servlet/jsp/el jars
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084360 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22 21:40:35 +00:00
rfeng
b8107d85cc Use classpath to find Spring config
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084250 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22 16:55:12 +00:00
rfeng
0424294dec Fix the dependency scope
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084225 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22 15:51:24 +00:00
rfeng
8ef8cae3de Adding missing files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083972 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21 21:39:36 +00:00
rfeng
9158de4b93 Adding Spring integration sample back to my sandbox
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083936 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21 20:26:14 +00:00
slaws
010614153f Take a copy from 2.x trunk as I'm going to remove it from there shortly.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081768 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 13:16:11 +00:00
jsdelfino
d621604a77 Show how NodeFactory and Node can be replaced by finer grain deploy, build, activate and start methods. This would enable an SCA runtime virtual hosting environment to build a composite model, cache it, and only activate / start its components on demand when a request hits them.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078641 13f79535-47bb-0310-9956-ffa450edef68
2011-03-07 01:05:00 +00:00
jsdelfino
3e6e2864fa Fix unused import warnings.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078640 13f79535-47bb-0310-9956-ffa450edef68
2011-03-07 01:04:55 +00:00
jsdelfino
875e50908c Sandbox to experiment with dynamic mass virtual hosting and running a different composite per vhost.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063520 13f79535-47bb-0310-9956-ffa450edef68
2011-01-25 23:30:28 +00:00
jsdelfino
08a9cd21f5 Print result from the UpperTest service to show wrappering/unwrappering issues.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062972 13f79535-47bb-0310-9956-ffa450edef68
2011-01-24 20:58:16 +00:00
jsdelfino
3ee7931ccb Attempt to fix the logic that triggers wrappering/unwrappering in databinding transformers.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058717 13f79535-47bb-0310-9956-ffa450edef68
2011-01-13 19:45:06 +00:00
jsdelfino
e30d27ecbc Fix args construction in WelloTest, change from String to Element. Fix WSDL interface in EmbedTestCase.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057980 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12 03:14:46 +00:00
jsdelfino
5ae609d772 Add support for both RPC and Doc-wrapped modes to the component implementation example. Test an RPC reference configured with a Doc-Wrapped binding contract.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057387 13f79535-47bb-0310-9956-ffa450edef68
2011-01-10 21:50:34 +00:00
jsdelfino
669ca7bbf2 Create an Upper WSDL service definition, and use it on the upper reference binding. Create an RPC variation of the Upper WSDL portType, not used yet. Also simplified the test case a bit to be sync only, will re-integrate async later.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057370 13f79535-47bb-0310-9956-ffa450edef68
2011-01-10 21:20:46 +00:00
jsdelfino
c791fd8043 Sandbox to experiment with Databinding automatic wrapper transformations.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057335 13f79535-47bb-0310-9956-ffa450edef68
2011-01-10 19:51:07 +00:00
jsdelfino
1d671d8dac Port to HTTPD 2.3.10 + latest APR 1.4.x and enable mod_session_crypto.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052818 13f79535-47bb-0310-9956-ffa450edef68
2010-12-25 23:48:25 +00:00
jsdelfino
dc15dc32bb Create a sandbox branch to experiment with latest APR.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052740 13f79535-47bb-0310-9956-ffa450edef68
2010-12-25 01:49:19 +00:00
lresende
073fcab1cf Updating sample to use latest wink release
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024518 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20 04:24:39 +00:00
kelvingoodson
58ebe2dd54 tidying up
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022182 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13 16:48:58 +00:00
fmoga
8e89b112ac Adding the callback package.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999032 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 18:05:50 +00:00
fmoga
cd7d1fa7ad Added binding comet runtime for experiments.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999029 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 18:00:18 +00:00
fmoga
ac782e70a0 Added binding comet sample.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999027 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 17:58:36 +00:00
fmoga
2f775bb759 Moved more samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998937 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 14:05:48 +00:00
fmoga
ed2c314c53 Moved more samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998932 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 13:58:03 +00:00
fmoga
856b308803 Moved more samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998929 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 13:53:05 +00:00
fmoga
4d2b69ca60 Moved more samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998927 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 13:50:37 +00:00
fmoga
92e0610a7d Moved more samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998924 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 13:47:33 +00:00
fmoga
aff873c1e2 Moved more samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998920 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 13:34:52 +00:00
fmoga
d1d696b82c Move more samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998919 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 13:31:01 +00:00
fmoga
66ec725fec Moved more samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998918 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 13:28:06 +00:00
fmoga
40b0ea0607 Moved more samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998917 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 13:18:21 +00:00
fmoga
2d5098e03c Moved more samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998916 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 13:12:13 +00:00
fmoga
e5c07cc6de Moved more samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998914 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 13:05:28 +00:00
fmoga
ef55c9dca0 Moved some of the samples into the apropriate section.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998913 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 13:02:40 +00:00
fmoga
c0d4cfc26b Move samples in temp folder.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998912 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 12:57:14 +00:00
fmoga
1d655d7009 Trimmed getting-started folder.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998911 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 12:53:53 +00:00
fmoga
40ed951b54 Renamed tuscany-features to sca-extensions.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998907 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 12:43:12 +00:00
antelder
4f6a51d428 Copy trunk samples to sanbox to experiment with renames and moves
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998905 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 12:32:50 +00:00
jsdelfino
d587bce05e Cleanup EmbedUtil a bit. Use a builder pattern and closures to pass a node factory context around instead of being kept in a static. Change the DOM util to use a similar builder pattern as well.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996620 13f79535-47bb-0310-9956-ffa450edef68
2010-09-13 18:03:53 +00:00
kelvingoodson
395fd1823e make sdo samples doc available
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995011 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 12:13:40 +00:00
jsdelfino
27e3cec43d Change uri parameter to location of deployment composite and make it optional. Change restart command to use previous config if not specified.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993561 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 00:02:05 +00:00
jsdelfino
d123827b57 Sandbox to experiment with deployment and management commands.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993560 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07 23:52:54 +00:00
jsdelfino
abefe1a37b Add a SOAP Web service binding and a test case for it. Minor cleanup, remove redundant test case and refactor test WSDL namespaces.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992150 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02 23:12:00 +00:00
jsdelfino
5e04cf7908 Add a test case showing how to register a ProviderFactory instance. Minor 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@990870 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30 17:18:15 +00:00
jsdelfino
f268110a56 Show how to embed a runtime, load WSDL, assemble a SCDL composite in memory and then run it.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990676 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30 00:24:38 +00:00
jsdelfino
e6c733c4d9 Sandbox to experiment with different ways to embed the runtime.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990620 13f79535-47bb-0310-9956-ffa450edef68
2010-08-29 18:32:20 +00:00