4 Replies Latest reply on Sep 1, 2010 9:13 AM by pmuir

    ConversationScoped, @EJBs and serialization

    vetler

      Hi,


      I've googled around for this, but have not found a definitive answer.


      The issue at hand, is that PMD (http://pmd.sourceforge.net/) reports that stateless EJBs injected with @EJB do not implement Serializable, and this must be declared transient. Stateless EJBs are passivation capable, right? So there should be no need to declare them transient, if my assumptions are correct.


      Is PMD wrong in this case, and can we just disable PMD warnings for this?


      TIA,
      Vetle