1 Reply Latest reply on Sep 2, 2004 6:44 PM by davidchen

    what does that log information mean (no current tx!)?

    davidchen

      Hi, there:

      I have an application to use jboss2.4.8, which keeps getting datasource, dataconnection by calling:
      DataSource ds = (DataSource)initialContext.lookup("java:/DefaultDS");
      and
      con = ds.getConnection();
      It seems that whenever I call it, it gives me the log information like:

      XAConnectionImpl: org.jboss.pool.jdbc.xa.wrapper.XAConnectionImpl@9314f has no current tx!
      Could anyone please tell me:
      1. what does that log information mean?
      2. how can I get rid of it from my log file?

      Thanks a lot

      David Chen