- 
        1. Re: Migrating to JBoss from Weblogichariv Jan 11, 2005 11:45 PM (in response to xjava2001)application server specific configurations need to be specified in jboss.xml and jbosscmp-jdbc.xml. 
 <max-beans-in-cache>100</max-beans-in-cache>
 <idle-timeout-seconds>600</idle-timeout-seconds>
 These are default properties for a container configuration. Container configurations are specified in standardjboss.xml under the conf directory of the server instance. You can also specify different container configurations in jbosscmp-jdbc.xml.
 <read-timeout-seconds>60</read-timeout-seconds>
 These are specified in jbosscmp-jdbc.xml for every entity bean.
- 
        2. Re: Migrating to JBoss from Weblogicanil.saldhana Jan 12, 2005 10:10 AM (in response to xjava2001)Default container configurations are specified in server//conf/standardjboss.xml. The settings in this file apply to all the beans in a container. The CMP settings are in standardjbosscmp-jdbc.xml. 
 At the bean level, you can specify in the jboss.xml and jbosscmp-jdbc.xml
- 
        3. Re: Migrating to JBoss from Weblogicxjava2001 Jan 12, 2005 1:10 PM (in response to xjava2001)Thanks for you reply. 
 1) If I don't specify <container-pool-conf > properties in jboss.xml does it read them from standardJboss.xml?
 2) Jboss_3.2.dtd says <container-configurations> is optional how jboss knows which bean type to use for CMP entity bean and stateless session beans?
 15 standard configurations with the following container-names:
 - Standard CMP 2.x EntityBean
 - Standard CMP EntityBean
 - Clustered CMP 2.x EntityBean
 - Clustered CMP EntityBean
 - IIOP CMP 2.x EntityBean
 - IIOP CMP EntityBean
 - Standard Stateless SessionBean
 - Clustered Stateless SessionBean
 - IIOP Stateless SessionBean
 - Standard Stateful SessionBean
 - Clustered Stateful SessionBean
 - IIOP Stateful SessionBean
 - Standard BMP EntityBean
 - Clustered BMP EntityBean
 - IIOP BMP EntityBean
 - Standard message Driven Bean
 3) How do I specify
 <isolation-level>TRANSACTION_READ_COMMITTED</isolation-level> in jboss? is this Default value?
- 
        4. Re: Migrating to JBoss from Weblogicrafcio Apr 19, 2005 10:26 AM (in response to xjava2001)"Xjava2001" wrote: 
 3) How do I specify
 <isolation-level>TRANSACTION_READ_COMMITTED</isolation-level> in jboss? is this Default value?
 IN DataSource configuration file.
 
     
     
    