Hi, 

I tried to get a Borland Interbase database (Version 7.1) running with JBoss (Version 
3.2.5).
I installed the database (dialect 3) and created the correct Data source:


  | <datasources>
  |   <local-tx-datasource>
  |     <jndi-name>DefaultDS</jndi-name>
  |     
<connection-url>jdbc:interbase://localhost/c:\mydatabase\db-file</connection-url>
  |     <driver-class>interbase.interclient.Driver</driver-class>
  |     <user-name>sysdba</user-name>
  |     <password>123456</password>
  |     <min-pool-size>0</min-pool-size>
  |   </local-tx-datasource>
  | </datasources>
  | 

At the JBoss' startup the datasource loads correctly and is available in the JNDI. But 
then, when the jboss continues to start, provides the following message:

anonymous wrote : 
  | 15:04:36,062 ERROR [PersistenceManager] Starting failed
  | org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions.  Message 
recovery may not be accurate; - nested throwable: (java.sql
  | .SQLException: [interclient][interbase]Dynamic SQL Error
  | [interclient][interbase]SQL error code = -204
  | [interclient][interbase]Table unknown
  | [interclient][interbase]JMS_MESSAGES)
  | 

Where does this error come from and how can I fix it?

Thanks a lot
Matthias

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

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


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to