/** Description of the Method */
private void removeAttribute( String name, String group, boolean invocation )
{
GroupAttrName key = new GroupAttrName( group, name );
// Needs to retrive the attribute so as to do object unbinding, if necessary.
Serializable val = null;
//try {
val = cacheControl.get( key );
//} catch( ObjectNotFoundException onfe ) {