Thanks for your help, Lviz. In serverA, I have package myCompany.business contains home, remote interface and bean class of beanA. These .class files and the deployment descriptor files are packed into ejbA.jar file and I put it in the default/deploy folder of jboss serverA.
In serverB, I have package myCompany.beanB contains home and remote interface of beanB. package myCompany.beanB.test contains bean class of beanB. The .class file: beanBBean.class (bean class) and the deployment descriptor files are packed into a .jar file named ejbB.jar and is put in the default/deploy folder of jboss serverB. The 2 .class files: beanB.class (remote interface) and beanBHome.class (home interface) are packed into a jar file named beanBinterface.jar. This file is put into the default/lib folder of both jboss serverB and jboss serverA. in the beanABean.java file, my code looks like: | package myCompany.business; | import myCompany.beanB.*; | There is no reference to beanB in the deployment-descriptor of beanA. Please help me! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859971#3859971 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859971 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
