0 Replies Latest reply on Sep 14, 2011 2:10 PM by dbisdorf

    Seam web service in WebLogic

    dbisdorf

      I have an existing Seam web service that I'm attempting to port from Glassfish to WebLogic. I have the code up and running and the web service is responding; however, whenever the web service code attempts to access an instance of a component, such as:


      Conversation conv = Conversation.instance();


      ... the web service will throw a No application context active exception.


      I haven't been able to find any documentation on the web showing specifically how to set up a Seam web service under WebLogic (not JBoss). Does anyone have any suggestions for what I might have overlooked? Let me know if I can provide any additional information.