hi,
 
does jboss start up to:
.
.
.
[Service Control] Started 26 services
[Default] JBoss 2.2.2 Started in 0m:32s
 
or does it hang in the middle?
 
jan

--
Jan Heise / Tel: +49-163-4803237 / E-Mail: [EMAIL PROTECTED]

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von nishar ali
Gesendet: Freitag, 10. August 2001 11:26
An: [EMAIL PROTECTED]
Betreff: [JBoss-user] MySql Not Working with JBoss


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