0 Replies Latest reply on Mar 3, 2006 3:27 PM by dwalters

    JBoss Database Question

    dwalters

      Hello All

      I have written a small application (client sever) to get me started with jboss. I have deployed the ear file, and there are no errors. The console says my beans are bound, it lists my connection (whatever is in the *-ds.xml file) and continues with no problem. When I run the client, from the sever console, i see where the functions are entered. Inside these functions, methods to get data form the database are being called. These methods are returning no data even though there is data in the database. The database I am using is postgresql 8.0. I guess I have several quesions

      1. Is there a way I can check if the server is connected to the database
      2. see when the ejbql is being called and the results


      Thanks