Hi Olivier, "Customer" is an entity bean?
Locate the "source.customer.Customer" class in the EAR file which is deployed to the server. It should contain either the class file, or a JAR containing the entity class should be located in "META-INF/lib" of your application client JAR (and the "Classpath" entry in "Manifest.mf" should reference it). But as you use eclipse: why don't you add the Entities to your EJB project? This is the easiest way to handle entity beans. Your application client project could reference the "EJB client JAR" instead of the full EJB jar. Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214495#4214495 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214495 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
