From: Vance K. <va...@us...> - 2006-06-14 05:11:33
|
User: vancek Date: 06/06/13 22:11:30 Modified: andromda-ejb3/src/site/xdoc howto10.xml Log: added singleton MDB docs Revision Changes Path 1.5 +18 -0 cartridges/andromda-ejb3/src/site/xdoc/howto10.xml Index: howto10.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/site/xdoc/howto10.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -w -r1.4 -r1.5 --- howto10.xml 29 May 2006 01:53:36 -0000 1.4 +++ howto10.xml 14 Jun 2006 05:11:30 -0000 1.5 @@ -243,6 +243,24 @@ <a href="howto11.html">Environment Entry Injections</a> for further information. </p> </subsection> + <a name="Singleton_MDB"/> + <subsection name="Singleton MDB"> + <p> + In some circumstance, you need to configure your MDB to maintain a max pool size of 1 + such that you have a singleton message driven bean. This can be achieved via + the <a href="profile.html#@andromda.ejb.mdb.pool.size.max">maximum pool size</a> + tagged value which is modelled on the MDB. + </p> + <p> + You also have the option of configuring the + <a href="profile.html#@andromda.ejb.mdb.pool.size.min">minimum pool size</a> + of the MDB. + </p> + <p> + Both tagged values will add the appropriate activation config property to the + <code>ejb-jar.xml</code> deployment descriptor. + </p> + </subsection> </section> <section name="Next"> <p> |