0 Replies Latest reply on Jan 20, 2009 12:47 AM by tojikgeorge

    How I can Access EJB by using local and remote interface at

    tojikgeorge

      Hi Friends,

      I'm new in JBOSS 5. I have developed an application which have more than one ejb (1.2). In our application some ejb are calling by using remote interface and some are using by local interface. All ejb have both interfaces. The problem is that, I can not use both interface at a time.
      I have made changes in ear-deployer-jboss-beans.xml and jboss-service.xml (CallByValue tag), on the basis on this CallByValue tag value I can access only one interface (local or remote) at a time. But I want to access both interfaces at a time. So any one can help me to solve this issue???

      Thanks in Advance