0 Replies Latest reply on Sep 26, 2001 12:11 PM by ldodds

    DeploymentException with Bean references

    ldodds

      Hi,

      I've got a Session bean that references an Entity bean. (These are packaged in separate jar files currently).

      When I attempt to deploy the Session bean I get the following error message:

      [Container factory] Binding an EJBReference MutableInstitutionalUser
      [Container factory] Binding MutableInstitutionalUser to internal JNDI source: MutableInst
      itutionalUser
      [Container factory] org.jboss.ejb.DeploymentException: Bean MutableInstitutionalUser not
      found within this application.

      Exactly the same code and deployment descriptors work with weblogic - with jboss.xml being automatically generated from weblogic-ejb-jar.xml. All my other beans work OK.

      Anyone have any ideas?