0 Replies Latest reply on Oct 18, 2002 12:15 PM by fixit

    Accessing web container from session beans or MDB

    fixit

      Her is the problem: I have an MDB that listens to a Queue. After receiving payload it need to process and forward a java bean (session scope) to a Servlet services. Using java.net package is not an option. Is there any other way to do this?