2 Replies Latest reply on Apr 19, 2010 2:15 PM by urizen

    JBPM 3.2.3 - Custom Hibernate Properties Loader

    urizen

      Hi everybody,

      First of all, please excuse my poor english... I need to have my hibernate.properties file encrypted and load it with a custom decrypter class.

      Is this possible with JBPM?.

      I´ve been reading some articles about the configuration and found that the only "entry point" for the hibernate files is in jbpm.cfg.xml and, of course, they are just Strings, not beans that extends from "Resourse", "Properties" or something like that.

       

      <string name="resource.hibernate.cfg.xml" value="hibernate.cfg.jbpm.xml"/>

      <string name="resource.hibernate.properties" value="file.properties"/>

       

      Is there a workaround or something for what i need?.

      Thanks in advance.