You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/07/18 19:54:04 UTC

[jira] [Commented] (DERBY-6802) Change NetworkServer code to use new MessageUtils class

    [ https://issues.apache.org/jira/browse/DERBY-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14632543#comment-14632543 ] 

ASF subversion and git services commented on DERBY-6802:
--------------------------------------------------------

Commit 1691759 from [~bryanpendleton] in branch 'code/trunk'
[ https://svn.apache.org/r1691759 ]

DERBY-6802: Change NetworkServer code to use new MessageUtils class

In order to use the new MessageUtils library in the derbynet.jar package,
we need to unseal o.a.d.shared.common.error in that jar.

It was already unsealed in derby.jar and derbyclient.jar; this unseals it
in derbynet.jar.

> Change NetworkServer code to use new MessageUtils class
> -------------------------------------------------------
>
>                 Key: DERBY-6802
>                 URL: https://issues.apache.org/jira/browse/DERBY-6802
>             Project: Derby
>          Issue Type: Sub-task
>          Components: JDBC, Network Client, Network Server
>            Reporter: Bryan Pendleton
>            Assignee: Abhinav Gupta
>            Priority: Minor
>
> We would like to change the NetworkServer code which encodes and decodes message arguments for Derby exceptions which are returned
> to the client so that it uses the new MessageUtils class to do that
> encoding and decoding.
> There won't be any change of behavior when we do this; this is just
> a refactoring of code to allow for sharing between client and server.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)