Hi, you could use the following packaging: - bean classes and bean resources in YOUR_EJB.jar - home and component interfaces in YOUR_EJB_client.jar Then you can put the client.jar into your ear, add the reference to the manifest.mf of your web-application (or give it to any other client you wish) and you can be sure, that anyone using your ejb does only need to know the client interfaces.
Peter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012996#4012996 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012996 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
