[jboss-user] [Beginners Corner] - Re: MBean indicators

2007-01-22 Thread jsbegley
THe HSQLDB-DS.xml file looks like this:

   
-  
- 
- 
-  
-  
  DefaultDS 
-  
-  
-  
  
jdbc:hsqldb:${jboss.server.data.dir}${/}hypersonic${/}localDB
 
-  
  org.hsqldb.jdbcDriver 
-  
  sa 
   
-  
-  
-  
-  
-  
  5 
-  
  20 
-  
-  
-  
  0 
-  
-  
-  
-  
   
-  
-  
  HsqlDbRealm 
-  
-  
- 
  Hypersonic SQL 
  
-  
  jboss:service=Hypersonic,database=localDB 
  
-  
-  
- 
  localDB 
  true 
  
  


And the file we use as default looks like

- 
- 
  DB2DS 
  jdbc:db2:mvs.xx 
  COM.ibm.db2.jdbc.app.DB2Driver 
  xx 
  xxx 
  
- 
  jdbc/clr 
  jdbc:oracle:thin:@xx 
  oracle.jdbc.driver.OracleDriver 
  orbit_clm 
  orbit_clm 
  20 
  
org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter
 
  
  

I know that the Oracle connection is valid, but I am not sure of the DB2 
connection, since that is an older connection string to a legacy application

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4004820
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: MBean indicators

2007-01-19 Thread genman


MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.jca:name=DefaultDS,service=DataSourceBinding 


There should be a default-ds.xml file that defines how JBoss connects to a 
database and somehow this config is likely wrong. There is (by shipped default) 
HSQLDB. What does this file have?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4004116
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user