Commit graph

12,542 commits

Author SHA1 Message Date
jsdelfino
c7bac19b00 Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possible. Fix multi-threading issues in the SpiderMonkey integration.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157676 13f79535-47bb-0310-9956-ffa450edef68
2011-08-14 21:53:15 +00:00
nirmal070125
d6e80180e7 Adding resources (Canvg project) used for HTMLWrapper.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157338 13f79535-47bb-0310-9956-ffa450edef68
2011-08-13 06:26:46 +00:00
nirmal070125
d5666317e9 Adding HTML wrapper and fixing the SVG not totally viewable problem, using SVG view box
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157335 13f79535-47bb-0310-9956-ffa450edef68
2011-08-13 06:17:54 +00:00
slaws
53a91a9239 Disable test for the time being as relies on a small change elsewhere that I can't check in yet.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157191 13f79535-47bb-0310-9956-ffa450edef68
2011-08-12 17:15:58 +00:00
slaws
8fd510d60e Any exception in tests causes node.stop() to be missed so add try/catch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157190 13f79535-47bb-0310-9956-ffa450edef68
2011-08-12 17:08:26 +00:00
slaws
e3e3d53c72 Looking at answering Ant's question about serializing WSDL for enpoints as part of making cross domain interface matching work. Turns out to be more difficult that I would have thought. Mainly to do with how you re-build the Tuscany WSDL/XSD model from a string rather than from a set of files (which is where I think Ant got to). Any how I extended the WSDL test to experiment and have some code that works but isn't yet in the runtime (see WSDLSerializationTestCase). Don't want to loose it though.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157148 13f79535-47bb-0310-9956-ffa450edef68
2011-08-12 15:11:09 +00:00
nash
d5dafef704 TUSCANY-3919: Fix configuration problems in the calculator-distributed sample
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157045 13f79535-47bb-0310-9956-ffa450edef68
2011-08-12 10:52:45 +00:00
nirmal070125
27a316faa2 added an algorithm (1 line) to make compositeArtifacts lie in center, and fixed a possible bug in layout algo
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1156944 13f79535-47bb-0310-9956-ffa450edef68
2011-08-12 02:55:15 +00:00
antelder
0ad58ea612 Add an example composite based on the one in section 5.2.1 of the assembly spec so we can compare the pictures
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1156776 13f79535-47bb-0310-9956-ffa450edef68
2011-08-11 19:50:07 +00:00
nirmal070125
acb77d471e Few adjustments based on suggestions from Jean and Ant
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1156638 13f79535-47bb-0310-9956-ffa450edef68
2011-08-11 14:50:14 +00:00
jsdelfino
cce27a3d75 Upgrade to SpiderMonkey 1.8.5.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1156555 13f79535-47bb-0310-9956-ffa450edef68
2011-08-11 09:28:49 +00:00
jsdelfino
ab81b661aa Add more complete test of multi-threaded worker, work queue and thread local storage.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1156460 13f79535-47bb-0310-9956-ffa450edef68
2011-08-11 02:59:20 +00:00
antelder
22870cb9ae Add the option to draw the virtual domain composite
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1156073 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 08:50:20 +00:00
antelder
8b11d455da Remove the use of the intermediate file
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1156046 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 06:41:51 +00:00
nirmal070125
319920adc5 removed some obsoleted classes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155443 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 17:48:20 +00:00
nirmal070125
6b2fef9d0f provide support for tuscany composite object and bit of refactoring
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155442 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 17:42:59 +00:00
slaws
7165ab5ef8 TUSCANY-3913 - Example RuntimeBridge that uses the domain node to start Tuscany
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155287 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 09:39:00 +00:00
antelder
cb5520578a Correct typo in page text
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155261 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 08:36:27 +00:00
antelder
59dee36273 Add some code to set the Cross-Origin Resource Sharing headers. As a start just the minimal code to show how it works
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155252 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 08:18:59 +00:00
antelder
552092eea0 Add an attribute to the REST binding for Cross-Origin Resource Sharing support. Just the minimal getter method for now to show how it can work
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155251 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 08:17:50 +00:00
antelder
00c0779491 Add a standalone web page that invokes an http service using Cross-Origin Resource Sharing
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155250 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 08:16:24 +00:00
jsdelfino
4a38d91c40 Fix compile error in test program.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155191 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 02:17:20 +00:00
antelder
49cbaa6315 Add a module for a Tuscany Shell command that can draw an SVG picture of a composite
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154866 13f79535-47bb-0310-9956-ffa450edef68
2011-08-08 08:19:40 +00:00
nirmal070125
94ef23a1a2 added support to inclusion, added a test case to demonstrate layout algorithm
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154566 13f79535-47bb-0310-9956-ffa450edef68
2011-08-06 18:20:14 +00:00
jsdelfino
3b3beac5ad Javascript improvements: add local storage, improve caching using URI fragments instead of query strings, simplify component layout and optimize some of the Javascript functions, and add the ability to clone components.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154447 13f79535-47bb-0310-9956-ffa450edef68
2011-08-06 05:59:32 +00:00
jsdelfino
4b14cefc9e Refactor the sample composites and components and cleanup the component names a bit.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154446 13f79535-47bb-0310-9956-ffa450edef68
2011-08-06 05:59:22 +00:00
jsdelfino
96659f7037 Make authentication work with wildcard domains and increase authentication cookie max-age.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154445 13f79535-47bb-0310-9956-ffa450edef68
2011-08-06 05:59:04 +00:00
slaws
9bc3767bab Add implementation-composite test to build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154198 13f79535-47bb-0310-9956-ffa450edef68
2011-08-05 13:01:28 +00:00
slaws
c8e3629c52 Fix comment typo
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154196 13f79535-47bb-0310-9956-ffa450edef68
2011-08-05 12:53:22 +00:00
slaws
3f5faac5ca TUSCANY-3907 - Clone top level composites before adding them to the domain level composite so that they don't get build more than once. Also clone bindings when reference and services are cloned.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154194 13f79535-47bb-0310-9956-ffa450edef68
2011-08-05 12:52:48 +00:00
slaws
25fdf5efc2 Moved to implementation-composite
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154192 13f79535-47bb-0310-9956-ffa450edef68
2011-08-05 12:50:39 +00:00
slaws
2cbfd9f776 TUSCANY-3907 - Fix up and appropriate what was the recursive-ws to become an implementation-composite test. Initially I needed a test to look into the problem described by TUSCANY-3907 and found that recursive-ws want actually in the build and hadn't been ported properly to 2.x. It seems more widely useful that just ws testing hence the name change.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154191 13f79535-47bb-0310-9956-ffa450edef68
2011-08-05 12:49:16 +00:00
nirmal070125
46f968e7e0 Provide support to composite services and references + few design changes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153978 13f79535-47bb-0310-9956-ffa450edef68
2011-08-04 19:40:01 +00:00
slaws
145673fce2 TUSCANY-3904 - Apply Greg's patch so that the correct endpoint is picked up when SCAClientFactory.getService() references a promoted service.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153789 13f79535-47bb-0310-9956-ffa450edef68
2011-08-04 08:54:07 +00:00
slaws
85e5f81a68 TUSCANY-3893 - update our local repo version of the policy contributions to pick up the changes Mike Edwards made to add namespace qulification to appliesTo values.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153516 13f79535-47bb-0310-9956-ffa450edef68
2011-08-03 14:42:34 +00:00
antelder
1fb6a28a73 Correct tag name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153404 13f79535-47bb-0310-9956-ffa450edef68
2011-08-03 09:21:41 +00:00
antelder
7ad16a07b4 Tag debug mod for TUSCANY-3909
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153403 13f79535-47bb-0310-9956-ffa450edef68
2011-08-03 09:20:48 +00:00
scottkurz
4c27bec241 Set up for JSON test.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153341 13f79535-47bb-0310-9956-ffa450edef68
2011-08-03 04:27:51 +00:00
scottkurz
4e218ae60f TUSCANY-3894. Add manifest updates.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153291 13f79535-47bb-0310-9956-ffa450edef68
2011-08-02 22:12:54 +00:00
scottkurz
2dbc247eb8 TUSCANY-3894. Enable some @Ignore(d) tests along with r1153285.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153290 13f79535-47bb-0310-9956-ffa450edef68
2011-08-02 22:08:17 +00:00
scottkurz
024cdd6f73 TUSCANY-3894. Factor out introspection for same vs. different databindings on operation from DBRuntimeWireProcessor to new OperationDataBindingHelper util. Use this in DefaultLocalSCAReferenceBindingProvider to do a Mediator.copyXXX for same-databinding operations, while doing a Mediator.mediateXXX with a WSDL operation for different-databinding operations.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153285 13f79535-47bb-0310-9956-ffa450edef68
2011-08-02 21:55:21 +00:00
slaws
ec27c0bcab Correct comment to avoid confusion
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153080 13f79535-47bb-0310-9956-ffa450edef68
2011-08-02 09:31:19 +00:00
slaws
a9ccc53a1b add ignores
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153066 13f79535-47bb-0310-9956-ffa450edef68
2011-08-02 08:49:38 +00:00
scottkurz
03bbf3e072 Switch cross-databinding test from SDO (which I can't get working) to DOM, but left tests @Ignore(d)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1152925 13f79535-47bb-0310-9956-ffa450edef68
2011-08-01 20:31:56 +00:00
scottkurz
d9b28c9010 TUSCANY-3894. Didn't mean to update POM with AXIOM dependency.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1152096 13f79535-47bb-0310-9956-ffa450edef68
2011-07-29 04:14:22 +00:00
scottkurz
a671545798 TUSCANY-3894. Complete by ranking providers.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1152095 13f79535-47bb-0310-9956-ffa450edef68
2011-07-29 04:05:20 +00:00
antelder
4b11f63d0b Tag 2.0-Beta3 RC2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151853 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28 14:02:47 +00:00
antelder
3f019b6ccb Comment out the conversion of the remote wsdl into a WSDLInterfaceContract in the beta3 branch as that code doesn't work properly yet
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151809 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28 12:14:47 +00:00
antelder
2e0a5f4c13 Recreate 2.0-Beta3 branch from current trunk
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151792 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28 11:07:25 +00:00
antelder
04dcd09976 Delete old beta3 branch as its going to be recreated from the current trunk
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151789 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28 10:58:07 +00:00