From: Vance K. <va...@us...> - 2006-02-23 08:24:33
|
User: vancek Date: 06/02/23 00:24:29 Modified: andromda-ejb3/src/site/xdoc howto7.xml Log: default exception is created ! Revision Changes Path 1.2 +5 -4 cartridges/andromda-ejb3/src/site/xdoc/howto7.xml Index: howto7.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/site/xdoc/howto7.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- howto7.xml 20 Feb 2006 08:37:59 -0000 1.1 +++ howto7.xml 23 Feb 2006 08:24:29 -0000 1.2 @@ -16,10 +16,11 @@ for this to work). </p> <p> - By default NO exceptions will be generated for any service, unless an entity has the - <![CDATA[<<Manageable>>]]> stereotype. Please refer to - <a href="howto16.html">Manageable Entities</a> for more information on manageable - service exceptions. + A default exception will be generated for all services since the + <code>allowDefaultServiceException</code> namespace property is set to <code>true</code> by + default. A set of default crud exceptions will also be generated and used in manageable service + beans for manageable entities. Please refer to <a href="howto16.html">Manageable Entities</a> + for more information on manageable service exceptions. </p> <p class="highlight"> EJB3 entities no longer throw exceptions. Following the session facade pattern, all business |