Salome HOME
ProjectSettings are now configured when the bean is created (without call to a struts...
authorrkv <rkv@opencascade.com>
Wed, 13 Mar 2013 06:31:25 +0000 (06:31 +0000)
committerrkv <rkv@opencascade.com>
Wed, 13 Mar 2013 06:31:25 +0000 (06:31 +0000)
commitc46cc52d33ba94d0b6776ff8c1e1f744b0ed2cab
tree685e22f611af274520d100e0adf9c156d5f9cb04
parent7251198e4f5cf1bedbaa320e2b5cefbb03400b3e
ProjectSettings are now configured when the bean is created (without call to a struts action). It is fixed for SimanWS.
19 files changed:
Workspace/Siman-Common/src/org/splat/dal/bo/som/Relations.hbm.xml
Workspace/Siman-Common/src/org/splat/service/ProjectElementServiceImpl.java
Workspace/Siman-Common/src/org/splat/service/technical/ProjectSettingsService.java
Workspace/Siman-Common/src/org/splat/service/technical/ProjectSettingsServiceImpl.java
Workspace/Siman-Common/src/org/splat/service/technical/StepsConfigService.java [new file with mode: 0644]
Workspace/Siman-Common/src/org/splat/service/technical/StepsConfigServiceImpl.java [new file with mode: 0644]
Workspace/Siman-Common/src/spring/businessServiceContext.xml
Workspace/Siman-Common/src/spring/technicalServiceContext.xml
Workspace/Siman-Common/src/test/siman.properties
Workspace/Siman-Common/src/test/splat/dao/TestStudyDAO.java
Workspace/Siman-Common/src/test/splat/service/TestProjectSettingsService.java
Workspace/Siman-Common/src/test/splat/service/TestPublicationService.java
Workspace/Siman-Common/src/test/splat/service/TestScenarioService.java
Workspace/Siman-Common/src/test/splat/service/TestSearchService.java
Workspace/Siman-Common/src/test/splat/service/TestStepService.java
Workspace/Siman-Common/src/test/splat/service/TestStudyService.java
Workspace/Siman/src/org/splat/simer/SearchStudyAction.java
Workspace/Siman/src/org/splat/simer/StartAction.java
Workspace/Siman/src/spring/applicationContext.xml