2 Replies Latest reply on Dec 7, 2004 5:57 AM by starksm64

    EJB Deployment uses wrong ejb-local-ref for ejb-link

    greydeath

      One further thing to mention.

      There is an MDB inside the ftisoft.core that references the PublishingBean via
      <message-driven>
      <ejb-name>PublishProxy</ejb-name>
      <destination-jndi-name>topic/BEOUT</destination-jndi-name>
      <ejb-local-ref >
      <ejb-ref-name>ejb/BusinessBean</ejb-ref-name>
      <local-jndi-name>ejb/local/PublishingBean</local-jndi-name>
      </ejb-local-ref>
      </message-driven>

      And core seems to get deployed before publish. Could this be an order problem? But why does it work without the trace?