Hai ,

I tryed to start mySql with connection pooling in JBoss but it fails. I removed all the properties from JBoss.jcml except

my MySql properties and now it look like this

 

<!-- JDBC -->

<mbean code="org.jboss.jdbc.JdbcProvider" name="DefaultDomain:service=JdbcProvider">

<attribute name="Drivers">org.gjt.mm.mysql.Driver</attribute>

</mbean>

<mbean code="org.jboss.jdbc.XADataSourceLoader" name="DefaultDomain:service=XADataSource,name=HHDB">

<attribute name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl</attribute>

<attribute name="PoolName">HHDBConnectionPool</attribute>

<attribute name="URL">jdbc:mysql://localhost/happyhour</attribute>

<attribute name="JDBCUser"></attribute>

<attribute name="Password"></attribute>

<attribute name="MaxSize">10</attribute>

</mbean>

<!-- J2EE deployment -->

 

when the server run I dind't get consoul log which say the connection is okai or not.

I  need the help how can I get out of this problem



Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Reply via email to