Hi,

I use this config for the IDS Driver to use Connection Pool, and it not works.
someone can help me, please ?

  <mbean code="org.jboss.jdbc.JdbcProvider" name="DefaultDomain:service=JdbcProvider">
     <attribute 
name="Drivers">org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver,ids.sql.IDSDriver</attribute>
  </mbean>

  <!-- the JDBC Driver is well loaded -->
  
  <mbean code="org.jboss.jdbc.XADataSourceLoader" 
name="DefaultDomain:service=XADataSource,name=SQLServerPool">
    <attribute name="PoolName">SQLServerPool</attribute>
    <attribute 
name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl</attribute>
    <attribute name="Properties"></attribute>
    <attribute 
name="URL">jdbc:ids://192.168.0.12:12/conn?dsn=xxxx&uid=xxxx&pwd=xxxx</attribute>
  </mbean>


The JBoss startup blocks when it try to initialise the connection pool, why ?

J�r�me.
-- 
J�r�me Audouy
Tel   : 06 17 56 17 13
Email : [EMAIL PROTECTED]
Www   : http://www.essi.fr/~audouy/cv.html



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to