David W. Van Couvering wrote: > JIRA appears to be down, so I will respond via email... > > Rick Hillegas (JIRA) wrote: > >> [ >> 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. > > > > OK, but I'll do this as a separate change
Can you have a similar package name to the existing org.apache.derby.iapi.reference. The intent of 'reference' was to indicate only constants should be in the classes in the package, so that the classes in the package were not added to derby.jar (to reduce footprint). I guess a package.html should be added to org.apache.derby.iapi.reference indicating this. Dan.
