1 Reply Latest reply on Mar 14, 2006 7:44 AM by jmix2006

    problem with : no JNDI name configured

      i'm working with jbpm3.0.2 and mysql 4.1 and i've already make all configuration to work ith mysql and it works because when i deployed some process to test , i found all data inserted in the mysql's DB
      but when i try to read from mysql's DB i find problems, for example, if i want to list all process definition with method : findAllProcessDefinitions() i have this message :
      INFO [SessionFactoryObjectFactory] Not binding factory to JNDI, no
      JNDI name configured
      and i have nothing in result!
      note that insert into DB without any problems!!
      please can anyone help me!