0 Replies Latest reply on Dec 15, 2006 9:32 PM by ranik

    jboss seam with jbossws

    ranik

      Has anyone tried exposing stateless Seam objects via jbossws?
      It seems that Seam dependency injection doesn't work on the stateless bean invoked during the processing of webservice request.
      ie. the @In annotation objects are null even with create=true.
      It was verified that the stateless bean can be called otherwise using Seam.
      Any ideas on what could be happening is appreciated?