1 Reply Latest reply on Feb 17, 2011 1:24 AM by michelemauro

    spring bean as global variable

    odelyaholiday

      Hi!

       

      I need to call my database in order to acess data for example: retrieving list of actors for the process.

       

      Is it fine to use global as spring bean and set it:

       

       

      ksession.setGlobal("springDao",mydao)
      

       

       

      and extract database from it?