0 Replies Latest reply on Jan 4, 2011 3:47 PM by lobotomy

    Cannot create Seam componen warning

    lobotomy

      WARN  [Component] Cannot create Seam component, scope is not active: registerMe(CONVERSATION)


      I keep getting this warning on the calls to the component,it does not throw exception or anything just the warning. I looked it up on this forum and some people say the reason is that there is no long running conversation which causes exception to be thrown in that case. I have registerMe component in conversation scope so in my case it is just a warning but I don't know what causes it. It started happening since I moved from seam 2.1 to 2.2. What am I doing wrong? Is it safe to ignore this warning?