Hi Wolf-Dieter,
Is the tool (h2console.war) that is shipped with jboss-quickstart always been like this - that we can only connect to the H2? I am just beginning to do server side development and never had any experience with app servers before (JBoss or otherwise).
I have added sections in the standalone-full.xml config file for loading the postgres sql driver and have defined the postgres datasource.
I can see that the driver getting loaded while the server starts:
[org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) JBAS010404: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 9.1)
Isn't that sufficient?
Could you please point me to reading material on how to set the dependency in MANIFEST file?
Thanks a lot.