2 Replies Latest reply on Mar 29, 2003 9:42 AM by davidjencks

    Informix XADataSource unable to load locale categories probl

    deniv

      Hi!
      Can anyone help me with the following problem:
      I've configured informix XADataSource as explaned in examples/jca/informix-xa-service.xml and I've specified additional IfxCLIENT_LOCALE=ru_ru.1251;IfxDB_LOCALE=ru_ru.1251
      properties via XADataSourceProperties.
      But when I'm trying to get connection from the data source it responds with the following error:
      16:25:00,722 SDEBUG [Debug] java.sql.SQLException: Unable to get Connection: javax.resource.ResourceException: Unable to create DB XAConnection: java.sql.SQLException: Unable to load locale categories.
      at org.jboss.resource.adapter.jdbc.JDBCDataSource.getConnection(JDBCDataSource.java:114)
      ---
      However when I use LocalTxConnectionManager all works fine!