From 200a40b332420f94992eb39a6d0ea1cf1490ffc4 Mon Sep 17 00:00:00 2001 From: coreyg Date: Fri, 21 Nov 2014 09:30:19 +0000 Subject: Adding tuscany's website to their svn repo for svnpubsub git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1640879 13f79535-47bb-0310-9956-ffa450edef68 --- site/trunk/site-publish/tuscany-das-faq.html | 127 +++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 site/trunk/site-publish/tuscany-das-faq.html (limited to 'site/trunk/site-publish/tuscany-das-faq.html') diff --git a/site/trunk/site-publish/tuscany-das-faq.html b/site/trunk/site-publish/tuscany-das-faq.html new file mode 100644 index 0000000000..0cc78bd8cb --- /dev/null +++ b/site/trunk/site-publish/tuscany-das-faq.html @@ -0,0 +1,127 @@ + + + + + + + + Tuscany DAS - FAQ + + + + + + + +
+  Apache Tuscany > Index > Tuscany DAS - FAQ + +
+ + + + + + +
+
+ +
+ +
+ Added by S Venkatakrishnan, last edited by Luciano Resende on Feb 07, 2007 +  (view change) + +
+ +
+
+

Tuscany DAS - Frequently Asked Questions

+ +

Is DAS Thread safe ?
+DAS design should support thread safety, but we have done no explicit testing on this area.
+Initializing a DAS and using across multiple DAS calls should be OK and safe as long as you are using the same config file. I'd recommend initializing the DAS in a sync method tough.

+ + +

I'm getting "Feature 'Config' not found." after migrating my application for after M2 codebase.
+There was a change (see http://issues.apache.org/jira/browse/TUSCANY-899). To fix this, changed the attribute "xmlns"'s value of the "config" tag to "http:///org.apache.tuscany.das.rdb/config.xsd".

+
+ + +
+
+ + + \ No newline at end of file -- cgit v1.2.3