Commit graph

12746 commits

Author SHA1 Message Date
rfeng
3c07e07aab Fix a few issues for mac build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175987 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 18:30:53 +00:00
antelder
4ce67bf3f9 Extend test to make sure the class loader from validateContribution is the one that actually gets used
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175876 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 13:56:32 +00:00
slaws
2e38366412 TUSCANY-3953 - move the hazelcast dependent tests out of domain-node to itest/domain-node-hazelcast
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175799 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 11:14:38 +00:00
antelder
28a9c82505 Add a testcase for the contribution classloader getting created after a validateCOntribution call
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175795 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 11:05:51 +00:00
antelder
0c5ca72a7e When doing validateContribution if a contribution classloader has been created then set it on the contribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175782 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 10:45:36 +00:00
slaws
319187c87b Add missing doPrivileged block.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175724 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 09:01:06 +00:00
slaws
4e582f32e4 TUSCANY-3952 - store the phase that's passed into the TransactionInterceptor
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175722 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 08:59:10 +00:00
antelder
f4aa4cbc66 Fix stroke-dasharray format
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174391 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22 21:06:50 +00:00
rfeng
9f4dbf871c Fix the dimension calculation based on the layout
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174345 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22 19:44:45 +00:00
rfeng
9f1b3ecdad Update to the latest released release plugin
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174319 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22 19:03:01 +00:00
rfeng
68cc5a9336 Continue to enhance the layout algorithm
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174318 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22 19:02:56 +00:00
slaws
f6b2121f22 My previous change to remote host-http messed up my linux build (but not my windows build strangely) because it needs to compile against the core module. I want to flip it over to using the core collection but this change gets it working.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174188 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22 15:07:03 +00:00
slaws
0fcbec68ad Remove dependency on host-http from the jaxws binding as it's not used by the binding. The RI version just plugs directly into JAXWS.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174151 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22 14:11:13 +00:00
slaws
57ae16a7a1 TUSCANY-3950 - and fix the client factory impl for the removal of the NoSuchDomainException. Need to look into why this exception went away.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174144 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22 13:59:28 +00:00
slaws
8fa39d402a TUSCANY-3950 - Catch up with some differences in the OASIS SCA API classes. Tuscany now matches OASIS svn r286
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174086 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22 12:22:20 +00:00
rfeng
8fba4a1b6f Add impl info for the node/remove unused code
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173966 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22 06:48:25 +00:00
rfeng
0524f6a2c2 Enhance the layout using topological sorting of the entities
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173950 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22 05:44:17 +00:00
lresende
9c6777cd9d Properly creating endpoints, to avoid issues with OSGi in Eclipse env
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173891 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21 22:11:10 +00:00
rfeng
c273cc2dbd Calculate the height/width for components/composites based on its content
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173855 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21 20:59:17 +00:00
rfeng
6fc9f8704b Set allowsPassByReference for SCA references on Spring beans
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173853 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21 20:59:06 +00:00
antelder
c1a6d9bf0c Add some more tests for callbacks across distributed nodes using different combinations of bindings
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173684 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21 14:42:35 +00:00
slaws
bca8bdc827 Don't do the build time binding if errors have been reported during the build steps
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173616 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21 13:14:57 +00:00
slaws
a51dadea1a correct dependency version to match host-http
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173613 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21 13:13:37 +00:00
jsdelfino
2f8f97099f Fix core dump when running Python components in a virtual host.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173503 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21 05:48:57 +00:00
rfeng
7767e482aa Remove the System.out
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173408 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 22:16:29 +00:00
rfeng
ebcc293bfb Add a Mojo to generate node diagram
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173407 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 22:13:53 +00:00
rfeng
792e596a1a Allows the distributed flag to be overriden
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173364 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 20:55:39 +00:00
rfeng
cca68a5ef9 Use all attributes to detect duplication
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173363 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 20:55:35 +00:00
rfeng
a92930a64d Move the addNode to load() so that the import/export can be resolved
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173362 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 20:55:31 +00:00
rfeng
7b4142b6f4 Use domain info to decide if the binding.sca needs to be distributed
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173361 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 20:55:28 +00:00
antelder
8c441278d1 Avoid NPE when no port location defined
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173122 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 12:46:01 +00:00
antelder
b14ca8bfe8 Add a test using distributed domain nodes and the sca binding delegating to the ws binding, with @Ignore for now as this combination doesn't work
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173080 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 10:52:34 +00:00
antelder
201ec14d96 Add hazelcast distributed domain dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173079 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 10:50:49 +00:00
rfeng
b73a44b785 Add leveldb to mac-install
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172986 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 06:08:06 +00:00
rfeng
62d2b47f36 Add leveldb to mac-install
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172985 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 06:05:02 +00:00
jsdelfino
09db0fb6ee Fix stack overflow on Mac OS X.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172977 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 04:45:31 +00:00
jsdelfino
d96fc31da3 Fix broken links, update to latest dependencies, and use curl instead of wget to download them.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172976 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 04:45:27 +00:00
rfeng
5b852185f9 Fix the license headers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172953 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 02:54:19 +00:00
rfeng
cc31d8ef28 Update the MF
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172894 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19 23:17:55 +00:00
rfeng
dd4799a980 Add the support to generate the SCA diagram for a given node configuration
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172882 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19 22:55:55 +00:00
rfeng
9bd25321d0 Add the ablity to load the contributions/composite for a given node configuration without starting the node
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172881 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19 22:55:37 +00:00
slaws
eca8de9ef1 TUSCANY-3949 = Applying Vijai's patch to correct policy namespaces + some extra fixes to correct the associated test case.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172578 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19 11:49:28 +00:00
antelder
e32b64d161 TUSCANY-3948: Apply patch from Greg Dritschler to support @Remotable on implementation class, reference field, or reference setter method
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172577 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19 11:45:40 +00:00
antelder
7f5009617f Add some excludes for the composite diagram modules files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172576 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19 11:43:47 +00:00
antelder
26d63269bc Add license headers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172574 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19 11:43:03 +00:00
rfeng
e2a1e0c4a5 Start to add LevelDB support
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172029 13f79535-47bb-0310-9956-ffa450edef68
2011-09-17 17:44:55 +00:00
rfeng
d86305f890 Cache the css
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171845 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 22:54:55 +00:00
rfeng
6e4fab25b1 Externalize the artifact styles into CSS
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171841 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 22:45:18 +00:00
rfeng
d877f13cb2 Add implementation info
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171840 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 22:45:07 +00:00
rfeng
5103397852 Improved the SMD and error handling
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171688 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 17:34:05 +00:00