the Constants interface that is now present in the jackrabbit-commons project contains one String constant
IMPERSONATOR_ATTRIBUTE that is possibly a leftover that may not be intended to be a 'common' constant. maybe it would be worth to create a separate interface for core-related constants? btw: the constant mentioned in the only one that neither defines a QName nor is namespace related. all others have a relationship to 'names'. for the sake of clarity org.apache.jackrabbit.Constants could be renamed to NameConstants (in analogy to QueryConstants) and/or moved to the name package. gruss angela
