0 Replies Latest reply on Apr 29, 2002 12:03 PM by jbossid

    looking one bean thru another bean

    jbossid

      Hi All,
      i have to look one session bean from a message bean.
      the bothe beans are in different jar files and they deployed sucessfully.when iam trying to look one bean from another bean iam getting error as

      [StdServerSession] Rolling back JMS transaction
      [Default] ejbCreate()
      [Default] error at looking for sessbean/SessBean:javax.naming.CommunicationException [Root exception is
      java.lang.ClassNotFoundException: com.mycomp.ejb.MybeanHome

      i understand that my bean is not able to look another bean.
      what changes should i need to make to solve this when my beans are in different jar files??
      (do i need to configure ejb-jar.xml or jboss.xml ?)

      please suggest me a solution asap.

      Thanks a lot.