DSS-306: Refactoring classes from SignServer-ejb to SignServer-Server:…
DSS-306: Refactoring classes from SignServer-ejb to SignServer-Server:
Removed getStatus from the workers and instead implemented it in WorkerSessionBean.
Changed all occurrences of getStatus().getActiveConfig() with the new getConfig().
Moved classes from SignServer-ejb to SignServer-Server so they can be used by the modules.
Changed the modules to depend on SignServer-Server instead of SignServer-ejb.