This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: Multiple databasessriramp_here Sep 22, 2005 8:07 AM (in response to lisa_r)You can use the same jboss server to connect to differnet database server. You can add the two database configurations in the same oracle-ds.xml. 
- 
        2. Re: Multiple databaseslisa_r Sep 22, 2005 9:21 AM (in response to lisa_r)Thanks for your replay! 
 What about the entity pool can JBoss separate entities from the different
 customer databases?
- 
        3. Re: Multiple databasesraja05 Sep 23, 2005 1:19 PM (in response to lisa_r)You should be able to deploy two instances of the EJB(bound for different customers) and allocate entity pool instances for each of them. 
- 
        4. Re: Multiple databaseslisa_r Sep 26, 2005 2:34 AM (in response to lisa_r)Thanks raja! 
 If I understand you right you should put one entry for each customer
 entity bean in the jboss.xml file with different jndi-names. Is that right?
 How do you allocate entity pool instances?
 
     
    