Hi,

I'm running firebird 1.5  and Jboss-3.2.5  under Linux Kernel 2.6.

My database config is

anonymous wrote :   <tx-connection-factory>
  | 
  |     <jndi-name>mydataDS</jndi-name>
  | 
  |     <xa-transaction/>
  |     <track-connection-by-tx/>
  |     <adapter-display-name>Firebird Database Connector</adapter-display-name>
  | 
  |     <config-property name="Database" 
type="java.lang.String">localhost/3050:/database/mydata.fdb</config-property>
  | 
  |     <config-property 
name="TransactionIsolationName">TRANSACTION_REPEATABLE_READ</config-property>
  | 
  |     <min-pool-size>0</min-pool-size>
  |         <check-valid-connection-sql>SELECT CAST(1 as INTEGER) FROM 
rdb$database </check-valid-connection-sql>
  | 
  | 
  |     <security-domain>mydataDSLogin</security-domain>
  |   </tx-connection-factory>
  | 

A portion of the login-config.xml is
anonymous wrote :     <application-policy name = "mydataDSLogin">
  |        
  |           <login-module code = 
"org.jboss.resource.security.SecureIdentityLoginModule"
  |              flag = "required">
  |                <module-option name = "principal">sysdba</module-option>
  |                <module-option name = "username">sysdba</module-option>
  |                <module-option name = 
"password">**someHexNumbers**</module-option>
  |                <module-option name = 
"managedConnectionFactoryName">jboss.jca:service=TxCM,name=mydataDS</module-option>
  |          </login-module>
  |       
  |     </application-policy>
  | 
  | 

And after examining the logs, I found these kind of warnings
anonymous wrote : 
  | 16:36:58,349 WARN  [JBossManagedConnectionPool] Destroying connection that 
could not be successfully matched: [EMAIL PROTECTED] [EMAIL PROTECTED] 
handles=0 lastUse=1107419818348 permit=false trackByTx=false [EMAIL PROTECTED] 
[EMAIL PROTECTED]
  | 

Is there something wrong with my configuration ?

Thanks in advance,
 Julie




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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to