7 Replies Latest reply on Apr 23, 2008 4:32 PM by kukeltje

    Binding to java:comp/env context

    maximshwets

      Hi!

      I'm trying to deploy JBPM/BPEL on WebLogic 8.1. The problem I encountered is that MessagerServlet via MessagerBuilder.bindPortInfo method is trying to bind PortInfo to java:comp/env naming context which is read-only according to j2ee spec and I got javax.naming.OperationNotSupportedException.

      Environment:
      JDK 1.4.2
      JBPM 3.0.2
      BPEL 1.0 alpha 3
      WebLogic 8.1
      Oracle 8i

      Thank you.