Skip to content

Commit

Permalink
Corretto closeRemoteIterator
Browse files Browse the repository at this point in the history
  • Loading branch information
gifracr committed May 6, 2016
1 parent d05c23a commit 429c041
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -300,7 +300,6 @@ public boolean isInstButtonEnabled() {

public void refresh(ActionContext context) throws BusinessProcessException {
try {
EJBCommonServices.closeRemoteIterator(getIterator());
if (!isTestSession())
setIterator(context, EJBCommonServices.openRemoteIterator(context,
createComponentSession().cercaVariazioniForDocumentale(
Expand All @@ -310,6 +309,7 @@ public void refresh(ActionContext context) throws BusinessProcessException {
((ArchiviaStampaPdgVariazioneBulk) getModel())
.getTiSigned(), Boolean.TRUE)));
else {
EJBCommonServices.closeRemoteIterator(getIterator());
Pdg_variazioneBulk bulk = new Pdg_variazioneBulk();
CdsBulk cds = null;
Unita_organizzativaBulk uo = null;
Expand Down

0 comments on commit 429c041

Please sign in to comment.