Code Comments
Programming Forum and web based access to our favorite programming groups.Am I right in thinking that an EJB JAR using CMP can only use a single JDBC connection? (In my case I'm using JBoss 3.x)
Post Follow-up to this messagedavout wrote: > Am I right in thinking that an EJB JAR using CMP can only use a single JDB C > connection? (In my case I'm using JBoss 3.x) No. CMP is not required to use JDBC for persistence at all. If it does, then the spec has nothing to say about how many connections will be used either serially or simultaneously. It must be possible to configure at least some of these things in the app-server-specific deployment file, but you should certainly not assume that only one connection will be used unless you find a documented way of configuring things that way. John Bollinger jobollin@indiana.edu
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.