svn commit: r831752 - /webservices/sandesha/trunk/c/include/sandesha2_error.h
[email protected] Sun, 01 Nov 2009 19:58:54 -0000
| Newsgroups | gmane.comp.apache.webservices.fx.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: damitha
Date: Sun Nov 1 19:58:53 2009
New Revision: 831752
URL: http://svn.apache.org/viewvc?rev=831752&view=rev
Log:
If storage manager is not created handle it
Modified:
webservices/sandesha/trunk/c/include/sandesha2_error.h
Modified: webservices/sandesha/trunk/c/include/sandesha2_error.h
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_error.h?rev=831752&r1=831751&r2=831752&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_error.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_error.h Sun Nov 1 19:58:53 2009
@@ -207,6 +207,9 @@
SANDESHA2_ERROR_CANNOT_FIND_OP_FOR_GENERATED_MSG,
/* Invalid persistence property string */
SANDESHA2_ERROR_INVALID_PERSISTENCE_PROPERTY_STRING,
+ /* Could not create storage manager */
+ SANDESHA2_ERROR_COULD_NOT_CREATE_STORAGE_MANAGER,
+
SANDESHA2_ERROR_LAST
};