// jndi binder binds the proxies, they will be ready to use (i.e. will be sure that
// the container is available for invocation).
builder.addDemand(containerName, ControllerState.START, ControllerState.START, null);
for (Binding binding : jndiBinder.getBindings())
{
builder.addSupply("jndi:" + binding.getJndiName());
}
if (unit.isComponent())
{
// Attach it to parent since we are processing a component DU and BeanMetaDataDeployer doesn't
// pick up BeanMetaData from component DU