Hi, I want to implement a application with a SessionFacade. So I define in the UML model the SessionFacade and other EJB classes with the stereotype <<Service>>. The dependencies between the SessionFacade and the other EJBs are defined as <<ServiceRef>>.
Problem: When I invoke a method of an EJB in the SessionFacade then nothing happens, no result and no exception? 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>>? Regards, Tobi ------------------------------------------------------- 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
