boolean get, String[] fetchGroups, int maxFetchDepth, ProgressMonitor monitor
)
{
try {
TradeManagerRemote tradeManager = JFireEjb3Factory.getRemoteBean(TradeManagerRemote.class, SecurityReflector.getInitialContextProperties());
Collection<?> c = tradeManager.releaseArticles(
articleIDs, synchronously,
get,
fetchGroups,
maxFetchDepth
);