0 Replies Latest reply on Aug 16, 2002 6:42 PM by mlapolla

    MDB reference problem (configuration?) JBoss 3.0

    mlapolla

      We are having problems with the references of a session bean. We are referencing it like:

      <ejb-ref>
      <ejb-ref-name>ejb/JVTActivationSession</ejb-ref-name>
      <ejb-ref-type>Session</ejb-ref-type>
      javax.oss.order.JVTActivationHome
      javax.oss.order.JVTActivationSession
      </ejb-ref>


      When we drop this into JBoss we are told:

      org.jboss.deployment.DeploymentException: ejb-ref ejb/JmsSender, expected either ejb-link in ejb-jar.xml or jndi-name in jboss.xml


      We think we have all this defined so we are not sure what is going on.

      Thanks.