Consider a hypothetical application that needs to be deployed on a single app server 
and has to service mulitple clients. Consider that there is a database per client. 
Thus n databases for n clients. However, all of these database have the same 
structure, and only the content varies. 

Now to the problem: 
  Can I use CMP's in this context where I need to connect to different databases(with 
absolutely identical structure) 
for each client. Different databases mean different Datasources, hence how do I 
uniquely associate a CMP Entity Bean with a single table for a particular datasource. 
Also, we do not want a different entity bean set for each database! 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838245#3838245

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838245


-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to