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>

Annegret

-----Ursprüngliche Nachricht-----
Von: 'Quique Ruiz-Valenciano' [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 21. November 2001 16:34
An: [EMAIL PROTECTED]
Betreff: Re: [JBoss-user] Info about Hypersonic DB


> Please mail the complete stacktrace of jboss startup 
> and the hole part of your JDBC configuration from jboss.jcml,
> looking at the stacktrace I assume that you defined a new Datasource
"myDS"
> ??
> 

Ok,

To see stacktrace of jboss startup look the file 'server.log.start'. Too see

stacktrace of jboss shut down look the file 'server.log.shut'.

The JDBC configuration is at 'jboss.jcml' file

Thanks,

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