From: Vance K. <va...@us...> - 2006-02-13 15:54:10
|
User: vancek Date: 06/02/13 07:54:03 Modified: andromda-ejb3/src/main/resources/META-INF/andromda namespace.xml Log: added manageableServiceBaseNamePattern, manageableCreateExceptionNamePattern, manageableReadExceptionNamePattern, manageableUpdateExceptionNamePattern, manageableDeleteExceptionNamePattern Revision Changes Path 1.13 +42 -0 cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/namespace.xml Index: namespace.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/namespace.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -w -r1.12 -r1.13 --- namespace.xml 6 Feb 2006 03:25:58 -0000 1.12 +++ namespace.xml 13 Feb 2006 15:54:02 -0000 1.13 @@ -353,6 +353,41 @@ in the same container) </documentation> </property> + <property name="manageableServiceBaseNamePattern"> + <default>{0}Base</default> + <documentation> + The pattern to use when constructing the + manageable service base name. + </documentation> + </property> + <property name="manageableCreateExceptionNamePattern"> + <default>{0}CreateManageableException</default> + <documentation> + The pattern to use when constructing the create + manageable application exception name. + </documentation> + </property> + <property name="manageableReadExceptionNamePattern"> + <default>{0}ReadManageableException</default> + <documentation> + The pattern to use when constructing the read + manageable application exception name. + </documentation> + </property> + <property name="manageableUpdateExceptionNamePattern"> + <default>{0}UpdateManageableException</default> + <documentation> + The pattern to use when constructing the update + manageable application exception name. + </documentation> + </property> + <property name="manageableDeleteExceptionNamePattern"> + <default>{0}DeleteManageableException</default> + <documentation> + The pattern to use when constructing the update + manageable application exception name. + </documentation> + </property> </propertyGroup> <propertyGroup name="MDB Properties"> <property name="messageDrivenDestinationType"> @@ -681,6 +716,13 @@ will handle unexpected exceptions occuring within the implemented operations. </documentation> </property> + <property name="manageableServiceLocatorName"> + <default>ManageableServiceLocator</default> + <documentation> + The name to give the CRUD manageable service + locator class. + </documentation> + </property> </propertyGroup> </properties> </namespace> \ No newline at end of file |