From: Vance K. <va...@us...> - 2006-04-30 01:52:10
|
User: vancek Date: 06/04/29 18:52:09 Modified: andromda-ejb3/src/main/resources/META-INF/andromda namespace.xml Log: renamed serviceImplementationOperationNamePattern property to implementationOperationNamePattern Revision Changes Path 1.22 +2 -1 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.21 retrieving revision 1.22 diff -u -w -r1.21 -r1.22 --- namespace.xml 24 Apr 2006 02:42:51 -0000 1.21 +++ namespace.xml 30 Apr 2006 01:52:09 -0000 1.22 @@ -442,10 +442,11 @@ bean base class name. </documentation> </property> - <property name="serviceImplementationOperationNamePattern"> + <property name="implementationOperationNamePattern"> <default>handle{0}</default> <documentation> The pattern used to the create the implementation operation name + for both session and entity bean operations. (i.e. the operations that actually perform the handling of the logic), where <em>{0}</em> represents the operation name. </documentation> |