*/
@Override
public void deploy(DeploymentUnit unit) throws DeploymentException
{
// create and attach a new InjectionManager for the unit
InjectionManager injectionManager = new DefaultInjectionManager();
unit.addAttachment(InjectionManager.class, injectionManager);
if (logger.isTraceEnabled())
{
logger.trace("Added InjectionManager: " + injectionManager + " to unit " + unit);
}