chiyong wrote: > in order to find ejb home class, do the jar file that contain the ejb must be >added to the jboss_classpath? No. > but when I put the jar file to the jboss_classpath, all the ejbs' jndi name change >to the same one which in the xml file of the first jar and can't find other ejbs' >jndi name. When you do that, the deployer always sees the first ejb-jar.xml it finds on the classpath. Don't do that. _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user
