1 2 Previous Next 16 Replies Latest reply on Jan 6, 2010 6:59 PM by bleathem Go to original post
      • 15. Re: Serialization Problems
        nickarls

        Pete committed a fix for this yesterday and closed the issue, those that had issues could have a try...

        • 16. Re: Serialization Problems
          bleathem

          I also ran into this problem, trying to inject Statteless EJB's with Glassfish. 


          For anyone looking for a temporary fix until the next weld release is available, I found that if I use the @EJB annotation instead of the @Inject annotation, I am able to inject the Stateless EJB successfully.

          1 2 Previous Next