From efaec8750b695734ab11dcdba17bbe7d4076cf4e Mon Sep 17 00:00:00 2001 From: mspasiano Date: Mon, 11 Jul 2011 18:07:37 +0000 Subject: [PATCH] =?UTF-8?q?BugID:=20593=20Integrazione=20SIGLA=20=E2=80=93?= =?UTF-8?q?=20SIPER=20https://scm.cedrc.cnr.it/bugzilla/show=5Fbug.cgi=3Fi?= =?UTF-8?q?d=3D593?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sigla-ejb/.settings/org.maven.ide.eclipse.prefs | 2 +- .../cnr/contab/doccont00/ejb/MandatoComponentSessionBean.java | 4 ++++ sigla-web/.settings/org.maven.ide.eclipse.prefs | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sigla-ejb/.settings/org.maven.ide.eclipse.prefs b/sigla-ejb/.settings/org.maven.ide.eclipse.prefs index 23abda3fd9..6eed2469af 100644 --- a/sigla-ejb/.settings/org.maven.ide.eclipse.prefs +++ b/sigla-ejb/.settings/org.maven.ide.eclipse.prefs @@ -1,4 +1,4 @@ -#Wed Jul 06 20:32:31 CEST 2011 +#Mon Jul 11 18:32:52 CEST 2011 activeProfiles= eclipse.preferences.version=1 fullBuildGoals=process-test-resources diff --git a/sigla-ejb/src/main/java/it/cnr/contab/doccont00/ejb/MandatoComponentSessionBean.java b/sigla-ejb/src/main/java/it/cnr/contab/doccont00/ejb/MandatoComponentSessionBean.java index 52b092e3af..b3021452d6 100644 --- a/sigla-ejb/src/main/java/it/cnr/contab/doccont00/ejb/MandatoComponentSessionBean.java +++ b/sigla-ejb/src/main/java/it/cnr/contab/doccont00/ejb/MandatoComponentSessionBean.java @@ -391,11 +391,15 @@ public void avvisoDiPagamentoMandatiRiscontrati()throws ComponentException{ } @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) public void avvisoDiPagamentoMandatoRiscontrato(it.cnr.jada.UserContext param0,it.cnr.contab.doccont00.core.bulk.MandatoBulk param1)throws ComponentException{ + pre_component_invocation(param0,componentObj); try { ((MandatoComponent)componentObj).avvisoDiPagamentoMandatoRiscontrato(param0, param1); + component_invocation_succes(param0,componentObj); } catch(it.cnr.jada.comp.NoRollbackException e) { + component_invocation_succes(param0,componentObj); throw e; } catch(it.cnr.jada.comp.ComponentException e) { + component_invocation_failure(param0,componentObj); throw e; } catch(RuntimeException e) { throw uncaughtRuntimeException(param0,componentObj,e); diff --git a/sigla-web/.settings/org.maven.ide.eclipse.prefs b/sigla-web/.settings/org.maven.ide.eclipse.prefs index af51829d4e..c60bad731e 100644 --- a/sigla-web/.settings/org.maven.ide.eclipse.prefs +++ b/sigla-web/.settings/org.maven.ide.eclipse.prefs @@ -1,4 +1,4 @@ -#Wed Jul 06 20:30:18 CEST 2011 +#Mon Jul 11 18:32:10 CEST 2011 activeProfiles= eclipse.preferences.version=1 fullBuildGoals=process-test-resources