Paul,

> For your case, I have to ask - how is SAR1 "speaking" to 
> blocks in SAR2 
> ?  I think you might be pushing some envelopes....

I am using cornerstone's DataSourceSelector.  In it's configuration you
have a line that looks like this:
<driver>com.database.jdbc.JdbcDriver</driver>

DataSourceSelector passes this to JdbcConnectionFactory's constructor
(which is in excalibur).  Problem is that the classloader that
JdbcConnectionFactory gets cannot load the jdbc driver implementation
class.  The workaround is to put the driver in phoenix's lib directory.

-mike

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to