1 Reply Latest reply on May 17, 2002 3:56 AM by hlaracker

    RC1 bound to Oracle 9i, but no rows retrieved by findAll.

    stanley

      Just when my palms were getting sweaty...

      JBoss started up using oracle_service.xml
      and seemed to have connected correctly to my 9i db...

      And I finally got an ejb home object in my client app...

      I get no rows after the call to findAll().

      My server.log's last line is:

      2002-05-13 21:57:41,149 DEBUG [org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand] findAll command executing: SELECT chave FROM Clientes
      Then nothing. No exceptions shown in the jboss console,
      log, or client app.

      Has anyone experienced this? If so, and/or need more info (xml, server.log), please ask.

      - Stan