throws NamingException
{
File file = new File( wkDirPath.getPath() + File.separator
+ attribute.getName() );
this.attribute = attribute;
keyCache = new LRUMap( 1000 );
try
{
String path = file.getAbsolutePath();
BaseRecordManager base = new BaseRecordManager( path );