> In jboss.jcml you have two entries for JdbcProvider, both for postgres
> driver, the hypersonic driver is not loaded, that's the problem.
> But you must have both driver in one JdbcProvider entry separated by comma
> 
>   <mbean code="org.jboss.jdbc.JdbcProvider"
> name="DefaultDomain:service=JdbcProvider">
>      <attribute
> name="Drivers">org.hsqldb.jdbcDriver,org.postgresql.Driver</attribute>
>   </mbean>

That's the problem, thanks

Regards,

Quique

-- 
                                   _ ________  _________
J.Enrique Ruiz-Valenciano         (_) __/ __ \/ ___/ __ \
Software Architect               / /\ \/ /_/ / /__/ /_/ /
[EMAIL PROTECTED], +34 963467143  /_/___/\____/\___/\____/.com

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

Reply via email to