super(property);
if (container instanceof Container)
{
TransactionManagementType type = TxUtil.getTransactionManagementType(((Advisor) container));
if (type != TransactionManagementType.BEAN)
throw new IllegalStateException("Container " + ((Container) container).getEjbName() + ": it is illegal to inject UserTransaction into a CMT bean");
}