2 Replies Latest reply on Jan 28, 2009 6:34 AM by elenctic87

    testing queries interactively

    elenctic87

      How can I test a JPQL query interactively?  (i.e. without having to compile my code and run the program. much like you can test SQL queries in the mysql console).  I find it cumbersome to write the JPQL query, compile, redeploy the ear, then run the web app.  Each iteration takes 5 minutes. There must be a more efficient way to do this within Eclipse. Right?  I think I have seen something in eclipse that lets you do this, but I don't know how to make it work with a Seam project, only a pure JPA project.