[ http://issues.apache.org/jira/browse/DERBY-289?page=comments#action_12357094 ]
Rick Hillegas commented on DERBY-289: ------------------------------------- o Yes, please. Please move SQLState.java to common. o CommonFeatures doesn't seem to provide much value. Could it be merged into SharedComponentInfo? o I'm curious about the catching of ShutdownException in MessageServices after calling MessageUtil.getCompleteMessage(). Do you understand how this exception is raised? o You might want to hold off on this submission until you check in my compatibility test patch which moves the JUnit tests under their own subdirectory in the code tree. That will avoid the nasty svn-moving of your tests. > Enable code sharing between Derby client and engine > --------------------------------------------------- > > Key: DERBY-289 > URL: http://issues.apache.org/jira/browse/DERBY-289 > Project: Derby > Type: Improvement > Components: Network Client > Versions: 10.0.2.1, 10.0.2.0, 10.0.2.2, 10.1.1.0 > Environment: N/A > Reporter: David Van Couvering > Assignee: David Van Couvering > Priority: Minor > Fix For: 10.2.0.0 > Attachments: DERBY-289.diff > > Right now, there is no way for the Derby network client to share code with > the Derby engine. We should have a separate jar file, e.g. derby_common.jar, > that contains shared code and is used by both the client and the engine. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
