> The Code in the SessionFacade method > ... > EjBean ejb = SessionFacadeImpl.getEjBeanHome().create(); > ejb.methodDoSomething(); > ... > > Is it possible to model two classes as <<Service>> which are associated > with > an <<ServiceRef>>? >
yes that is how it should be, and it is recommended to generate the EJB utility classes, so you can do XXXServiceUtil.getLocalHome().create() -- Wouter ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
