2 Replies Latest reply on Jan 4, 2002 3:38 AM by gordonlch

    Jboss auto send prepare statement ??

    gordonlch

      Hi All,

      I got a problem. I write a ejb, it had a method to query data from database (postgresql). There had few statement, also prepare statment.

      Problem is , i check the postgresql log file, jboss send a query to database, such like ....

      "org.jboss.pool.jdbc.PreparedStatementInPool@322920"..

      sure that, postgresql return parse error..

      I just suprise, what wrong with me/jboss, send this statement to database.

      Please help.

      Gordon