* @param dtdOrSchema the simple dtd/xsd file name, "ejb-jar.dtd"
*/
public synchronized void registerLocalEntity(String id, String dtdOrSchema)
{
if( localEntities == null )
localEntities = new ConcurrentReaderHashMap();
localEntities.put(id, dtdOrSchema);
}