0 Replies Latest reply on Feb 20, 2006 10:34 AM by crazyone

    EJBQL finder methods, don't retrieve data from database

    crazyone

      I got an Entity Bean created from DB, i call ejbFinder methods (auto generated) using a stateless session bean (in a servlet), when i call a method that gets the info from my table, it doesn't find anything (i got data in my database) Is there anyway to test the CMP Finder methods i mean the EJBQL that is in the ejb-jar.xml descriptor?

      I got JBoss 4.0.3 and Enterprise DB. No errors when deploying and running the enterprise app. It just doesn't find any data from database.