[portal-commits] JBoss Portal SVN: r9201 - branches/JBoss_Portal_Branch_2_6/core/src/main/org/jboss/portal/core/aspects/server.
portal-commits at lists.jboss.org
portal-commits at lists.jboss.org
Thu Nov 29 10:15:32 EST 2007
Author: sohil.shah at jboss.com
Date: 2007-11-29 10:15:31 -0500 (Thu, 29 Nov 2007)
New Revision: 9201
Modified:
branches/JBoss_Portal_Branch_2_6/core/src/main/org/jboss/portal/core/aspects/server/UserInterceptor.java
Log:
UserInterceptor exception handling during shutdown
Modified: branches/JBoss_Portal_Branch_2_6/core/src/main/org/jboss/portal/core/aspects/server/UserInterceptor.java
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core/src/main/org/jboss/portal/core/aspects/server/UserInterceptor.java 2007-11-29 14:19:53 UTC (rev 9200)
+++ branches/JBoss_Portal_Branch_2_6/core/src/main/org/jboss/portal/core/aspects/server/UserInterceptor.java 2007-11-29 15:15:31 UTC (rev 9201)
@@ -374,7 +374,7 @@
catch(Exception e)
{
try{tx.rollback();}catch(Exception rbe){}
- throw new RuntimeException(e);
+ log.debug(this, e);
}
}
}
More information about the portal-commits
mailing list