[
https://issues.apache.org/jira/browse/AXIS2C-761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dinesh Premalal resolved AXIS2C-761.
------------------------------------
Resolution: Fixed
Defined error codes for the modules and user space as follows, Please note that
I used Block size as 512.
#define AXUTIL_ERROR_MESSAGE_BLOCK_SIZE 512
#define AXUTIL_ERROR_LAST AXUTIL_ERROR_MESSAGE_BLOCK_SIZE
#define NEETHI_ERROR_CODES_START AXIS2_ERROR_LAST
#define RAMPART_ERROR_CODES_START (NEETHI_ERROR_CODES_START +
AXUTIL_ERROR_MESSAGE_BLOCK_SIZE)
#define SANDESHA2_ERROR_CODES_START (RAMPART_ERROR_CODES_START +
AXUTIL_ERROR_MESSAGE_BLOCK_SIZE)
#define SAVAN_ERROR_CODES_START (SANDESHA2_ERROR_CODES_START +
AXUTIL_ERROR_MESSAGE_BLOCK_SIZE)
#define USER_ERROR_CODES_START (SAVAN_ERROR_CODES_START +
AXUTIL_ERROR_MESSAGE_BLOCK_SIZE)
/* AXUTIL_ERROR_MAX define the maximum size of the error array */
#define AXUTIL_ERROR_MAX
(USER_ERROR_CODES_START+AXUTIL_ERROR_MESSAGE_BLOCK_SIZE)
> Define Error blocks for modules and user space
> ----------------------------------------------
>
> Key: AXIS2C-761
> URL: https://issues.apache.org/jira/browse/AXIS2C-761
> Project: Axis2-C
> Issue Type: Improvement
> Components: util
> Affects Versions: 1.1.0
> Reporter: Dinesh Premalal
> Assignee: Dinesh Premalal
> Fix For: Current (Nightly)
>
>
> We need to define and register error blocks for module and user space. Then
> users will be able to extend error implementation according to their
> requirement.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]