1 Reply Latest reply on Sep 7, 2007 1:17 PM by pmuir

    passing seam component as EJB method call argument

    leezard

      Hi all,

      I've next Seam problem. If I have injected Seam component (let's say it
      s an instance of class X) using @In annotation and want to pass this component as a EJB method call argument I get error saying that this is not an object of class X but kind of *javaassist* proxy. How can I cope with it? Is it possible to do it?

      Thanks for reply.