1 Reply Latest reply on May 30, 2009 11:58 AM by konstt2000

    Problem bijection in POJO's

    konstt2000

      Hi,


      I'm tring to work with POJO's, but I don't can to work bijection. All attributes are null, why?? I've configured some file??


      Example:


      @Name(myPojo)
      public class MyPojo{
         @In
         private EntityManager em;
         @In
         private EJBExmple ejbExample;
      ...
      }


      Why em and ejbExample is null?
      Have I to configured components.xml?


      I've work bijection inside EJB and it work, but POJO's don't work.


      Thanks.