You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2007/11/21 11:52:22 UTC

svn commit: r597032 - /webservices/sandesha/trunk/c/src/storage/sqlite/permanent_transaction.c

Author: damitha
Date: Wed Nov 21 02:52:21 2007
New Revision: 597032

URL: http://svn.apache.org/viewvc?rev=597032&view=rev
Log:
changed the default database location to /tmp in linux

Modified:
    webservices/sandesha/trunk/c/src/storage/sqlite/permanent_transaction.c

Modified: webservices/sandesha/trunk/c/src/storage/sqlite/permanent_transaction.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/sqlite/permanent_transaction.c?rev=597032&r1=597031&r2=597032&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/sqlite/permanent_transaction.c (original)
+++ webservices/sandesha/trunk/c/src/storage/sqlite/permanent_transaction.c Wed Nov 21 02:52:21 2007
@@ -96,7 +96,11 @@
 {
     sandesha2_permanent_transaction_impl_t *trans_impl = NULL;
     /*axis2_char_t *error_msg = NULL;*/
+#ifdef WIN32
     axis2_char_t *path = "./";
+#elif
+    axis2_char_t *path = "/tmp";
+#endif
     axis2_char_t *db_name = NULL;
     int rc = -1;
     axis2_conf_ctx_t *conf_ctx = NULL;



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org