Hello all, I'm trying to use the 2.4 beta with Sybase. I've installed the FreeTDS driver jconn2d.jar into jboss' lib/ext directory. When I start the server it hang here... <snip> [JdbcProvider] Started [XADataSourceLoader] Starting [SybaseDS] XA Connection pool SybaseDS bound to java:/SybaseDS </snip> excerpts from my jboss.jcml file <snip> <!-- We're using Sybase, so... --> <mbean code="org.jboss.jdbc.JdbcProvider" name="DefaultDomain:service=JdbcProvider"> <attribute name="Drivers"> com.sybase.jdbc2.jdbc.SybDriver</attribute> </mbean> <mbean code="org.jboss.jdbc.XADataSourceLoader" name="DefaultDomain:service=XADataSource,name=SybaseDB"> <attribute name="DataSourceClass"> org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl </attribute> <attribute name="PoolName">SybaseDS</attribute> <attribute name="URL"> jdbc:sybase:Tds:localhost:4100/evn</attribute> <attribute name="JDBCUser">sa</attribute> <attribute name="Password">zyb4s3</attribute> <attribute name="MaxSize">10</attribute> <attribute name="Blocking">true</attribute> </mbean> </snip> What newbie mistake am I making here? -- No one may be called "good" if they have had no chance to be bad... _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user