Author: julien(a)jboss.com
Date: 2007-01-11 07:36:34 -0500 (Thu, 11 Jan 2007)
New Revision: 5992
Modified:
trunk/core/src/resources/portal-core-sar/portal-aop.xml
Log:
update tx aspect weaving such as an invalid portlet id during the runtime invocation of a
portlet does not set the tx as rollback only
Modified: trunk/core/src/resources/portal-core-sar/portal-aop.xml
===================================================================
--- trunk/core/src/resources/portal-core-sar/portal-aop.xml 2007-01-11 11:01:02 UTC (rev
5991)
+++ trunk/core/src/resources/portal-core-sar/portal-aop.xml 2007-01-11 12:36:34 UTC (rev
5992)
@@ -109,6 +109,7 @@
</method>
<method name="invoke">
<trans-attribute>Required</trans-attribute>
+
<application-exceptions>org.jboss.portal.portlet.InvalidPortletIdException</application-exceptions>
</method>
</metadata>
<metadata
@@ -122,6 +123,7 @@
</method>
<method name="invoke">
<trans-attribute>Required</trans-attribute>
+
<application-exceptions>org.jboss.portal.portlet.InvalidPortletIdException</application-exceptions>
</method>
</metadata>
</aop>
\ No newline at end of file