Can't help with the Oracle integration, but I can with where to configure your MDB pools.
There are two basic ways to accomplish this. If you wish to use the JBoss defaults and just tweak the settings, then go to the server//conf/standardjboss.xml file and look at both the proxy-binding-config named "message-driven-bean" and the container-configuration titled "Standard Message Driven Bean". Here you will find the settings for the pooling and various other settings as well. Keep in mind, these are static configurations that cannot be tweaked fully at run-time. The upcoming 3.2.4 release will expose some of these settings for run-time tweaking. You can also deploy new invoker-proxy-bindings and container-configurations along with your EJB's jboss.xml file. If you use XDoclet to generate jboss.xml for your EJB's you'll need to use the merge file functionality and put the invoker-proxy-bindings and container-configuration xml in a file named jboss-container.xml and store it in the merge directory you point your XDoclet JBoss sub-task at. Bundling these in the EJB jar allows you to change the settings and re-deploy without having to restart JBoss. <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825109#3825109">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825109>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
