0 Replies Latest reply on Mar 12, 2003 8:50 AM by _oz__

    Problem with JBoss uder Linux.

    _oz__

      environment:
      RH 8.0
      JBoss-3.0.3
      mysql-3.23.55

      Everything starts normally, JBoss finding tables and report if they exist. All EJBs are deploing and starting without problems.

      When any bean using data base with finder method, the returned collection is empty, not null, just empty.

      Same thing is working perfect under WinXP and Win2000.
      With simple SQL query through JDBS, with connection string the data is loading from data base under Linux.

      Any ideas?