//make sure all need metadata parsered and processed after annotation handle
if (ra == null)
throw new ValidateException(bundle.noMetadataForResourceAdapter());
//make sure ra metadata contains inbound or outbound at least
ra.validate();
}
/**
* Merge metadatas
* @param inputMd The metadata to merge with this