2 Replies Latest reply on Mar 30, 2006 3:09 AM by pedrosacosta

    more info in queries

    pedrosacosta

      When we're executing jbpm, in the log file, the queries to the db are of this type:

      18:48:50,516 INFO [STDOUT] Hibernate: select top 1 processdef0_.ID_ as ID1_91_, processdef0_.NAME_ as NAME2_91_, processdef0_.VERSION_ as VERSION3_91_, processdef0_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_91_, processdef0_.STARTSTATE_ as STARTSTATE5_91_ from JBPM_PROCESSDEFINITION processdef0_ where processdef0_.NAME_=? order by processdef0_.VERSION_ desc
      


      Is there any manner to substitute the '?' marks with the values?

      Thanks,
      Pedro