Global_TX_Database c:/openejb/conf/mysql.cmp_global_database.xml Local_TX_Database c:/openejb/conf/mysql.cmp_local_database.xml # -------------------------------------------------------------- # The Default BMP Container has no customizable properties to # override. # -------------------------------------------------------------- # The passivator is responsible for writing beans to disk # at passivation time. Different passivators can be used # by setting this property to the fully qualified class name # of the PassivationStrategy implementation. The passivator # is not responsible for invoking any callbacks or other # processing, its only responsibly is to write the bean state # to disk. # # Known implementations: # org.openejb.core.stateful.RAFPassivater # org.openejb.core.stateful.SimplePassivater Passivator org.openejb.core.stateful.SimplePassivater # Specifies the time to wait between invocations. This # value is measured in minutes. A value of 5 would # result in a time-out of 5 minutes between invocations. TimeOut 20 # Specifies the size of the bean pools for this # stateful SessionBean container. PoolSize 100 # Property name that specifies the number of instances # to passivate at one time when doing bulk passivation. # Must be less than the PoolSize. BulkPassivate 50 # Specifies the whether or not to this stateless # SessionBean container should use a strict pooling algorithm. # true or false StrictPooling true JdbcDriver com.mysql.jdbc.Driver JdbcUrl jdbc:mysql://localhost/goodwill UserName goodwill Password goodwill