Hi,

the problem is your jboss.jcml where you have two mbean jdbcProvider 
entries.  Try having only one with a single attribute of comma seperated 
driver names

<mbean code="org.jboss.jdbc.JdbcProvider" 
name="DefaultDomain:service=JdbcProvider">
     <attribute
name="Drivers">org.gjt.mm.mysql.Driver,org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver</attribute>
  </mbean>

It tell you to only have a single attribute in the JBoss documentation so 
I'm guessing this is the reason.

Jonathan


><mbean code="org.jboss.jdbc.JdbcProvider"
>name="DefaultDomain:service=JdbcProvider">
>     <attribute
>name="Drivers">org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver<
>/attribute>
>
>  </mbean>
>  -->
>  <mbean code="org.jboss.jdbc.JdbcProvider"
>name="DefaultDomain:service=JdbcProvider">
>     <attribute name="Drivers">org.gjt.mm.mysql.Driver</attribute>
>  </mbean>
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


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

Reply via email to