0 Replies Latest reply on Jan 8, 2016 3:24 AM by wuhuaxu

    picketlink documentation spelling mistake

    wuhuaxu

      PicketLink Reference Documentation

      8.1.2. Configuring an EntityManager

       

      @Produces

      @PicketLink

      @PersistenceContext

      private EntityManager picketLinkEntityManager(unitName = "picketlink");

       

       

      it should be

      @PersistenceContext(unitName = "picketlink");

      private EntityManager picketLinkEntityManager

       

      and there is many ' public static class' in the document which is hard to understand to newbie with out context.