0 Replies Latest reply on Nov 20, 2010 12:49 AM by flamingo

    How to work with PersistenceContext

    flamingo

      Hi...........


      we are doing a project using SEAM and i am new to SEAM.We are using only SFSB
      and getting the EntityManager in the following manner.


      @PersistenceContext(type = PersistenceContextType.EXTENDED)
          private EntityManager em;


      we are using the SFSB for every seam component because i don't know which component is to be utilised at which situation.
      I am in a confusion to decide where SLSB,SFSB,Javabean to be utilised
      If we did any changes on the entity and giving the request to backend for validation,the changed values are updating eventhough validations are failed.


      Plz help me it's frustrating me