0 Replies Latest reply on May 23, 2010 9:23 AM by steelman22

    EJBProcessor and Glassfish-deployed EJB

      Hi,

       

      I'm using jbossesb-server-4.7

      I'm trying use EJBProcessor with ejb3 deployed on glassfish.

      I've changed initial-context-factory to:

      <property name="initial-context-factory" value="com.sun.enterprise.naming.SerialInitContextFactory" />

       

      My problem is that I don't know how to attach appserv-rt.jar (which includes that context factory) to the deployment.

      I tried such ways:

      1. putting into server/default/lib

      2. putting into projects lib/

      but it doen't work.

       

      Could anyone help?

       

      Matthew