0 Replies Latest reply on Mar 23, 2004 2:44 AM by savagearts

    About EJB Jar's dependence

    savagearts

      Hi All:
      I have two ejb jars: A and B. A depends on B. So my question is that I should package a copy of B's remote and home interfaces that i used in A with A's classes ? So when i use ant as our deploy tool , It may be a hard task to package a ejb jar cause i have to check which classes that current ejb jar has used. Is that right? Does anyone have some good idea with it?