From: rkv Date: Tue, 4 Dec 2012 10:49:24 +0000 (+0000) Subject: p6sys has been removed. X-Git-Tag: Root_Delivery1_2012_12_06~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=43ed0758fca696dfc058f220563fb5cef70ad280;p=tools%2Fsiman.git p6sys has been removed. --- diff --git a/Workspace/Siman-Common/.classpath b/Workspace/Siman-Common/.classpath index b8b79e3..20999c6 100644 --- a/Workspace/Siman-Common/.classpath +++ b/Workspace/Siman-Common/.classpath @@ -25,7 +25,6 @@ - diff --git a/Workspace/Siman-Common/lib/p6spy.jar b/Workspace/Siman-Common/lib/p6spy.jar deleted file mode 100644 index 44b8987..0000000 Binary files a/Workspace/Siman-Common/lib/p6spy.jar and /dev/null differ diff --git a/Workspace/Siman-Common/src/spring/datasourceContext.xml b/Workspace/Siman-Common/src/spring/datasourceContext.xml index 3770d1f..516ca20 100644 --- a/Workspace/Siman-Common/src/spring/datasourceContext.xml +++ b/Workspace/Siman-Common/src/spring/datasourceContext.xml @@ -1,10 +1,10 @@ - + - - - - - - + + + + + + - + - - - - - + + + + + + + + + + classpath:${hibernate.config.file} + + + + + + + + + org/splat/dal/bo/kernel/Persistent.hbm.xml + + org/splat/dal/bo/kernel/Any.hbm.xml + org/splat/dal/bo/kernel/Entity.hbm.xml + org/splat/dal/bo/kernel/Attribute.hbm.xml + org/splat/dal/bo/kernel/Relation.hbm.xml + + org/splat/dal/bo/kernel/TextAttribute.hbm.xml + + org/splat/dal/bo/kernel/User.hbm.xml - - - - - - - - - - classpath:${hibernate.config.file} - - - + + org/splat/dal/bo/som/ProjectElement.hbm.xml + + org/splat/dal/bo/som/Study.hbm.xml + org/splat/dal/bo/som/Scenario.hbm.xml + org/splat/dal/bo/som/Attributes.hbm.xml + org/splat/dal/bo/som/Relations.hbm.xml + org/splat/dal/bo/som/File.hbm.xml + org/splat/dal/bo/som/Document.hbm.xml + org/splat/dal/bo/som/Publication.hbm.xml + + org/splat/dal/bo/som/ValidationCycle.hbm.xml + + org/splat/dal/bo/som/Timestamp.hbm.xml + + org/splat/dal/bo/som/SimulationContext.hbm.xml + + + org/splat/dal/bo/som/KnowledgeElement.hbm.xml + + org/splat/dal/bo/som/IDBuilder.hbm.xml + + + + + + + + + false + + - - - + + + - - - - org/splat/dal/bo/kernel/Persistent.hbm.xml - - org/splat/dal/bo/kernel/Any.hbm.xml - org/splat/dal/bo/kernel/Entity.hbm.xml - org/splat/dal/bo/kernel/Attribute.hbm.xml - org/splat/dal/bo/kernel/Relation.hbm.xml - - org/splat/dal/bo/kernel/TextAttribute.hbm.xml - - org/splat/dal/bo/kernel/User.hbm.xml - - - org/splat/dal/bo/som/ProjectElement.hbm.xml - - org/splat/dal/bo/som/Study.hbm.xml - org/splat/dal/bo/som/Scenario.hbm.xml - org/splat/dal/bo/som/Attributes.hbm.xml - org/splat/dal/bo/som/Relations.hbm.xml - org/splat/dal/bo/som/File.hbm.xml - org/splat/dal/bo/som/Document.hbm.xml - org/splat/dal/bo/som/Publication.hbm.xml - - org/splat/dal/bo/som/ValidationCycle.hbm.xml - - org/splat/dal/bo/som/Timestamp.hbm.xml - - org/splat/dal/bo/som/SimulationContext.hbm.xml - - - org/splat/dal/bo/som/KnowledgeElement.hbm.xml - - org/splat/dal/bo/som/IDBuilder.hbm.xml - - - - - - - - - - - false - - - - - - - - + diff --git a/Workspace/Siman/.settings/org.eclipse.wst.common.component b/Workspace/Siman/.settings/org.eclipse.wst.common.component index d34656d..20caf89 100644 --- a/Workspace/Siman/.settings/org.eclipse.wst.common.component +++ b/Workspace/Siman/.settings/org.eclipse.wst.common.component @@ -127,9 +127,6 @@ uses - - uses - uses diff --git a/Workspace/Siman/conf/debug.properties b/Workspace/Siman/conf/debug.properties index 49be951..997c048 100644 --- a/Workspace/Siman/conf/debug.properties +++ b/Workspace/Siman/conf/debug.properties @@ -3,7 +3,6 @@ connection.url=jdbc:mysql://localhost/simer connection.username=simer connection.password=admin connection.driver_class=com.mysql.jdbc.Driver -#connection.driver_class=com.p6spy.engine.spy.P6SpyDriver # Hibernate config hibernate.hbm2ddl.auto=update diff --git a/Workspace/Siman/conf/release.properties b/Workspace/Siman/conf/release.properties index c61d1bf..e849ecb 100644 --- a/Workspace/Siman/conf/release.properties +++ b/Workspace/Siman/conf/release.properties @@ -2,7 +2,7 @@ connection.url=jdbc:mysql://localhost/simer connection.username=simer connection.password=admin -connection.driver_class=com.p6spy.engine.spy.P6SpyDriver +connection.driver_class=com.mysql.jdbc.Driver # Hibernate config #hibernate.hbm2ddl.auto=validate diff --git a/Workspace/Siman/src/hibernate.properties b/Workspace/Siman/src/hibernate.properties index 326140a..88cd755 100644 --- a/Workspace/Siman/src/hibernate.properties +++ b/Workspace/Siman/src/hibernate.properties @@ -1,4 +1,4 @@ -# Generated at 26/11/2012 09:23:45 +# Generated at 04/12/2012 01:42:16 # Don't edit manually. See the source in D:\users\rkv\SIMAN\SIMAN_SRC\Workspace\Siman\conf\templates. # Connection properties connection.driver_class=com.mysql.jdbc.Driver diff --git a/Workspace/Siman/src/jdbc.properties b/Workspace/Siman/src/jdbc.properties index 62a0c8b..ecfd593 100644 --- a/Workspace/Siman/src/jdbc.properties +++ b/Workspace/Siman/src/jdbc.properties @@ -1,4 +1,4 @@ -# Generated at 26/11/2012 09:23:45 +# Generated at 04/12/2012 01:42:16 # Don't edit manually. See the source in D:\users\rkv\SIMAN\SIMAN_SRC\Workspace\Siman\conf\templates. # Connection properties connection.url=jdbc:mysql://localhost/simer