3 Replies Latest reply on Mar 18, 2007 9:14 PM by modoc

    How do I call Seam code from a web service?

    modoc

      I'm trying to call some seam components from a JBoss web service class. When I use:

      Component.getInstance()

      I get the "java.lang.IllegalStateException: No application context active" error message.

      I can't seem to find anything in the examples, documentation, or the seam book which will help me out.

      Any idea what I should do?

      Thanks!

      Devon