Hi All,
I am trying to use the Postgresql as my back-end database.
So I created a psql-ds.xml file :

<?xml version="1.0" encoding="UTF-8"?>

<local-tx-datasource>
<jndi-name>DefaultDS</jndi-name>
<connection-url>jdbc:postgresql://server.ip/mydatabase</connection-url>
<driver-class>org.postgresql.Driver</driver-class>
<user-name>user</user-name>
pswd
</local-tx-datasource>

and I placed in the relative /deploy directory.

Also I placed the JDBC driver (.jar file) to the corresponding lib/ directory..

But when I started the JBOSS i get an error in the console

org.postgresql.util.PSQLException: ERROR: relation "jms_messages" does not exist

Why JBOSS tries to find the "jms_messages" relation ?
How can I avoid this error message ?

Thanks in advance
George 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828032#3828032

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828032


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to