19202122232425
* The EJB service simply executes the local version on the server. */ private IConfig1DService config1DService; public EjbConfig1DService() { config1DService = new LocalConfig1DService(); }