}
// init attributes
if ( !templateEntries[0].isAttributesInitialized() )
{
InitializeAttributesJob job = new InitializeAttributesJob( templateEntries, false );
RunnableContextJobAdapter.execute( job, getContainer() );
}
// clone entry and remove non-modifyable attributes
try